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

html,body
	{
	height:100%;
	margin:0px;
	padding:0px;
	background-repeat: repeat;
	}
	
a:link, a:visited
	{
	color:#006600;
	text-decoration:none;
}

a:active, a:hover
{
  color:#999999;
  text-decoration:none;
}

.zentrum {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height:524px;
 	margin-left: -375px;
	margin-top: -262px;
	z-index: 1;
	background-color: #FFFFFF;
}
.headline_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.headline_2nd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

