/* CSS Document */

  body {
    color: black; 
	background-color: #464C4A; 
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */

	SCROLLBAR-SHADOW-COLOR: #727262; 
	SCROLLBAR-ARROW-COLOR: 80C61E; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #DADABF;
	}


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0.5em;
    }
  
   #inhalt { 
	 TOP: 10px;  LEFT: 0px; width: 980px; height: 560px; background-color:none; 
	padding-left: 0px; 	overflow: hidden; 
    }
 
	
	.text {
	font-size: 10px;
	line-height: 9px;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 0px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	

	active {text-decoration:none;	color: white; background-color: #80C61E}
	a:link {text-decoration:none; color: white}
    a:focus { text-decoration:none; background-color:#080; }                        
	a:visited { text-decoration:none; color: white}
	a:hover { text-decoration:none; color: #0084D8; background-color: white; }
	
	


	
	
	
	
	

