/* WebSite */
a img     	  {border: 0 }
a:link     	  {color: white; text-decoration: none }
a:visited 	  {color: white; text-decoration: none }
a:hover   	  {color: #910000; font-weight: bold; text-decoration: none }

.rahmen 	  {border: 2 solid #970a0a;}  /* Rahmen Contentbereich */
.menu_rahmen   { border: dashed 2 black }  /* Rahmen Menu */

.navi_bg 	  {background-color: black}   /* Umrandung Navigation */
.navi_width   {width: 180px;} /* Navigation Tabelle Breite */

.schrift       	 {color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal} /* Content Schrift*/
.schrift_navi 	 {color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal} /* Menuepunkte */
.schrift_navbar  {color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}   /* Navigation Schrift Button */

#menu a:link   	 {color: white; text-decoration: none; padding: 0 0 0 0px; display: block} /* Menue */
#menu a:visited  {color: white; text-decoration: none; padding: 0 0 0 0px; display: block} /* Menue */
#menu a:hover 	 {color: white; text-decoration: none; padding: 0 0 0 0px; display: block} /* Menue */
#menu a:active 	 {color: white; text-decoration: none; padding: 0 0 0 0px; display: block} /* Menue */



body 		{scrollbar-3dlight-color: #354e72; scrollbar-arrow-color: #354e72; scrollbar-face-color: #f8f8ff; scrollbar-shadow-color: #354e72; scrollbar-track-color: #344555;} /* Scrollbalken */


/* WebAdmin */

.color_bg1 {background-color: #730000}  /* Hintergrundfarbe linke Leiste */

