a:link, A:visited
	{
		font-family : 			Verdana, Helvetica, sans-serif;
		font-size : 			11px;
		color : 				blue;
		text-decoration : 		none;
	}
	
a:hover, a:active
	{
		font-family : 			Verdana, Helvetica, sans-serif;
		font-size : 			11px;
		color : 				red;
		text-decoration : 		none;
		} 




body 		{ 
			color: black;
			font-family: Verdana;
			font-size: 8pt;
		} 
h1 		{	color: #40A701;
			font-family: Arial;
; font-size: 14pt
		}
h2		{ 	font-family: Verdana;
			color: #40A701;
			font-size: 12pt;
		}
h3		{ 	font-family: Verdana;
; font-size: 14pt		; color: #40A701}
p		{	font-size: 8pt;
			font-family: Verdana;
		}
span.klein	{ font-size: 8pt;
	 	  color: #40A701;
	 	  font-family: Verdana;
		}
span.kleiner	{ font-size: 7pt;
	 	  color: #40A701;
	 	  font-family: Verdana;
		}
span.brochure	{ font-size: 8pt;
	 	  color: black;
	 	  font-family: Verdana;
		}
input { font: 8pt Verdana, Arial, bold; color: #000000;  }


td {  font-family: Verdana, Verdana, Helvetica, sans-serif; font-size: 8pt}
table {  font-family: Verdana, Verdana, Helvetica, sans-serif; font-size: 8pt}
tr {  font-family: Verdana, Verdana, Helvetica, sans-serif; font-size: 8pt}


	
#navigation ul { list-style:none; padding: 0px 0 0 0; margin: 0 0 0 0; }
#navigation li { list-style:none; float:left; }
#navigation a:link,	#navigation a:visited, #navigation a:hover,	#navigation a:visited:hover 
	{
		float:left;
		display:block;

		padding:6px 18px 6px 18px;
		text-decoration:none;
		color:#000000;
		font-size: 12px;
		font-family: "Verdana"; 
		font-weight:bold;
		text-align:center;
		
		border-left:1px solid #000000;
	}
	
	#navigation a:hover, #navigation a:visited:hover { background:#FFCC00; }
	#navigation a.active { background:#FFCC00; }
	
	
