a:active {  
	color: #CCC;
	text-decoration: underline;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:hover {  
	color: #999; 
	text-decoration: none; 
}
a:visited {  
	color: #666; 
	text-decoration: underline; 
}
body {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #999;
	background-color: #000;
}
.klein {
	font-size: 10px;
}
  #main { width:98%; }
  #impressum1 { width:50%; text-align:left; float:left; }
  #impressum2 { width:50%; text-align:left; float:right; }
  #inhalt { width: 955px; border: #990000 1px solid; margin: 0 auto;}  
  #footer {
	text-align:center;
	margin-top:50px;
}
h2 {
	font-size:150%;
}

