@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
}

#inarbeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}
#inarbeit a{
	color: #666;
	text-decoration:underline;
}
#inarbeit a:hover{
	color: #999;
	text-decoration:underline;
}

#mainwrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height:300px;
	margin-left:-475px;
	margin-top:-150px;
	z-index: 0;
	overflow: hidden;
}


