div, img, h1 {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #dfd1c8;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 12px;
}

#container { 
	width: 819px;
	background-image: url(pic/bg_schatten.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
}

#head1 {
	width:819px;
}

#header { 
	width:705px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	background-image: url('pic/bg-gruen.gif');
}

#inhalt {
	width: 819px;
	height: 350px;
	background-image: url('bilder/bg-figur.png');
	background-color: #e6ccb3;
	color: #993333;
	margin-top: -3px;
	
}

#inhalt a {
	color: #993333;
	
}

#inhalt a:hoover {
	color: #aaaaaa;
	
}

#inhalt a.ueber {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/punkt-orange.png);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
}

#inhalt a.ueber:hover {
	color: #cc6633;
	background-image: url(bilder/punkt-beige.png);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

#inhalt p {
	line-height: 16px;
	margin: 0px 0px 8px 0px;
}

#inhalt ul {
	line-height: 16px;
	margin: 0px 0px 5px 18px;
	padding: 0;
	line-height: 16px;
	list-style: url('bilder/punkt.png');
}

#inhalt li {
	line-height: 16px;
	margin: 7px 0px 0px 0px;
	padding: 0;
}


#inhalt1 {
	width:300px;
	height: 320px;
	margin: 0px 190px 0px 34px;;
	padding: 30px 0px 0px 0px;
	text-align:left;
	float: left;
	overflow: auto;
}

#inhalt2 {
	width: 270px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 20px 0px;
	overflow: auto;
}

#inhalt_breit {
	width:570px;
	height: 320px;
	margin: 0px 0px 0px 34px;;
	padding: 30px 0px 0px 0px;
	text-align:left;
	float: left;
	overflow: auto;
}

#footer {
	width:819px;
	height: 110px;
	background-image:url(bilder/footer.png);
	background-repeat: no-repeat;
	
}


#footer ul {
	list-style: none;
	margin-top: 20px;
}

#footer li {
	margin-bottom: 4px;
}

#footer a {
	color: #e6ccb3;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/dot.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}

#footer a:hover {
	color: #aaaaaa;
	background-image: url(bilder/dot-red.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	
}

#footer a.aktiv {
	color: #e6ccb3;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/dot-red.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
}
	

#nav1 {
	width: 290px;
	float: left;
	margin-left: 20px;
}

#nav2 {
	width: 270px;
	float: left;
	
}

#nav3 {
	width: 220px;
	float: left;
	
}
	
#adresse {
		margin-top: -8px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding-top: 0px;
}



h2 {
	font-size: 13px;
	color: #993333;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding-top: 0px;
}

span.kap {
	font-size: 20px;
}

span.orange {
	color: #cc6633;
}

span.gross {
	color: #993333;
	font-size: 16px;
}

/* CSS Document */
