body, html { 
	background-color: #7B7D7B; 
	color: black; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	text-align: left;	
}

body {
    min-width:800px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

ul, ol, li {
	margin: 0; 
	padding: 0; 
}

p {
	margin: 0; 
	padding: 0; 
}	

a:link, a:visited{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}


	
#hauptdiv {
	width: 800px;
	margin:0 auto;
	text-align: left;
	background-color: white; 
}


#header {
	height:153px;
	background: URL(img/header.gif);
	background-repeat:no-repeat;
}


#balken-oben {
	height: 30px;
	background-color: black;
}


#middle {
	background: URL(img/content-footer.gif);
  	background-repeat:no-repeat;
  	background-position:bottom;
  	background-color: white;
}

/*Navigation*/

#navigation-links {
	width: 235px;
	float: left;
	background-color: #CECFCE;
	border-right: 5px solid #014301;
	border-bottom: 10px solid #014301;
}
* html #navigation-links {
	width: 240px;
	float: left;
}

#navigation-links-inhalt {
	padding: 10px 5px 10px 20px;		
}
#navigation-links-inhalt h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
}
#navigation-links-inhalt a {
	color: #014301;
	text-decoration: none;
	background: url(img/navi-pfeil.gif) no-repeat scroll 0px 1px;
	padding-left:20px;
	padding-bottom: 15px;
	overflow:hidden;
	display:block;
}
#navigation-links-inhalt a:hover { 
	font-weight:bold;
	text-decoration:none; 
}


/*Content*/

#content {
	width: 560px;
	min-height: 655px;
	float: left;
}
* html #content {
	width: 560px;
	height: 655px;
	float: left;
	background-color: white;
}

#text {
	padding: 10px 20px 10px 20px;
	color: black;
}
#text h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}
#text h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}
#text h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: black;
}
#text h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: black;
}
#text h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: black;
}
* html #text h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: black;
}
#text p {
	padding-bottom: 10px;
	color: #014301;	
}
#text ul, ol {
	padding: 5px 0px 5px 35px;
	color: #014301;	
}
#text ul li{
	padding: 0px 0px 5px 0px;	
}
#text ol li{
	padding: 0px 0px 5px 0px;	
}
#text ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#text ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}	
#text a:link, a:visited {
	color: #014301;
	text-decoration: none;
	font-weight: bold;
}
#text a:hover{
	text-decoration: none;
	color: #CCCCCC;
}


/*Footer*/

#footer {
	height: 30px;
	background-color: #014301;
	clear:both;
}

