.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 80px;
	padding: 0px;
	background-image: url(images/oben2.png);
	}
#maincontent2 {
	position: absolute;
	z-index: 50;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	bottom: 0%;
	height: 80px;
	background-image: url(images/unten2.png);
	left: 0px;
	visibility: visible;
	}
	#maincontent3 {
	position: absolute;
	z-index: 50;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 263px;
	left: 0px;
	top: 260px;
	background-image: url(images/mitte2.png);
	}
	
	
#box {
	width: 600px;
	margin: auto;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
h1 {
	margin-top: auto;
	font-size: 10px;
	text-align: center;
	line-height: 80px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
h2 { 
	margin-top: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #C52D08;
	}

a {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	}
	

	


