/*

Farben:
	Dunkelgruen:	#5B5C51	(Pantone 417)
	Hellgruen:		#94D154 (Pantone 367)

*/

body {
	font-family: Segoe, "Segoe UI", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #5B5C51;
	font-size: 12px;
	line-height: 14px;
	background-image: url(hintergrund.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: justify;
}
#inhalt img {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1 {
	color: #94D154;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

h2 {
	color: #5B5C51;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

#kopf {
	position:absolute;
	left:100px;
	top:0px;
	width:282px;
	height:281px;
	z-index:1;
}
#adresse {
	position:absolute;
	left:390px;
	top:82px;
	width:448px;
	height:32px;
	z-index:2;
}
#inhalt {
	position:absolute;
	left:251px;
	top:182px;
	width:580px;
	height:446px;
	z-index:3;
}
#navigation {
	position:absolute;
	left:0px;
	top:284px;
	width:168px;
	height:200px;
	z-index:4;
}
a {
	color: #94D154;
}
a:hover {
	color: #5B5C51;
}
#navigation a {
	font-weight: bold;
	color: #94D154;
	text-decoration: none;
	font-size: 14px;
}
#navigation a:hover {
	color: #5B5C51;
	font-size: 14px;
	text-decoration: none;
}
#opuskula {
	position:absolute;
	left:6px;
	top:550px;
	width:10px;
	height:37px;
}