/* FONT-FACE*/
@font-face {
    font-family: 'WaitingfortheSunrise';
    src: url("/web/javax.faces.resource/fonts/WaitingfortheSunrise.ttf.jsf?ln=tradui") format('truetype');
    font-weight: normal;
    font-style: normal;
}

#tradui-layout-logo img {
    height: 32px;
}

#tradui-layout-logo {
    width:auto; 
    margin-bottom:-2px; 
    padding:0px; 
    margin:8px; 
    float:left; 
    line-height: 32px;
}

.TraduiLogoHead
 {
    width:auto; 
    margin-bottom:-2px; 
    padding:0px; 
    margin:8px; 
    float:left; 
    line-height: 32px;
}

.TraduiLogoHead img {
    height: 128px;
}

.TraduiLogoHeadSmall img {
    height: 64px;
}

.tradui-login-back
{
    background: url("/web/javax.faces.resource/images/Fotolia_59166280_L.jpg.jsf?ln=tradui") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tradui-login-back-night
{
    background: url("/web/javax.faces.resource/images/skyline_bird.jpg.jsf?ln=tradui") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tradui-login-back-sonnenuntergang
{
    background: url("/web/javax.faces.resource/images/ffm_wallpaper.jpg.jsf?ln=tradui") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tradui-login-back-classic
{
    background-image:url("/web/javax.faces.resource/images/tt_background.png.jsf?ln=tradui"); 
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40% auto;
}