html{
    height: 100%;
    background: url(../images/background.jpg) no-repeat center center fixed;
    font-family: arial, tahoma, verdana, arial;
    font-size: 13px;
}
body, html{
    padding: 0px;
    margin: 0px;

}
a{
    text-decoration: none;
    color: orange;
    font-weight: bold;
}
a:hover{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}
#wrap{
    text-align: center;
    height: 100%;
    padding: 0px;
    margin:auto;
    margin-top: 7%;
    border: solid 1px #DDD;
    padding: 9px;
    width:1200px;
    box-shadow: 0 0 40px 0px #555;
    background: url(../images/content_bg_small.jpg);
    position:relative;
    text-align: left;
}


#foto_oben{
    position:absolute;
    top: -80px;
    left: -80px;
}
#hotline{
    text-align: left;
}

#head{
    text-align: right;
    margin-left: 0px;
}
#navi{
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 5px;
    margin-top: 150px;
    margin-left: 16px;
    border: solid 2px #DDD;
    border-radius: 10px;
    background: url(../images/navi_background.png) repeat-x top left #e5e5e5;
    text-align: center;   
    padding-bottom: 10px;
}
#body{
    display: inline-block;
    vertical-align: top;
    width: 877px;
    margin: 0px 5px 5px 40px;
 
}
*+html #body, * html #body{
    display: block;
    float: right;
}
*+html #navi, * html #navi{
    display: block;
    float: left;
}
#content{
    border: solid 2px #DDD;
    box-shadow: 0px 0px 20px -5px #999;
    background: url(../images/contentbox_bg2.jpg) no-repeat bottom center white;
    
    border-radius: 10px;
    vertical-align: top;
    padding: 0px 30px 0px 30px;
    
    /*overflow: auto;*/
    
    color: #555;
}
#content h2{
    font-size: 18px;
    /*text-shadow: 1px 1px 0px #999;*/
    color: orange;
    margin: 20px 0px 5px 0px;
}
#content h3, legend{
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #CCC;
    color: #555;
    margin: 20px 0px 5px 0px;
}

#content h4{
    font-size: 15px;
    text-shadow: 1px 1px 1px #CCC;
    color: #555;
    margin: 10px 0px 5px 0px;
}

#content p{
    font-size: 13px;
}
#navi ul{
    margin: 20px 0px 0px -9px;
    padding: 0px;
    text-align: left;
}
#navi ul li{
    list-style-type: none;
}
#navi ul li a{
    display: block;
    width: 216px;
    height: 46px;
    line-height: 40px;
    padding-left: 15px;
    background: url(../images/mainmenu.png) no-repeat;
    margin-top: 15px;
    
    color: white;
    text-shadow: 0px 0px 4px black;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    
    overflow: hidden;
}
#navi ul li a.active{
    background: url(../images/mainmenu_active.png) no-repeat;
    /*text-shadow: 0px 0px 4px white;
    color: orange;*/
}
#navi ul li a.active:hover{
    background: url(../images/mainmenu_active.png) no-repeat;
    /*text-shadow: 0px 0px 4px white;*/
    color: orange;
}

#navi ul li a:hover{
    background: url(../images/mainmenu_hover.png) no-repeat;
}

#navi ul ul{
    margin: 0px 20px 0px 20px;
    position:relative;
    top: -7px;
    padding: 0px;
    text-align: left;
}
#navi ul ul li{ 
    background: orange;
    margin: 2px;
}
#navi ul ul a{
    display: block;
    width: auto;
    height: 1em;
    line-height: 1em;
    padding: 2px;
    margin-top: 0px;
    background: url(../images/mainmenu.png) no-repeat center center;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    text-transform: none;

}

#navi ul ul a.active{
    background: url(../images/mainmenu_active.png) no-repeat center center;
}

#navi ul ul a:hover{
    background: url(../images/mainmenu_hover.png) no-repeat;
}

#head a.toplink{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    border: solid #DDD;
    border-width: 1px 1px 0px 1px;
    background: url(../images/header_bg.png) repeat-x;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}
#head a.toplink:hover{
    color: #e97f00;
}
div.content_box{
    border: solid 2px #EEE;
    box-shadow: 0px 0px 30px -5px #555;
    background: white;
    
    border-radius: 10px;
    vertical-align: top;
    display: inline-block;
}

td.content_box{
    border: solid 2px #EEE;
    box-shadow: 0px 0px 10px -1px #999;
    background: white;
    border-radius: 10px;
    vertical-align: top;
}

.content_box h1{
    background: url(../images/header_bg.png) repeat-x #EEE;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    padding: 6px;
    text-shadow: 0px 0px 2px #FFF;
    color: #555;
    border-radius: 8px 8px 0px 0px;
}

.login_box{
    border-radius: 10px;
    border: solid 1px #AAA;
    vertical-align: top;
    display: inline-block;
    height: 153px; 
    background: url(../images/login_form_bg.png) no-repeat top left #FFF;
    width:350px; 
    text-align:center;
    padding: 10px 0px 10px 60px;
    box-shadow: 0px 0px 10px 0px #999;
    margin: 10px;
}
.login_box span{
    padding-left: 60px;
}

.login_box .content_box{
    border: solid 1px white;
    box-shadow: 1px 1px 1px 0px #CCC;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px;
    background: url(../images/login_form_box_bg.png);
}
.login_box input{
    margin: 3px;
    border-radius: 3px;
}

#impressum_map{
    border: solid 3px orange;
    border-radius: 3px;
    box-shadow: 3px 3px 4px 0px #555;
}

label{
    display: inline-block;
    width: 150px;
}
.radiobutton label{
    width: 300px;
}
.formfield{
    display: inline-block;
}
.tooltip{
    text-align:left;
    position:absolute;
    font-size: 0.8em; 
    padding: 5px; 
    background:cornsilk;
    border: solid 1px coral; 
    display: none;
    z-index: 60;
}

span.error{
    color:orange;
    width: 0px;
    overflow:hidden;
    position:absolute;
    background: url(../images/icons/error.png) no-repeat top left white;
    padding-left: 15px;
}
input, select{
    margin: 2px;
}
input.error{
    border: solid 1px orange !important;
    color: orange;
    background: #fff8f0;
}
label.error{
    color: orange;
}

fieldset{
    border: none;
    padding: 7px;
    margin: 10px 0px;
    
}

.content_scrollbox{
    /*
    height:605px;
    overflow-y:auto;
    overflow-x:hidden;
    margin: 10px;
    padding: 10px;
    */
    padding: 10px 0px 30px 0px;
}
#notificationArea{
    font-size: 0.9em;
    color: red;
    border: solid 1px red;
    background: #fddfdf;
    padding: 3px;
    display: none;
}
div.Error{
    width: 500px;
}








.progressBar{
    text-align:center;
    border: solid 1px #CCCCCC;
    width:220px;
    display: inline-block;
    height: 20px;
    background-image: url(../images/upload/progressbar.gif);
    background-repeat: no-repeat;
    background-position: -220px 0px; 
}
#page_statusInfo i{
    color: #666666;
}
#cover_statusInfo i{
    color: #666666;
}

hr{
    text-align: center;
    width:90%;
    border: 0px;
    border-top: solid 2px #CCCCCC;
    margin-bottom: 30px;
}
.infoBlock{
    display:inline-block;
    vertical-align: top;
}
.infoBlock h2{
    margin: 0px;
}
.statusInfo img{
    vertical-align: top;
}

#uploads{
    margin: auto;
    padding: 30px 0px; 
    z-index: 100;
}

.uploadBlock{
    height: 140px;
}

#fazit{
    position:relative;
    margin: auto;
    padding: 30px; 
    border-radius: 5px;
    border: 2px solid #CCCCCC; 
    z-index: 10;
    color: black;
}

#fazit_buttons{
    margin-top: 10px;
}
#fazit_message{
    font-size: 14pt;
    
}

#fazit.summaryMissingFiles{
    background:#c1e3fe;
    
}
#fazit.summaryErrors{
    background: #f9d2d1;
}
#fazit.summaryWarnings{
    background: #f9f9d1;
}
#fazit.summarySuccess{
    background: #d5f9d1;
}

#fazit h2{
    font-size: 12pt;
    color: #888888;
    text-align: center;
}

.swfBar1 {
        background-color: #FFFFFF;
        position: relative;
        text-align: left;
        height: 10px;
        border: 1px solid #505050;
        z-index: 5;
        background-image:url(../images/upload/progress_bar_white.gif);
        layer-background-image:url(../images/upload/progress_bar_white.gif);
}

.swfBar2 {
        background-color: orange;
        position: relative;
        text-align: left;
        height: 10px;
        width: 0%;
        z-index: 6;
        background-image:url(../images/upload/progress_bar_blue.gif);
        layer-background-image:url(../images/upload/progress_bar_blue.gif);
}

#sondermeldungContainer{
    height:100%;
    width: 100%;
    position:absolute;
    top: 0px;
    left: 0px;
    text-align:center;
    background: url(../images/sondermeldung/sondermeldung_bg.png);
}


#fazit2{
    position:relative;
    margin: auto;
    padding: 10px; 
    border: 1px solid #DDD; 
    z-index: 10;
    color: black;
}

#fazit2_buttons{
    margin-top: 10px;
}
#fazit2_message{
    font-size: 10pt;
    
}

#fazit2.summaryMissingFiles{
    background:#c1e3fe;
    
}
#fazit2.summaryErrors{
    background: #f9d2d1;
}
#fazit2.summaryWarnings{
    background: #d5f9d1;
}
#fazit2.summarySuccess{
    background: #d5f9d1;
}

#fazit2 h2{
    font-size: 10pt;
    color: #888888;
    text-align: center;
}
tr.improved{
    background: #c1e3fe;
}

tr .aufbereitung{
    display: none;
}
tr.improved .delete, tr.deleted .delete{
    display: none;
}
tr.improved .aufbereitung{
    display: inline;
}

