@CHARSET "UTF-8";

BODY{
    background:#FFFFFF url(../syspics/background.jpg) repeat-y scroll center top;
    font-family: Arial;
}
html, body {
    height:100%;
    margin:0;
    padding:0;
}

H1{
    color: #0c5a5b;
    font-size: 1.3em;
    font-weight:bold;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

A{
    text-decoration: none;
    color:  #0c5a5b;
}   

DIV.main{
    margin: 0 auto;
    min-height:100%;
    position:relative;
    width:990px;
}

DIV.header{
    background: #0c5a5b url(../syspics/header.jpg) no-repeat center top;
    height: 140px;
    padding: 10px;
}

DIV.content{
    background-color: #FFFFFF;
    min-height: 800px;
    width: 730px;
    float: right;
    padding: 0px;
    padding-right: 20px;
    text-align: justify;
}
DIV.footer-positioner{
    clear: both;    
}   
DIV.footer2{
    background-color: #0c5a5b;
    height: 20px;
    padding-left: 10px;
    font-size: 0.8em;
    text-align: center;
}

DIV.footer1{
    background-color: #ff8a00;
    height: 2px;
}

DIV.subheader{
    background-color: #ff8a00;
    height: 10px;   
}

DIV.language{
    padding-top: 10px;
    padding-right: 10px;
    font-size: 0.8em;
    font-color: #ff8a00;
    background-color: #ffffff;
    height: 30px;   
    color: #0c5a5b;
    text-align: right;
}

DIV.navigation{
    background-color: #4e4e4e;
    float: left;
    width: 200px;
    margin-left: 10px;  
    background-color: #ffffff;
}
UL.mainnav{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: 0px;
}
UL.mainnav LI{
    /* top  right bottom left */
    padding: 0px;
    margin: 0px;
    vertical-align: center;
    height: 40px;
    background: #ffffff url(../syspics/navi-center.jpg) center top;
    border: 0px;
}
UL.mainnav LI A{
    display:block;
    padding-left: 20px;
    padding-top: 10px;
    color: #000000;
}

UL.mainnav LI.top{
    height: 40px;
    padding-top: 2px;
    background: #ffffff url(../syspics/navi-top.jpg) center top;
}
UL.mainnav LI.topactive{
    height: 40px;
    padding-top: 2px;
    background: #ffffff url(../syspics/navi-topactive.jpg) center top;
}

UL.mainnav LI.active{
    height: 40px;
    background: #ffffff url(../syspics/navi-center-active.jpg) center top;
}

UL.mainnav LI.bottom{
    height: 42px;
    background: #ffffff url(../syspics/navi-bottom.jpg) center top;
}
UL.mainnav LI.bottomactive{
    height: 42px;
    background: #ffffff url(../syspics/navi-bottomactive.jpg) center top;
}

UL.mainnav LI.subnav{
    height: 42px;
    font-style: italic;
    background: #ffffff url(../syspics/navi-sub.jpg) center top;
}
UL.mainnav LI.subnav A{
    display:block;
    padding-left: 30px;
    padding-top: 10px;
}
IMG{
    border: 2px solid #ff8a00;
}

IMG.border1px{
    border: 1px solid #ff8a00;
}
IMG.noborder{
    border: 0px;
}
TD.guest_info{
    border-bottom: 1px solid #ff8a00;
}
TD.guest_comment{
    border-bottom: 1px solid #ff8a00;
}
SPAN.boldgreen{
    font-weight: bold;
    color: #0c5a5b;
}
SPAN.orange{
    color:  #ff8a00;
}
label{
    width: 150px;
    float: left;
}
.news_table{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.news_text{
    padding: 5px;
    margin: 0px;
    background-color: #f4f4f4;
    border: 0px;
    /*border-bottom: 1px solid black;*/
}
.news_head{
    padding: 5px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px dashed #000000;
    /*border-top: 1px solid #000000;*/
}
.leistung_table{
    background-color: #0c5a5b;
}
.leistung_cell{
    padding: 4px;
    border: 0px;
    background-color: #ffffff;
}
.leistung_head{
    padding: 4px;
    border: 0px;
    background-color: #ededed;
}
div.google{
    width: 90%;
    height: 700px;
}
