



body {
    overflow-x: hidden;
    overflow-y: auto;
    font: 62.5% "SchulbuchNordWeb","Trebuchet MS",sans-serif;
    color: #417163;
}

a{
    color: #89B891;
}
a:hover{
    color: #48684D;
}

td{
    color: #417163 !important;
}



.anim{
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);

 

    /*-webkit-perspective: 1000;*/
    /*-webkit-backface-visibility: hidden;*/

    /*
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);*/

}

.sponsor-logo{
    width: 300px;
    text-align: center;
    height: 70px;
    padding: 15px 20px;
    background-color: white;
}

.sponsor-logo img{
    height: 100%;
}



#content{
    margin: 50px;
}

a {
    text-decoration: none;
}

.ui-icon-blank {
    background-position: -240px -224px;
}

.ui-tabs .ui-tabs-nav li a{
    padding: 0.5em;
}

#menu{
    margin-bottom: 10px;
}

.usertable-background-highlight{
    background: LightCyan !important;
}

thead, td,tbody,tr,th{
    font-weight: normal
}

button{
    background-color: transparent;
    border: none;
}


.flip-h{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flip-v {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.grade-button{
    font-weight: bold;
    cursor:pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 5px;

    white-space: pre;
    font-size: 23px;
    line-height: 35px;
    height:30px;
    display: inline-block;

}

.grade-button.yellow{
    background-color: #f1cb00;
    color:#fdfadc;
}
.grade-button.yellow:hover{
    background-color: #fdfadc;
    color:#f1cb00;
}

.grade-button.blue{
    background-color:#7aaabc;
    color:#d5ebf9;
}

.grade-button.blue:hover{
    background-color:#d5ebf9;
    color:#7aaabc;
}

.grade-button.green{
    background-color:#929a37;
    color:#dcdf98;
}

.grade-button.green:hover{
    background-color:#dcdf98;
    color:#929a37;
}

.grade-button.all{
    background-color: #faa;
    color:#fcc;
}
.grade-button.all:hover{
    background-color: #fcc;
    color:#faa;
}





/* FLAGBUTTONS */
.flagbutton, .frogname{
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0;

    padding-left: 30px;
    padding-right: 10px;
    background-color: lightgrey;
    background-repeat: no-repeat;
    background-size: auto 100%;

    display: inline-block;
    font-size: 20px;
    height:26px;

}

.flagbutton.de{
    background-image: url(../php/cgi/icon.php?url=./img/menus/flags-de.png);
}
.flagbutton.ar{
    background-image: url(../php/cgi/icon.php?url=./img/menus/flags-ar.png);
}
.flagbutton.it{
    background-image: url(../php/cgi/icon.php?url=./img/menus/flags-it.png);
}
.flagbutton.ru{
    background-image: url(../php/cgi/icon.php?url=./img/menus/flags-ru.png);
}
.flagbutton.tr{
    background-image: url(../php/cgi/icon.php?url=./img/menus/flags-tr.png);
}






.message{
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    float: left;
    background-color:#dcdf98;
    color:#929a37;
    padding: 10px;
}

.interactive{
    cursor: pointer;
}

.interactive:hover{
    border:1px solid;
    padding: 9px;
}

.warning{
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
     float: left;
    background-color: #fcc;
    color:#faa;
    padding: 10px;
    display: none;
    border: 1px solid;
}



.wordsplit{
    color:#cc9999;
}



/* PRELOADER */
.preload-visuals{
    width:977px;
    height:536px;
    background-color:white;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-488px;
    margin-top:-329px;

    font-size: 18px;
    font-weight: bold;

}

.preload-visuals .wind{
    position: absolute;
    width: 468px;
    height: 403px;
    left: 10px;
    top: 10px;
    background: transparent url(../img/preload/wind.png) no-repeat;
}

.preload-visuals .sponsors{
    position: absolute;
    width: 532px;
    height: 64px;
    left: 10px;
    bottom: 10px;
    background: transparent url(../img/preload/sponsors.png) no-repeat;
}

.preload-visuals .logo{
    position: absolute;
    width: 282px;
    height: 77px;
    left: 344px;
    top: 221px;
    background: transparent url(../img/preload/logo-large.png) no-repeat;
}

.preload-visuals .titlestory{
    position: absolute;
    top: 20px;
    left: 600px;
    cursor: pointer;
    display: none;
}

.preload-visuals .titlestory .titlestory-preview{
    width: 150px;
    height: 170px;
    background: transparent url(../img/preload/titlestory.png) no-repeat;
    float: left;
}

.preload-visuals .titlestory .titlestory-text{
    color: #4a5b5e;
    float: left;
    width: 220px;
    line-height: 22px;
    text-align: center;
    margin-top: 50px;
}

.preload-visuals .slogan{
    color: #5c797d;
    position: absolute;
    left: 380px;
    top: 345px;
}

.preload-visuals .start{
    position: absolute;
    left: 535px;
    top: 311px;
    cursor: pointer;
    display: none;
}

.preload-visuals .start .plane{
    width: 220px;
    height: 190px;
    background: transparent url(../img/preload/plane.png) no-repeat;
    float: left;
}

.preload-visuals .start .start-text{
    color:  #4a5b5e;
    float: left;
    margin-top: 120px
}
