@charset "UTF-8";
/* CSS Document */
#wrapper {
	position:relative;
	left:0;
	top:-5;
	width:960px;
	height:auto;
	margin:0 auto;
	z-index:1;
}
#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:298px;
	height:763px;
	border-left:2px solid #CCC;
	border-top:2px solid #CCC;
	z-index:2;
}
#head {
	position:absolute;
	left:300px;
	top:0px;
	width:659px;
	height:94px;
	border-top:2px solid #CCC;
	border-right:2px solid #CCC;
	z-index:3;
}
#content {
	position:absolute;
	left:300px;
	top:95px;
	width:569px;
	height:669px;
	background-image: url(bilder/hintergrund-content.jpg);
	padding-left:50px;
	padding-right:40px;
	border-right:2px solid #CCC;
	z-index:4;
	background-repeat: no-repeat;
}

