body {
	margin:0;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#maincontainer {
	background-image: url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	z-index:1;
	clear:both;
}

#container {
	width:924px;
	position:relative;
	z-index:1;
	margin:0 auto;
}

#site {
	width:924px;
	top:100px;
	z-index:1;
}

#top {
	width:924px;
	height:78px;
	z-index:1;
}
#menue {
	width:924px;
	height:250px;
	z-index:1;
	background-image:url(../images/layout/headerbg.jpg);
	background-repeat:no-repeat;
}

#m_left {
	width:291px;
	float:left;
	height:155px;
	padding-left:24px;
	padding-top:80px;
}
#m_right {
	width:609px;
	float:left;
	height:250px;
}

#content {
	width:924px;
	z-index:1;
/*	line-height: 150%;*/
	margin-top: 10px;
}
#left {
	width:267px;
	background-color:#f7f7f7;
	border-right:1px solid #a9a9a9;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:10px;
	padding-top:10px;
	float:left;
}
#inhalt {
	width:590px;
	padding-left:10px;
	float:left;
}


#bottomimg {
	width:924px;
	position:relative;
	z-index:1;
	margin:0 auto;
}

#bottom {
	background-image:url(../images/layout/botbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:86px;
	z-index:1;
}


