@charset "utf-8";
* {
	margin:0;
	padding:0;
}
#centerdiv {
	position:absolute;
	left:50%;
	top:100px;
	width:960px;
	z-index:1;
	clear: both;
	margin-left: -480px;
	visibility: visible;
	height: 800px;
	bottom: 0px;
	background-position: center top;
	background-repeat: no-repeat;
}
.h1 {
	font-size: 48px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.h2 {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	position:absolute;
	left:75px;
	top:202px;
	width:796px;
	height:412px;
	z-index:2;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.h3_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #99FF00;
	font-weight: normal;
	text-decoration: none;
}
