#mainlayer {
	position:absolute;
	left:200px;
	top:100px;
	width:800px;
	height:600px;
}
#navigation {
	position:absolute;
	left:0px;
	top:188px;
	width:193px;
	height:412px;
	background-color:#003049;
	background-image:url(../grafik/bg_links.gif);
}
#upperleft {
	position:absolute;
	left:0px;
	top:0px;
	width:193px;
	height:188px;
	background-color:#003049;
	background-image:url(../grafik/bg_links_oben.gif);
	overflow:hidden;
}
#toplayer {
	position:absolute;
	left:193px;
	top:0px;
	width:607px;
	height:141px;
	background-color:#003049;
	background-image:url(../grafik/bg_oben.gif);
}
#rightlayer {
	position:absolute;
	left:647px;
	top:141px;
	width:153px;
	height:459px;
	background-color:#003049;
	background-image:url(../grafik/bg_rechts.gif);
	overflow:hidden;
}
#bottomlayer {
	position:absolute;
	left:193px;
	top:561px;
	width:454px;
	height:39px;
	background-color:#003049;
	background-image:url(../grafik/bg_unten.gif);
}
#contentlayer {
	position:absolute;
	left:193px;
	top:141px;
	width:454px;
	height:420px;
	padding-top:35px;
	padding-bottom:35px;
	overflow:auto;
	background-color:#d9d9d9;
	background-image:url(../machbar/bg_main.jpg);
}
