body {
	background-image:url("../images/bg.jpg"); 
	margin:0px; 
	background-repeat:repeat-y; 
	background-color:#474c1e;
	font-family:Times New Roman, serif; 
	font-size:16px; 
	color:#000000
}
	
.ueber {
	font-size:22px; 
	color:#1a6316;
}

/* Unterüberschrift */
.uueber { 
	font-size:18px;
	color:#1a6316;
	margin-top:4px; margin-bottom:4px;
}

.quote {
	/*margin:20px; */
	margin-top:15px; margin-bottom:15px;
	font-style:italic;
	color:#1a6316;
}

#top {
	position:absolute; 
	top:0px; left:0px; 
	height:154px; 
	width:750px; 
	background-image:url("../images/top.jpg")
}

#inhalt {
	position:absolute; 
	top:140px; left:230px; 
	overflow:visible; 
	width:420px;
}

#menu {
	position:absolute; 
	top:115px; left:0px; 
	width:160px;
}

#impressum {
	margin-top:7px;
	margin-bottom:10px;
	font-size:12px;
}

a {text-decoration:underline; color:#1a6316;}
a:hover {text-decoration:underline; color:#800000;}

@media print
{
#menu {display:none;}	
#inhalt {top:10px; left:40px;}
}

