body {
	background-color: #B3D49B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 200px;
	height: 600px;
	background: url(./bilder/navigation.jpg) no-repeat;
	padding: 300px 20px 10px 17px;
}

#navigation a {
	display: block;
	text-decoration: none;
	width: 150px;
	padding: 3px;
	margin: 3px;
	color: #000000;
	font-weight: normal;
	border: solid #8DC63F 1px;
}

#navigation a:hover {
	border: solid #ED1C24 1px;
}

#navigation a:visited {
	font-weight: normal;
	text-decoration: none;
}

#main {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 600px;
	background: url(./bilder/linien_mitte.gif) repeat-y;
}

#linieoben {
	height: 30px;
	background: url(./bilder/linie_oben.gif) no-repeat;
	margin-bottom: -25px;
}

#linieunten {
	height: 25px;
	background: url(./bilder/linie_unten.gif) no-repeat;
}

#content {
	margin-top: -10px;
	padding: 0px 30px 0 30px;
}

#content a {
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	color: #000000;
	font-weight: normal;
	border: solid #005E20 1px;
}

#content a:hover {
	border: solid #ED1C24 1px;
}

#content a:visited {
	color: #666666;
}

#footer {
	font-size: 11px;
	position: relative;
	top: 60px;
	left: 20px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-family: Times;
	font-style: italic;
	line-height: 40px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	font-size: 30px;
	color: #8DC63F;
	background-color: #005E20;
}

h2 {
	font-size: 18px;
	color: #005E20;
}


