body, html, h1, a, div, span, h2, li, ul, ol, p {
	margin: 0;
	padding:0;
	}

body {
	font-family: verdana, arial;
	font-size: 12px;
	background: #f1efe2;
	margin: auto;
	text-align: center;
	}

p	{
	margin-bottom: 10px;
	}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height:24px;
	}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	}

#container {
	margin: auto;
	text-align: left;
	background: #ffffff;
	width: 891px;
	}

#head {
	padding: 1px;
	
	}

#nav {
	
	}

#start {
	font-size: 16px;
	font-weight: bold;
	margin-left: 150px;
	margin-top: 15px;
	}

span.head_gross {
	font-size:26px;
	}

span.head_mittel {
	font-size:21px;
	}

/*------------------------------------------------------------------------
	Menue-styles fuer navigation
--------------------------------------------------------------------------*/


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

li.aussen { /* all list items */
	float: left;
	position: relative;
	margin: 0px 1px 0px 1px;
	text-align:center;
	background-color: #64af3e;
	width: 125px;
	/*height: 1.6em;*/
	padding: 4px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
}

li.aussen ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	margin-top: 0.4em;
	margin-left:-1px;
}

li.innen {
	background-color: #C0E2AF;
	border-top: 1px solid #ffffff;
	width: 125px;
	padding: 4px 0px 5px 0px;
	}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

li a:hover {
	color: #666666;
	}

li.innen a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

li.innen a:hover {
	color: #ffffff;
	}
	
	/*-----------------------------------------------------------------------*/

#inhalt {
	line-height: 18px;
	padding: 28px;
	}

*html #inhalt {
	margin-top:-15px;
	}

* + html #inhalt {
	margin-top:-15px;
	}

#zahl {
	margin-top: 8px;
	margin-left: 30px;
	}

#zahl li {
	margin-bottom: 5px;
	}

#inhalt a {
	color: #3f6523;
	font-weight: bold;
	}
	
#inhalt a:hover {
	color: #cccccc;
	}

TD {
	font-size: 12px;
	font-familiy: verdana, arial;
	padding:3px;
	}

a.link_webmaster {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}

div.kontakt {
	}

div.foto {
	float:left;
	padding: 0px 20px 10px 0px;
	}

div.rechts {
	float: right;
	padding: 0px 0px 5px 15px;
	}

span.link {
	text-decoration: underline;
	}

div.logo {
	float:left;
	margin-right: 30px;
	}

span.text10 {
	font-size:10px;
	}
	
ul.punkt {
	margin: 0px 0px 0px 17px;
	list-style-type:circle;
	}

ul.punkt li {
	margin-bottom: 6px;
	}