@charset "utf-8";


#page {
	width: 760px;
	height: 590px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	background-repeat: no-repeat;
	margin-top: -295px;
	background-color: #ffffc0;
	top: 50%;

}


#header {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:140px;
	z-index:1;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-color: #015790;
}

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:27px;
	z-index:1;
}
#inhalt {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:390px;
	z-index:1;
	bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background: #ffffc0;
	background-image: url(bg-frame.jpg);
}

#footer {
	position:absolute;
	left:0px;
	width:760px;
	height:30px;
	background-color: #015790;
	bottom: 0px;
	background-image: url(footer.jpg);
	text-indent: 10px;
	color: #FFFFFF;
}

