body { 
margin: 0;
padding: 0;
/*background:#333333;*/
background-image: url(grafik/hintergrundbild.jpg);
/*scrollbar-arrow-color: #999999;
scrollbarBaseColor: #666666;
scrollbar-track-color: #666666;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #333333;
scrollbar-shadow-color: #999999;*/
} 

.schwarz	 { color:#000000; }
.gruen		 { color:#7BAA29; }
.redpink	 { color:#52203D; }
.rot		 { color:#ff0000; }

a {font-size: 9pt ;font-family: Arial; color: 666666} 
a:hover {font-size: 9pt ;font-family: Arial; color: 666666} 
a:visit {font-size: 9pt ;font-family: Arial; color: 666666} 
a:activ {font-size: 9pt ;font-family: Arial; color: 312B47} 
p {font-size: 9pt ;font-family: Arial; color: 666666}
.vis {font-size: 7pt ;font-family: Arial; color: C0C0C0} 
.text {font-size: 9pt ;font-family: Arial; color: 000000}  
.kat {font-size: 9pt ;font-family: Arial; color: FF0000}
.head {font-size: 10pt ;font-family: Arial; font-weight: bold; color: 000000} 
.news {font-size: 9pt ;font-family: Arial; color: 000000} 
.newstitel {font-size: 9pt ;font-family: Arial; color: 000000} 
.newstitel-weiss {font-size: 9pt ;font-family: Arial; color: FFFFFF} 
.newslink {font-size: 9pt ;font-family: Arial; color: 000000} 
h1 {font-size: 16pt ;font-family: Arial; font-weight: bold; color: 666666; text-align:center} 
h2 {font-size: 10pt ;font-family: Arial; font-weight: bold; color: 000000; text-align:left} 
h3 {font-size: 12pt ;font-family: Arial; font-weight: bold; color: FF0000; text-align:left}
.foot {font-size: 8pt ;font-family: Arial; color: cccccc}
.fehler {font-size: 10pt ;font-family: Arial; color: ff0000; font-weight: bold;}
input, select {background-color:#FFFFFF; color:#000000; font-family:Arial; font-size:10pt; border-color:#000000; border-width:1px;}

#navi {
	margin: 0;
	padding: 0;
	width: 170px;
	border-bottom: 1px dotted #999999;
}

#navi ul, #navi li{
	list-style-type: none;
	border-top: 1px dotted #999999;
	padding: 5px 1px 5px 5px;
	font-weight: bold;
}
#navi li a {
	display: block;
}
#navi a:link, #navi a:visited {
	text-decoration: none;
	color: #999999;
}
#navi #aktuell {
	color: #312B47;
}
#navi a:hover, #navi a:hover#aktuell{
	color: #312B47;
}


#navi-b {
	margin: 0;
	padding: 23px 0px 0px 0px;
	width: 170px;
	border-bottom: 1px dotted #999999;
}

#navi-b ul, #navi-b li{
	list-style-type: none;
	border-top: 1px dotted #999999;
	padding: 5px 1px 5px 5px;
	font-weight: bold;
}
#navi-b li a {
	display: block;
}
#navi-b a:link, #navi-b a:visited {
	text-decoration: none;
	color: #999999;
}
#navi-b #aktuell {
	color: #312B47;
}
#navi-b a:hover, #navi-b a:hover#aktuell{
	color: #312B47;
}


#navi-c {
	margin: 0;
	padding: 23px 0px 0px 0px;
	width: 170px;
	border-bottom: 1px dotted #999999;
}
#navi-c ul, #navi-c li{
	list-style-type: none;
	border-top: 1px dotted #999999;
	padding: 5px 1px 5px 5px;
	font-weight: bold;
}
#navi-c li a {
	display: block;
}
#navi-c a:link, #navi-c a:visited {
	text-decoration: none;
	color: #999999;
}
#navi-c #aktuell {
	color: #312B47;
}
#navi-c a:hover, #navi-c a:hover#aktuell{
	color: #312B47;
}



img {
border: none;
} 
 
	
/*- Menu Karteireiter--------------------------- */

    #reiter1 {
      float:left;
      width:100%;
      /* background:#333333;*/
      font-size:93%;
      line-height:normal;

      }
    #reiter1 ul {
	  margin:0;
	  padding:10px 10px 0 175px;
	  list-style:none;
      }
    #reiter1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #reiter1 a {
      float:left;
      background:url("grafik/reiterlinks.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: bold;
      }
    #reiter1 a span {
      float:left;
      display:block;
      background:url("grafik/reiterrechts.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#CCCCCC;
	  font-weight: bold;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #reiter1 a span {float:none;}
    /* End IE5-Mac hack */
    #reiter1 a:hover span {
      color:#CCCCCC;
	 font-weight: bold;

      }
    #reiter1 a:hover {
      background-position:0% -42px;
      }
    #reiter1 a:hover span {
      background-position:100% -42px;
      }  

