body {
	background-color: #facee1;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:absolute;
	width:912px;
	left:50%;
	margin-left:-456px;
	min-height: 500px;
	background-image: url(Bilder/bg.gif);
	background-repeat: repeat-y;
}
#head {
	position:relative;
	width:912px;
	height: 85px;
}
#mid {
	position:relative;
	width:912px;
	min-height: 474px;
	background-image: url(Bilder/bg.gif);
	background-repeat: repeat-y;
}
#left{
	position:relative;
	width:230px;
	min-height: 474px;
	float:left;
	}
#navinc{
	position:relative;
	width:155px;
	top:50px;
	left:40px;
}
#content{
	position:relative;
	width:450px;
	min-height: 474px;
	float:left;
	background-color: #fffaef;
}
#continc{
	position:relative;
	width:386px;
	top:50px;
	left:32px;
}
#right{
	position:relative;
	width:232px;
	min-height: 474px;
	float:left;
}
#foot2 {
	position:relative;
	width:912px;
	height: 118px;
	float:left;
}
#foot {
	position:relative;
	width:912px;
	height: 16px;
}

