html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #7d9120;
	font-family: verdana, arial, sans-serif;
}

#head {
	height: 25px; 
	width: 100%;
	background: #385814;
	border-bottom: 1px solid #a0ad29;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	}
	
#head-left {
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}

#head-right {
	position: absolute;
	right: 0;
	padding: 0 8px 0 0;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}
	
#head-right a {
	color: #fff;
	text-decoration: none;
	}	
	
#head-right a:hover {
	text-decoration: underline;
	}		

#footer-left {
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}

#footer-right {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding: 0 20px 0 0;
	white-space: nowrap;
	height: 25px;
	}
	

#abstand {
	height: 30%; 
	width: 100%;
	border-top: 1px solid #2c4511;
	}
	
#inhalt {
	height: 300px;
	margin: auto auto;
	text-align: center;
}

#pixel {
    height: 1px;
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 1px;
}


#main1 {
    background-color: transparent;
    height: 298px;
    left: -150px;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: -150px;
    width: 297px;
}

#main2 {
    background-color: transparent;
    height: 400px;
    left: -280px;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: -207px;
    width: 550px;
}

#main3 {
    background-color: transparent;
    height: 600px;
    left: -400px;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: -307px;
    width: 800px;
}


#footer {
	position: absolute;
	bottom: 0;
	background: #d7da74;
	font-size: 11px;
	width: 100%;
	height: 25px;
	color: #385814;
}