/* FARBIGE FLAECHEN FUER SEITENSTREIFEN */

.flaeche_dunkelgrau {
        width: 160px;
        height: 1px;
        overflow: hidden;
        background: #E7E7E9;
      }

.flaeche_dunkelbraun {
        width: 159px;
        height: 5px;
        overflow: hidden;
        background: #EEEEDD;
        border-right: #CCCC99 1px solid;
      }
      
/* AUFTEILUNG STARTSEITE*/

#streifen_links {
        float: left;
        width: 160px;
        padding: 0;
        text-align:left;
      }


#streifen_rechts {
        float: left;
        width: 690px;
        background: #FFFFFF;
        padding: 0;
        text-align:left;
      }

.bild_startseite {
}
#sidemenu_suche_startseite {
        width: 160px;
        height: 44px;
        background-image: url(img/sidemenu/search.gif);
		padding: 0px;
		margin: 0px;		
      }      

#sidemenu_suche_startseite input {
        float: left;
        width: 120px;
        height: 16px;
        margin-left: 5px;
        margin-top: 13px;
        border: #005B8D 1px solid;
      }

#sidemenu_suche_startseite a {
        float: left;
        margin-left: 5px;
        margin-top: 13px;
}

#sidemenu_suche_startseite img {
        border: 0px;
}
/* SEITENBOXEN (KONTAKT / ANFAHRT / LINKS) */

     
.seitenbox {
        width: 159px;
		margin-top: 5px;        
      }

.seitenbox_head {
        width: 159px;
        height: 16px;
        overflow: hidden;
		background-color: #E7E7E9;        
      }
      
.seitenbox_head_text {
        float: left;
        width: 140px;
        height: 16px;
        font-size: 10px;
        font-weight: bold;
        color: #005B8D;
        padding-left: 5px;
	    text-transform:uppercase;
        overflow: hidden;
      }
	        
#kontakt {
        font-family: Verdana, Helvetica, sans-serif;
        margin-left: 5px;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 16px;
        color: #000000;
      }

#kontakt a {
        color: #565656;
        text-decoration: underline;
      }
#kontakt a:hover {
        text-decoration: underline;
        color: #FF3333;
      }

#anfahrt {
  		margin: 5px;
        width: 149px;
        height: 189px;
        background-image: url(img/startseite/anfahrt2.png);
      }

#ext_links {
        font-family: Verdana, Helvetica, sans-serif;
        margin-left: 5px;
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 16px;
        color: #565656;
      }

#ext_links a {
        color: #565656;
        text-decoration: underline;
      }
#ext_links a:hover {
        text-decoration: underline;
        color: #FF3333;
      }

/* GRUSSWORT */

#grusswort {
        width: 670px;
        margin: 10px;
        background: #FFFFFF;
      }
      
#grusswort_head {
        font-size: 14px;
        font-weight: bold;
        width: 689px;
        text-align:left;
        overflow: hidden;
        height: 44px;
        color: #000000;
        background: url(img/sonstiges/contenthead.gif) left top;
		border-left: #FFFFFF 1px solid;		  
      }

#grusswort_head_text {
        float: left;
        font-weight: bold;
        text-align:left;
        height: 16px;
        color: #FFFFFF;
        overflow: hidden;
        padding-top: 25px;
        padding-left: 10px;
      }

#grusswort_text {
  		text-align: justify;
      }   

#grusswort_text a {
        color: #565656;
        text-decoration: underline;
      }
#grusswort_text a:hover {
        text-decoration: underline;
        color: #FF3333;
      }
      
#grusswort_foot {
        width: 670px;
        height: 9px;
        overflow: hidden;
        margin-top: 5px;
        background-image: url(img/sonstiges/grautrenn2.gif);
      }

/* AKTUELLES & BERICHTE */

#aktuelles {
        width: 465px;
        float: left;
      }

#aktuelles_head {
        width: 445px;
		margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        text-align:left;
        height: 16px;
        overflow: hidden; 
		border-bottom: #F17D7D 1px solid;
      }

#aktuelles_head_text {
        width: 433px;
        height: 16px;
        text-align:left;
        color: #FF9897;
        overflow: hidden;
        font-weight: bold;
        margin-right: 5px;
	    text-transform:uppercase;
      }

.akt_einzel {
        width: 445px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
        text-align: left;
      }
      
.akt_einzel a {
        color: #565656;
        text-decoration: underline;
      }
.akt_einzel a:hover {
        text-decoration: underline;
        color: #FF3333;
      }
      
.akt_einzel_text_headline {
        width: 445px;
        height: 16px;
        border-bottom: #E6E6E6 1px solid;
        font-size: 12px;
        overflow: hidden;
        color: #000000;
        font-weight: bold;
      }

.akt_einzel_grautrenn {
        width: 445px;
        height: 9px;
        background-image: url(img/sonstiges/grautrenn.gif);
        overflow: hidden;
      }

.akt_einzel_foot {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 11px;
        width: 445px;
        text-align: right;
        color: #565656;
      }

#aktuelles_archiv {
        width: 443px;
        text-align: center;
        margin-left: 10px;
        margin-left: 10px;
        margin-top: 10px;
        background: #E6E6E6;
        height: 16px;
      }
#aktuelles_archiv a {
        color: #565656;
        text-decoration: none;
      }
#aktuelles_archiv a:hover {
        text-decoration: underline;
        color: #565656;
      }

/* Termine */

#termine {
        width: 215px;
        float: left;
        background: #FFFFFF;
      }

#termine_head {
  		margin-top: 10px;
		border-bottom: #F17D7D 1px solid;
        width: 213px;
        text-align:left;
        height: 16px;
        overflow: hidden;
      }

#termine_head_text {
        width: 203px;
        height: 16px;
        text-align:left;
        color: #FF9897;
        overflow: hidden;
        margin-right: 5px;
        font-weight: bold;
	    text-transform:uppercase;
      }

.termine_text {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        width: 203px;
        text-align:left;
        padding: 5px;
        border-right: #E6E6E6 1px solid;
        border-left: #E6E6E6 1px solid;
      }
      
.termine_text_head {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        width: 208px;
        height: 16px;
        overflow: hidden;
        text-align:left;
        margin-top: 10px;
        padding-left: 5px;
        background-image: url(img/sonstiges/blauschraff.gif);
        border: #E6E6E6 1px solid;
        color: #565656;
      }

.termine_text_foot {
        width: 215px;
        height: 1px;
        overflow: hidden;
        background-color: #E6E6E6;
      }

#termine_archiv {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 213px;
        height: 16px;
        overflow: hidden;
        margin-top: 10px;
        background: #E6E6E6;
      }

#termine_archiv a {
        color: #565656;
        text-decoration: none;
      }
#termine_archiv a:hover {
        text-decoration: underline;
        color: #565656;
      }

