
html, body {
	margin: 0px;
	padding: 0px;
	height: 100.01%;
}

#start_allContainer {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -310px;
	height: 560px;
	width: 100%;
	background-image: url(../images/start_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#start_top_rechts {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	margin-left: -684px;
	background-image: url(../images/start_top_rechts.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 684px;
}

#start_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	background-image: url(../images/start_logo.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 290px;
	float: left;
}

#start_mainContainer_back {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -500px;
	z-index: 100;
	
	background-image: url(../images/start_content_back.jpg);
	background-repeat: no-repeat;
	height: 357px;
	width: 998px;
	text-align: center;
}

#start_mainContainer {
	margin: 0 auto 0 auto;
	padding-left: 0px;
	/*background-image: url(../images/start_bild.jpg);
	background-repeat: no-repeat;*/
	height: 357px;
	width: 726px;
}
#start_mainContainer_back>#start_mainContainer {
	padding-left: 0px;
}

#start_footer {
	position: absolute;
	top: 488px;
	left: 0;
	z-index: 100;
	background-repeat: no-repeat;
	height: 38px;
	width: 100%;
}

#start_footerLinks {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 100;
	background-image: url(../images/start_unten_links.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
	width: 40%;
}

#start_footerMitte {
	position: absolute;
	top: 0px;
	left: 40%;
	z-index: 100;
	height: 38px;
	width: 20%;
	padding-top: 10px;
	text-align: center;
	color: #339933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#start_footerRechts {
	position: absolute;
	top: 0px;
	left: 60%;
	z-index: 100;
	background-image: url(../images/start_unten_rechts.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 40%;
}

#start_footerMitte a, #start_footerMitte a:visited {
	color: #339933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
