﻿.amjs-brandingNotification {
    left: 0px;
    width: 100%;
    min-width: 980px;
    font-size: 10pt;
    position: fixed;
    display: none;
    background-color: rgba(192,192,192,0.9);
    z-index: 1000;
    font-size: 10pt;
    font-family: sans-serif;
}

    .amjs-brandingNotification .amjs-brandingInner {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }

        .amjs-brandingNotification .amjs-brandingInner .amjs-brandingText {
            color: black;
            font-weight: bold;
            width: 630px;
            float: left;
            margin: 20px 10px;
        }

        .amjs-brandingNotification .amjs-brandingInner img {
            margin: 10px 0 10px 10px;
            float: left;
            max-width: 320px;
        }

    .amjs-brandingNotification .amjs-brandingClose,
    .amjs-brandingNotification .amjs-brandingClose a {
        float: right;
        color: black;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 5px;
        text-decoration: none;
    }

        .amjs-brandingNotification .amjs-brandingClose a:hover {
            color: #2F4F4F;
        }



/* cookie Notification KS 30/01/2014 */
.amjs-cookieNotification {
    left: 0px;
    border: 0;
    width: 100%;
    position: fixed;
    display: none;
    background-color: #00347A;
    opacity: 0.9;
    z-index: 1000;
    font-size: 10pt;
    font-family: sans-serif;
    bottom: 0px;
}

    .amjs-cookieNotification .text a {
        color: White;
    }

        .amjs-cookieNotification .text a:hover {
            text-decoration: underline;
        }

    .amjs-cookieNotification .text {
        color: White;
        text-align: center;
        width: 90%;
        float: left;
        margin-left: 5%;
    }

        .amjs-cookieNotification .text p {
            margin: 10px auto 10px auto;
            color: #fff;
        }

    .amjs-cookieNotification .close,
    .amjs-cookieNotification .close a {
        float: right;
        color: White;
        margin-right: 10px;
        margin-top: 5px;
        text-decoration: none;
    }

        .amjs-cookieNotification .close a:hover {
            color: Gray;
            font-weight: bold;
        }
