a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #4D5761;
	background-color: #ffffff;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #4D5761;
	background-color: #ffffff;
	
}
a:hover {
	background-color: #4D5761;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
	
}
body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.inhalt{
	position:absolute;
	top:-440px;
	left:0px;
	z-index:555;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;	
}


