/* 
    Created on : 15.09.2015
    Author     : Achim Veldkamp
*/
body {
    background-color: #FFFFFF !important;
    font-family: "Futura W01 Book", "Futura Com", Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    font-size: 13px ;
}

.minBrowserContent {
    min-width: -moz-max-content; /*Firefox*/
    min-width: -webkit-max-content; /*Chrome, Safari*/
    /*display: -ms-grid;-ms-grid-columns: max-content; IE Fehlerhaft*/
}

.menubar {
    background-color: #FFFFFF;
    padding: none;
    min-height: 120px;
}


.loginGrid {
    border: none !important;
    padding-left: 10px;
    background-color: red;
   font-size: 14px !important;
    font-family: "Futura W01 Book","Futura Com", Verdana, Arial, Helvetica, Geneva, sans-serif !important;
    color: #002887;
    background-color: white !important;
}

.loginGrid tr, .loginGrid td {
    border: none !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    font-family: "Futura W01 Book", "Futura Com", Verdana, Arial, Helvetica, Geneva, sans-serif !important;
    color: #002887;
    background-color: white !important;
}


.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}

a.button {
    width:80px; background-color: #002887; color: #FFF; padding: 7px 15px; display: block; font-size: 14px; text-decoration: none;
}
a.button:hover{ background-color: #CCCCCC;}

.bauerbutton {
    width:120px; 
    background-color: #002887; 
    color: #FFF; padding: 7px 15px; 
    display: inline-block; 
    font-size: 14px; 
    text-decoration: none;
    border: none;
    cursor:pointer;
}

.bauerbutton:hover  {
    background-color: #CCCCCC;
}

/*a.navigation {
     background-color: #FFFFFF; color: #000; padding: 7px 15px;  font-size: 16px; text-decoration: none;
}
a.navigation:hover{ background-color: #002887; color: #FFF;}*/


#nav {
    margin: 0px 0px 0px;
}

/* modified micro clearfix */
#nav:before,
#nav:after {
    content: "";
    display: table;
    clear: both;
}

#nav > li {
/*    padding: 0 20px;*/
    position: relative;
      display: block;
    float: left;
    padding: 0 4px;
    
    /* the larger this number, the lesser the effect (WebKit only) */
/*    -webkit-perspective: 80px;
    perspective: 80px;*/
}



li,
a {    
    display: block;
    line-height: 25px;    
    padding: 0 0px;
}

li {
    background: #FFF;
    border-right: 1px solid #FFF;
 /*   display: block;
    float: left;*/
}


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    background-color: #002887; color: #FFF;
}

.subnav {
    display: none; /*  behavior for older browsers */
    left: -40px;
    position: absolute;
    top: 25px;
/*    display: block;*/
/*    float: left;*/
}

.subnav > li {
    background: #DDD;
}

.subnav > li:first-child {
    padding-top: 6px;    
}

/*.subnav > li:last-child {
    padding-bottom: 11px;
    -moz-border-radius-bottomright: 11px;
    -moz-border-radius-bottomleft: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;  
}*/

#nav > li:hover .subnav {
    background: #FFF;
    display: block;  /*behavior for older browsers */
    
/*    -moz-animation: drop .25s ease-out 0 1;
    -webkit-animation: drop .25s ease-out 0 1;
    animation: drop .25s ease-out 0 1;
    
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;*/
}



.ui-message-error-icon{background-position:0px -96px;}