/*		color: #ff8c00 orange 
			   #f3b31d orange hell Hp alt;
			   #ff6c0c orange dunkel en|de*/ 
/*		color: #ffffff;         weiß  */
/*		color: #f3b31d;         blau  */
/*		color: #0099CC;         blau  */ 

.tophg { 
		background-color: #000000
		}
		
.linie { 
		background-color: #8D6052
		}
		
.linie2 { 
		background-color: #0099CC
		}		
		
/* Schriftvormatierung*/
.kt1 {
	font-size: 24px;
	color: #ff6c0c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: normal;
}
.kt2 {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	bottom: 0px;
	margin-bottom: 5px;
	font-variant: normal;
	font-style: normal;
}

.pips {
    color: #ff6c0c;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
}
.textklein  {
	color: #0099CC;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}
				
.xy  { 
		color: #0099CC;
		font-weight: bold; 
		font-size: 15px;
		line-height: 15px; 
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular 
		}

.text  {
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}

.texthigh  {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}
		
.adress  {
	color: #ff6c0c;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}
.adress_st  {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}

.textweiss  {
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular
		}

.textcolor  { 
		color: #0099CC;       /* blau*/ 
		font-weight: bold; 
		font-size: 12px;
		line-height: 20px; 
		font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular 
		}

.biderrahmen {
	border: thin solid #ffffff;
		}

/* Pseudoformate für Verweise
   :link    = für Verweise zu noch nicht besuchten Seiten
   :visited = für Verweise zu bereits besuchten Seiten
   :hover   = für Verweise, während der Anwender mit der Maus darüber fährt
   :active  = für gerade angeklickte Verweise
   :focus   = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste */		
/* links */
a:link    { 
		color: #ff6c0c; 
		text-decoration: none 
		}
		
a:visited     { 
		color: #FF4F11; 
		text-decoration: none 
		}

a:hover    { 
		color: #f3b31d
		}

a:alink { 
		color: #8D032A
		}

BODY {
	scrollbar-face-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #ff6c0c;
	scrollbar-base-color: #B6AEAE;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #0099cc;
	scrollbar-shadow-color: #0099cc;
 	background-color: #000000;	
}

/* Navigation waagrecht*/
ul#SNavigation {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
  }
  ul#SNavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 16px;
  }

  ul#SNavigation a, ul#SNavigation span {
	padding: 0.1em 0.2em;
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 16px;
  }
  * html ul#SNavigation a, * html ul#SNavigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#SNavigation a:hover, ul#SNavigation span {
	color: #ff6c0c;
  }

/* Navigation senkrecht */
  ul#Navigation li {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	left: -1em;
  }
* html ul#Navigation li {  /* Korrektur fuer IE 5.x */
    left: -1em;
    lef\t: -1em;
  }

  ul#Navigation li ul {     /* Unternavigation ausblenden */
      margin: 0 0 0 1em; padding: 0;
	  display: none;
  }
  ul#Navigation li:hover ul {
	display: block;
  }
  ul#Navigation li ul li {   /* Unternavigation einblenden */
	float: none;
	display: block;
	margin-bottom: 0em;
	left: 0.5em;
	background-color: #000000;
 }
* html ul#Navigation li ul li{  /* Korrektur fuer IE 5.x */
    left: 0.5em;
    lef\t: 0.0em;
  }

  ul#Navigation a, ul#Navigation span {
	display: block;
	width: 6.4em;
	text-decoration: none;
	font-weight: bold;
	border-left-color: #000000;
	border-top-color: #000000;
	color: #FFFFFF;
	background-color: #000000;
	border-right-color: black;
	border-bottom-color: black;
	padding-top: 0.2em;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	color: #ff6c0c;
	background-color: #000000;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	color: #ff6c0c;
	background-color: #000000;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }


  

