* {
	margin: 0;
	padding: 0;
}
#body {
	background-color: #d2e3c7;
}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	width: 800px;
	margin: 0 auto;
	height: auto;
	background-color: #e6f0df;
}

#head {
	height: 150px;
	background-color: #e6f0df;
	position: relative;
	margin-top: 30px;
}

#head h1 {
	background-image: url(../images/kopf.jpg);
	height: 150px;
	line-height: 200;
	overflow: hidden;
	background-color: d2e3c7;
	background-position: bottom left;
}

#navigation {
	height: 30px;
	background-color: #d2e3c7;
}

#navigation ul {
	list-style-type: none;
	padding-top: 8px;
}
#navigation  li  {
	display: inline;
	list-style-type: none;
}

#navigation a {
	color: #81A872;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #FF9900;
}

#navigation a:active {
	color: #FF9900;
}

#footer {
	padding: 15px 0 10px 25px;
	background-color: #A5C781;
}

#footer a {
	color: #0099FF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #A5C781;
}

#footer a:hover {
	color: #FF9900;
}

#maincontent {
	background-color: #e6f0df;
	padding: 20px 0 0 25px;
	height: auto;
}

#maincontent a {
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}

#maincontent a:hover {
	color: #FF9900;
}

#maincontent strong {
}

#maincontent h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 10px 0;
}

#maincontent p {
	line-height: 140%;
}

#container #maincontent p {
	width: 650px;
}

.nav {
}

.nav_act {
	color: #FF9900;
	text-decoration: underline;
}

