/* CSS Document */


html {
 height: 100%;
}
body {
height: 100%;
text-align: center; /* Workaround für den IE */
background-image:url(images/sitebg.gif);
background-repeat:repeat-y;
background-position:center;
background-color:#f1f1f1;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}

/* Design */

#LayerLogo {
	margin-left: auto;
	margin-right: auto;
	top:0 px;
	width:1000px;
	height:85px;
	z-index:1;
}

#LayerImage {
	margin-left: auto;
	margin-right: auto;
	top:86 px;
	width:1000px;
	height:auto;
	z-index:2;
	padding: 0;
}

#LayerMenu {
	margin-left: auto;
	margin-right: auto;
	top:311 px;
	width:1000px;
/*	height:63px;*/
	z-index:3;
	padding: 0;
}

#LayerContent {
	background-color:#FFFFFF;
	padding:0;
	text-align: left; /* IE only */
	margin-left: auto;
	margin-right: auto;
	top: 374px;
	width:1000px;
	height:100%;
	z-index:4;
}

