body, html { 
	background-color: #004D73; 
	color: black; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	text-align: center;	
}

a:link, a:visited {
 text-decoration: none;
 color:#999999;
}
#content a:hover {
	color: black;
	font-weight: bold;	
}

ul, ol, li, p, div {
	margin: 0; 
	padding: 0; 
}

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;
}


#alles {
	width: 700px;
	text-align: left;
	background-image: url(bilder/rand.gif);
	background-position: right;
	background-repeat: repeat-y;
	}
	
#kopfzeile {
	height: 203px;
	background-image: url(bilder/kopf.gif);
	background-repeat: no-repeat;
	}	
	
*html #kopfzeile {
	height: 203px;
	background-image: url(bilder/kopf.gif);
	background-repeat: no-repeat;
	width: 800px;
	}
	

#inhalt {
	border-top: 15px solid #004D73;
	background-color: white;

	
	}
/**html #inhalt {
	border: 5px solid white;
	width: 800px;
	}*/
#navigation {
	background-color: white;
	width: 200px;
	float: left;
	}
#navigation-inhalt {
	padding: 20px;
	}
#navigation-inhalt a:link, a:visited {

	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	color: #C57331;
	overflow:hidden;	
	padding-left:20px;
	padding-bottom: 10px;
	background: url(bilder/navi-pfeil.gif) no-repeat scroll 0px 4px;

	
	
	}
#navigation-inhalt a:hover {
	color:black;
}

#content {
	text-align: left;
	width: 375px;
	background-color: white;
	border-left: 15px solid #004D73;
	padding: 20px 30px 30px 30px;
	float:left;

	}

/*html #content{
	text-align: left;
	background-color: #E4C2A2;
	border-top: 5px solid white;
}*/

#content h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
#content h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	
}
#content h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	
}
#content h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	
}
#content h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;

}

#content p {
	padding-bottom: 10px;
	color: #004D73;	
}
#content ul, ol {
	padding: 5px 0px 5px 35px;
}
#content ul li{
	padding: 0px 0px 5px 0px;	
}
#content ol li{
	padding: 0px 0px 5px 0px;	
}
#content ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#content ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}

#content a:link, a:visited {
	font-weight: bold;
	color: #C57331;
	
	}
#content a:hover {
	color: #004D73;
	
}


#fusszeile {
	clear: both;
	height: 34px;
	background-image: url(bilder/fuss.gif);
	background-repeat: repeat-x;
		border-top: 15px solid #004D73;
		width: 700px;
	}	
}