﻿p, a, ul, ol, li, td, tr, h1, h2, h3, h4 { font-family: courier new, courier; font-size: 1.0em;}

#container {
	width: 760px;
	margin: auto;
	margin-top: 0px;
	border: 0px solid #D3FCA9;
	background-color: white;
}

#navigation1 {
	float: auto;
	width: 764 px;	
	margin: auto;
	vertical-align: middle;
	height: 40px;
	background-color: black;
}

#navigation1 a {
	width: 151px;
	display: block;
	float: left;
	text-align: center;
	height: 24px;
	padding-top: 16px;
	vertical-align: middle;
	font-family: futura, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	}

#navigation1 a:hover {
	height: 24px;
	color: #00A09E;
	font-family: futura, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	}

#navigation1 a.aktiv {
	color: #00A09E;
	text-decoration: underline;
	}

#kopf {
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	background-color: white;
	border-bottom: 4px solid #00A09E;
}	

#kopf a {
	text-decoration: none;
	border: none;
}

#navigation {
	width: 151px;
	height: 1000px;
	float: left;
	background-color: white;
	border-right: 2px solid #00A09E;
	}

#inhalt {
	width: 571px;
	float: right;
	padding-left: 15px;
	padding-right: 20px;
	background-color: white;
	height: 985px;
	padding-top: 15px;
	font-family: courier new, courier;
	text-align: justify;
	}

#inhalt h1 {text-decoration:none; font-family:courier new, courier; font-weight:bold; color:black;}

#inhalt-box {
	width: 450px;
	height: 600px;
	margin: auto;
	font-family: courier new, courier;
	}

#inhalt-box a {font-family:courier new, courier; text-decoration:none; font-weight:none; color:#10405D;}

#inhalt-box a:visited {font-family:courier new, courier; text-decoration:none; font-weight:none; color:#5D717D; }

#inhalt-box a:hover {font-family:courier new, courier; text-decoration:underline; font-weight:none; color:#00A09E; }

#navigation a {
	display: block;
	height: 24px;
	padding-left: 15px;
	padding-top: 16px;
	font-family: futura, sans-serif;
	font-size: 1.1em;
	color: black;
	text-decoration: none;
	}

	#navigation a:hover {
	color: #00A09E;
	text-decoration: underline;
	}
	
	#navigation a.aktiv {
	color: #00A09E;
	background-color: black;
	text-decoration: underline;
	}

