body {
	background-color: #fcfeef;
	background-image: url(grafik/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font: 13px tahoma, arial, helvetica, sans-serif;
}

h1 {
	font-size: 130%;
	margin: 0px 0px 0.5em 0px;	
}
h2 {
	font-size: 100%;
	margin: 2em 0px 0.5em 0px;	
}
p {
	margin: 0px 0px 0.5em 0px;	
}
a {
	color: #6d932a;	
}
a:hover {
	color: #99b46a;	
}
ul {
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-bottom: 0px;	
}
ul li {
	margin-bottom: 0.5em;
}
.gruen {
	color: #6d932a;	
}


#inhalt {
	position: absolute;
	left: 350px;
	top: 105px;
	width: 580px;
	padding-bottom: 30px;
}
#inhalt table.spalten td {
	vertical-align: top;
}
#inhalt table.spalten td.einespalte {
	width: 180px;
}
#inhalt table.spalten td.bundsteg {
	width: 20px;
}
#inhalt table.spalten td.zweispalten {
	width: 380px;
}


#navi {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 250px;
	text-align: right;	
}
#navi img {
	border: 0px;
}


#logo {
	position: absolute;
	left: 30px;
	top: 29px;
	border: 0px;
}


#unternavi {
	margin-bottom: 2em;
}
#unternavi h1 {
	font-size: 100%;
	display: inline;
	margin: 0px;
}
#unternavi ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#unternavi ul li {
	display: inline;
	margin: 0px 1em 0px 0px;
	font-weight: bold;
}


#spruch {
	position: absolute;
	left: 350px;
	top: 29px;
}

@media print {

body {
	background-color: white;
	background-image: none;
	font-size: 12pt;
}
#navi, #unternavi, #logo, #spruch {
	display: none;	
}
#inhalt {
	position: static;
	left: 0px;
	top: 0px;	
	width: 90%;
	padding: 0px 10% 0px 0px;
}

}