@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	/*background-color:#001a27;*/
	background-repeat:repeat-x;
}

.links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.auszeichnung
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #2f6f95;
	font-style: normal;
	font-weight: normal;
}
	
.mengentext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #808080;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color:#2f6e95;
	text-decoration:underline;
}

h1
{
	text-indent:-1000000px;
	position:absolute;
	top:-100000px;
	left:-100000px;
}


