body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

.main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(pics/bg.jpg);
	background-position: left center;
}
	
.navi{
	border: dotted green 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 210px;
}
	
.navi_zentriert{
	border: dotted green 0px;
	position: absolute;
	margin-top: -600px;
	top: 50%;
	background-image: url(pics/bg_navlinks.jpg);
	background-position: left center;
}
	
.content{
	border: dotted orange 0px;
	position: absolute;
	top: 0px;
	bottom: 150px;
	left: 210px;
	right: 0px;
	max-width: 1220px;
}
	
iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

.fuss{
	border: solid red 0px;
	overflow: hidden;
	position: absolute;
	height: 150px;
	bottom: 0px;
	left: 210px;
	right: 0px;
	max-width: 1220px;
}

.fuss_zentriert{
	border: dotted green 0px;
	position: absolute;
	margin-left: -610px;
	left: 50%;
}
