body{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    background-image:url('../images/hg.gif');
    background-repeat:repeat-y;
    font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif;
}

#page_1{
    width:1000px;
}

#page_2{
    width:1000px;
}

#logo{
    height:85px;
    float:left;
    /* border:1px solid black; */
    margin-left:33px;
    margin-right:85px;
}

#logo_print{
    display:none;
}

/* Style fuer Hilfsnavigation */

#hilfsnavi{
    height:35px;
    width:500px;
    /* border:1px solid black; */
    padding-top:52px;
    float:left;
}

#hilfsnavi ul{
    margin:0px;
    padding:0px;
}

#hilfsnavi ul li{
    float:right;
    list-style-type:none;
}

#hilfsnavi a{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:80%;
    text-decoration:none;
    color:black;
    padding-left:10px;
}

#hilfsnavi a:hover{
    text-decoration:underline;
}


#header{
    /* border:1px solid black; */
    clear:left;
    background-color:#CBDAFE;
    width:100%;
    height:135px;
}

/* Style fuer Hauptnavigation */

#hauptnavi{
    margin-top:45px;
    margin-left:33px;
    width:228px;
    float:left;
    margin-bottom:50px;   
}

#hauptnavi a{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:80%;
    line-height:160%;
    text-decoration:none;
    color:black;
    /* padding-left:74px; */
}

#hauptnavi ul{
    margin:0px;
    padding:0px;
    border-bottom:1px dotted #999999;
}

#hauptnavi ul li{
    list-style-type:none;
    border-top:1px dotted #999999;
    background-image:url('../images/pfeilbutton.gif');
    background-position:10px 4px;
    background-repeat:no-repeat;
    padding-left:30px;
    height:auto;
}

#hauptnavi ul li ul li{
    list-style-type:none;
    border-top:1px dotted #999999;
    background-image:url('../images/spacer.gif');
    padding-left:30px;
    height:auto;
}

#hauptnavi ul li ul{
    border:0px;
    margin-left:-30px;
    height:auto;
}

#hauptnavi .active a{
   color:#666666;
   font-weight:bold;
}

#hauptnavi .active .active a{
   color:#666666;
   font-weight:bold;
}

#hauptnavi .active .active .active a{
   color:#666666;
   font-weight:bold;
}

#hauptnavi .active ul li a{
   color:#000000;
   font-weight:normal;
}

#hauptnavi .active .active ul li a{
   color:#000000;
   font-weight:normal;
}

#hauptnavi .active .active .active ul li a{
   color:#000000;
   font-weight:normal;
}

#hauptnavi a:hover{
   color:#666666;
}

#hauptnavi .active ul li a:hover{
   color:#666666;
}

#hauptnavi .active .active ul li a:hover{
   color:#666666;
}

#hauptnavi .active .active .active ul li a:hover{
   color:#666666;
}

#hauptnavi .active .active ul li{
    padding-left:50px;
}

/* Styles fuer Content */

#content{
    /* margin-left:304px; */
    margin-left:20px;
    margin-top:22px;
    width:415px;
    margin-bottom:100px;
    float:left;
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:80%;
    line-height:160%;
}

#content h1{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:100%;
    line-height:160%;    
    border-bottom:1px dotted #999999;
    color:#666666;
    margin:0px;
    padding:0px;
    padding-bottom:5px;
}

#content div h2,h3,h4{
    font-size:100%;
    margin:0px;
    padding:0px;
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
}

#content h2,h3,h4{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:100%;
    color:#666666;
}

#content div{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:100%;
}

#content div div{
    font-size:100%;
}

#content div a{
    color:black;
    text-decoration:underline;
}

#content a{
    color:black;
    text-decoration:underline;
}

#content div a:hover{
    text-decoration:none;
}

#content #search{
    margin-top:20px;
    margin-bottom:30px;
}

#content .searchResultItem{
    margin-top:15px;
    margin-bottom:15px;
}

/* Style fuer Listen */

#content div ul{
    padding:0px;
    margin-left:17px;
}

#content div ol{
    padding:0px;
    margin-left:20px;
}

#content ul li ul li{
    list-style-type:none;
    background-image:url('../images/bindestrich.gif');
    background-position:0px 4px;
    padding-left:20px;
    margin-left:-20px;
    background-repeat:no-repeat;
}

#content ul li a{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:100%;
    line-height:100%;
    color:#000;
}

#content ol li a{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:100%;
    line-height:100%;
    color:#000;
}

#content ul li a:hover{
    text-decoration:none;
}

#content ol li a:hover{
    text-decoration:none;
}

#content img{
   border:0px;
}

/* Styles fuer Formulare */

#content .label{
   width:140px;
   float:left;
   height:20px;
}

#content #loginBtn{
   border:1px solid #666;
   background-color:#ffffff;
   color:#666666;
   margin-top:24px;
}

#content #username{
   border:1px solid #666;
   background-color:#ffffff;
   color:#666666;
   width:260px;
   margin-bottom:5px;
}

#content #password,.eingabefeldEinzeilig{
   border:1px solid #666;
   background-color:#ffffff;
   color:#666666;
   width:260px;
   margin-bottom:5px;
}

#content .eingabefeldMehrzeilig{
   border:1px solid #666;
   background-color:#ffffff;
   color:#666666;
   width:260px;
   height:150px;
   margin-bottom:5px;
}

#content .fright{
   margin-left:140px;
}

#content tbody, table{
   /* width:644px; */
   width:100%;
   border-top:1px dotted #999;
}

#content td{
   margin:0px;
   padding:0px;
   margin-top:10px;
   margin-bottom:10px;
   padding-right:5px;
   padding-top:3px;
   padding-bottom:3px;
   border-bottom:1px dotted #999;
   vertical-align:top;
   /* min-width:125px; */
}

#content td a{
  color:black;
}

#content td a:hover{
  text-decoration:none;
}

#content #termin table{
   border:0px;
}

#content #termin td{
   border:0px;
}

/* Styles fuer Sitemap */

#content .sitemap li{
    list-style-type:none;
}

#content .sitemap .level1,.level2,.level3{
    list-style-type:none;
    background-image:url('../images/pfeilbutton.gif');
    background-position:0px 4px;
    background-repeat:no-repeat;
    padding-left:20px;
}

#content .textItem{
    margin-top:22px;
}


/* Style fuer Aufnahmeantrag */

#content #contactForm .label{
    float:left;
    width:150px;
}

#content #contactForm .eingabe{
    border:1px #999 dotted;
    width:250px;
    margin-bottom:5px;
    margin-left:5px;
}

#content #contactForm textarea{
    border:1px #999 dotted;
    width:250px;
    height:75px;
    margin-bottom:5px;
}

#content #contactForm .button{
    border:1px #999 dotted;
    background-color:#fff;
    margin-right:10px;
    width:90px;
}

#content #artikelblaettern{
   color:#666;
   margin-bottom:50px;
}

#content #artikelblaettern a{
   color:#666;
}

#content #artikelblaettern a:hover{
   text-decoration:none;
}

#content #artikelblaettern b{
   color:#666;
}

/* Styles fuer Marginalspalte */

#marginalspalte{
    width:200px;
    float:left;
    margin-top:23px;
    margin-left:30px;   
    margin-bottom:50px;   
    /* border-left:1px dotted #666; 
    padding-left:20px; */
}

#marginalspalte h1{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:80%;
    border-bottom:1px dotted #999999;
    color:#666666;
    margin:0px;
    padding:0px;
    padding-bottom:5px;
}

#marginalspalte div{
    /* font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode,Lucida Sans,sans-serif; */
    font-size:80%;
    line-height:160%;
    margin-top:0px;
    margin-bottom:20px;
}

#marginalspalte p{
    margin:0px;
    padding:0px;
}

#marginalspalte b,strong{
    color:#000;
}

#marginalspalte .anzeige{
    border-right:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:1px solid #999999;
}

#marginalspalte a{
   color:#000000;
   text-decoration:underline;
}

#marginalspalte a:hover{
   text-decoration:none;
}

#marginalspalte ul,ol{
   margin:0px;
   padding:0px;
   margin-top:20px;
   margin-bottom:20px;
}

#marginalspalte li{
   margin:0px;
   padding:0px;
   margin-left:14px;
}




/* Styles fuer Aktuelles */

.artikelliste{
    height:79px;
    width:415px;
    padding-top:4px;
    padding-bottom:12px;  
    border-bottom:1px dotted #999999;    
}

.artikelliste b{
    color:#666;  
}

.artikelliste p{
    margin:0px;
    padding:0px;
}

.artikelliste div{
    font-size:100%; 
}

.artikelliste .img{
    float:left;
    margin-right:12px; 
    margin-top:5px; 
}

/**************** Styles fuer Gaestebuch ***********************/

.gbFehlermeldung{
   color:#c00;
   font-weight:bold;
   margin-top:20px;
}

.zeileGB{
   width:140px;
   float:left;
   height:20px;
}

#vpgb_nav .vpgb_aktiv{
   text-decoration:none;
   font-weight:bold;
}

.submit{
   border:1px solid #666;
   background-color:#ffffff;
   color:#666666;
   margin-top:24px;
}

