html, body { height: 100%; overflow-y: hidden; margin:0; padding:0; }
	
#kopf {
	position: fixed; top: 0px; left: 0px;
	width:100%;
	z-index: 10;
    background: url(kopf.jpg) no-repeat 0 0;
    height: 56px;
}

#kopf h1 {
	color: white;
    font-size: 1.9em;
    margin: 0;
	text-align: center;
}

#menu{
    font:  0.9em papyrus,verdana,Helvetica,sans-serif;
	position: absolute;
	top: 50%;
	margin-top: -193px;
	left: 10px;
	width: 210px;
	height:385px;
	background: white url(saulegross.jpg) no-repeat 140px 0px;
    line-height: 2.7em;
	padding-left:20px;
	text-align: left;
	z-index: 100;
}

#menu ul {
	padding: 0;
    margin: 0;
	margin-top:0px;
}

#menu ul li {
	list-style: none;
}

#menu ul li a{
	color: maroon;
	text-decoration:none;
}

#inhalt {
	position: absolute;
	top: 70px;
	left: 300px;
	width: 600px;
	height: 55%;
	overflow: auto;
    text-align: left;
	padding:10pt;
	padding-bottom:150px;
}

	
#fuss {
	position: absolute;
	top:100%;
	margin-top:-50px;
	width:100%;
    background: url(fuss.jpg) no-repeat 0 0;
    height: 50px;
}
