body {
	margin:10px auto 0 auto;
	background-color:#333;
	text-align:center;
}

div#head{
	height:110px;
	width:828px;
	background-image:url('../images/headerbg.gif');
	background-repeat:repeat-x;
	margin:0 auto;	
	text-align:left;
}

div#main {
	height:426px;
	width:828px;
	background-color:#FFFFFF;
	background-image:url('../images/menu.gif');
	background-repeat:no-repeat;
	margin:0 auto;
}

div#headlinks {
	float: right;
	margin: 90px 0 0 0;
}


div#menu {
	height:426px;
	width:171px;
	float:left;
}

div#include {
	height:426px;
	width:657px;
	float:right;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url('../images/menuecke_unten.gif');
	background-repeat:no-repeat;
}

div#footer {
	clear:left;
	height:25px;
	width:828px;
	background:url('../images/footer.gif');
	background-repeat:repeat-x;
	margin:0 auto;
	text-align:left;
}

img#space_head {
	border:0;
	width:28px;
	height:110px;
}
img#logo {
	border:0;
	margin:22px 0 0 150px;
}

/* Include Formate */
div#includemain{
	margin:0 0 0 60px;
	height:425px;
	width:580px;
	text-align:center;
	overflow:auto;
}

div#includeleft{
	margin:0;
	padding:0;
	height:425px;
	width:265px;
	float:left;
	text-align:left;
}

div#includeright{
	margin-left:5px;
	padding:0;
	height:425px;
	width:265px;
	float:left;
	text-align:left;
}
/* Layout divs für contents/bilder.inc.php */
div#includebilder {
	margin:0 0 0 55px;
	height:425px;
	width:595px;
	text-align:center;
}
div#bilderleft {
	float:left;
	text-align:center;
	width:420px;
	height:425px;
	margin-left:40px;
	overflow:auto;
}
/* IE WIN Fix \*/
*html div#bilderleft {
	margin-left:26px;
}
/* Ende IE WIn Fix */
div#bilderright {
	float:right;
	width:104px;
	height:410px;
	overflow:auto;
}
div#trenner{
	height:425px;
	width:3%;
	background:url(../images/trenner.jpg);
	float:left;
}
img#linkmotiv {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	height:425px;
}
/* IE WIN Fix \*/
*html img#linkmotiv {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	height:422px;
	border-top:0px;
	border-bottom:0px;
	margin:0px;
}
/* Ende IE WIn Fix */