body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	background-image:url(../images/site/bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
	background-color:#ededed;
}

#container {
	width:902px;
	margin:0 auto;
	z-index:5;
}
#site {
	position:absolute;
	top:0;
	width:902px;
	z-index:5;
	
}
#logo {
	position:absolute;
	top:0;
	left:0;
	width:902px;
	height:316px;
	z-index:1;
}
#image {
	position:absolute;
	top:103px;
	right:0;
	width:600px;
	height:213px;
	z-index:10;
}

#content {
	position:absolute;
	top:316px;
	width:902px;
	background-image:url(../images/site/sitebg.jpg);
	background-repeat:repeat-y;
}
#cont {
	width:902px;
}
/* MENUE */
#menue {
	padding-left:20px;
	padding-top:10px;
	width:260px;
	float:left;
}
/* END - MENUE */

/* INHALT */
#inhalt {
	float:right;
	width:560px;
	margin-right:30px;
}
/* END - INHALT */

/* BOTTOM */
#bottom {
	width:902px;
	height:51px;
}
/* END - BOTTOM */