@charset "utf-8";
/* CSS Document */

#main {
	position:absolute;
	width:800px;
	height:720px;
	z-index:1;
	left: 50%;
	top: 0px;
	margin-left:-400px;
}
#head {
	position:absolute;
	width:800px;
	height:135px;
	z-index:4;
	left: 0px;
	top: 0px;
}
#menu {
	position:absolute;
	width:200px;
	height:460px;
	z-index:5;
	top: 150px;
	left: 0px;
}
#bilder_text {
	position:absolute;
	width:620px;
	height:460px;
	z-index:7;
	left: 200px;
	top: 150px;
	overflow: auto;
}
#text {
	position:absolute;
	width:620px;
	height:460px;
	z-index:6;
	left: 200px;
	top: 150px;
	overflow: auto;
}
#foot {
	position:absolute;
	width:800px;
	height:85px;
	z-index:8;
	left: 0px;
	top: 635px;
}
