/*Hintergründe*/
.hg1 { background-color: #A1DA9E; }			/*Hintergrund für Hauptframeseiten   */

/*Hintergrundbildklasse*/
.body1 {
scrollbar-face-color: #FFFFB9; 
    scrollbar-highlight-color: #FFFFB9; 
	scrollbar-track-color: #FFFFB9;
    scrollbar-darkshadow-color: #FFFFB9;
    scrollbar-shadow-color: #003399;
	scrollbar-3dlight-color: #003399; 
    scrollbar-arrow-color: #003399;

}

/* ID Styles oben*/

#navigation td {
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px 6px 5px 5px;
	}
	
#navigation a:hover {
	background: #FF9900;
	color:#000000;
	}

#navigation A {
   display:block;
   text-decoration: none;
   margin: 0;
   
   }

#navigation A:link, #navigation A:visited {
   color: #FFFFFF;
   background-color: transparent;
   }

#navigation A:hover, #navigation A:focus {
   color: #000000;
   background-color: #ff9900;
   }
	
#ia #navigation A.ca,
#ib #navigation A.cb,
#ic #navigation A.cc,
#id #navigation A.cd,
#ie #navigation A.ce,
#if #navigation A.cf,
#ir #navigation A.cr {
   background-color: #000000;
   background-color: #ff9900;

   }


/* ID Styles links*/

#navigationl {
	}
	
#navigationl a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:1px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigationl a:hover {
	background: #FF9900;
	color:#000000;
	}
	


/*Überschriften*/
.ueberschrift1 { font-family: arial; font-size: 20px; color: white; }
.ueberschrift2 { font-family: arial; font-size: 16px; color: white; }
.ueberschrift3 { font-family: arial; font-size: 14px; color: white; }


/*Schriften*/
.normal  { font-family: verdana; font-size:12px; color: black; }    /*Normale Schrift für alle Seiten*/
.norm  { font-family: arial; font-size:14px; color: #000000; }    /*Normale Schrift für alle Seiten*/
.gross  { font-family: arial; font-size:16px; color: #000000; }    /*Normale Schrift für alle Seiten*/

.klein  { font-family: arial; font-size:11px; color: black; }	    /*Schrift für Navigationselemente auf den Hauptframeseiten*/


/*Links*/
a:link { color:black }    		/* noch nicht besuchte Liks */
a:visited { color:black } 		/* bereits besuchte Links */
a:active { color:blue }  		/* aktive Links */
