#mainlayer {
	position:absolute;
	left:200px;
	top:100px;
	width:800px;
	height:600px;
}
#toplayer {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:386px;
	background-image: url(../Bilder/start_bg.jpg);
}
#bottomrightlayer {
	position:absolute;
	left:775px;
	top:386px;
	width:25px;
	height:234px;
	background-image: url(../Bilder/start_small_bg.jpg);
}
#contentlayer {
	position:absolute;
	left:0px;
	top:386px;
	width:775px;
	height:214px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#D2DAE0;
	overflow:auto;
}
