/* CSS Document natur-kultur-wetterau.de*/
#menu ul {list-style:none; padding: 0; margin: 0;}
a img {border: 0 none;}

body {
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: url(img/bg.jpg) repeat-x #D8F076;
}
#container {
	width: 888px;
	margin: 10px auto;
	text-align:left;
}	
#header {
	height: 176px;
	background: url(img/header.jpg) no-repeat;
	padding-bottom: 10px;
}
#menuWrap {
	width: 151px;
	float: left;
	margin-right: 25px;
	background: url(img/head_nav.gif) top left no-repeat;
	padding-top: 21px;
}
#menu {
	width: 137px;
	border-left: 1px solid #2A8F41;
	border-right: 1px solid #2A8F41;
	border-bottom: 1px solid #2A8F41;
	background-color:#FFFFFF;
	margin-left: 12px;
	line-height: 200%;
}
#contentWrap {
	width: 710px;
	float: left;
	background: url(img/head_content.gif) top left no-repeat;
	padding-top: 21px;
	line-height:150%;
}
#content {
	width: 646px;
	border-left: 1px solid #2A8F41;
	border-right: 1px solid #2A8F41;
	border-bottom: 1px solid #2A8F41;
	background-color:#FFFFFF;
	margin-left: 12px;
	padding: 20px 25px;
}
.kasten {
	background-color: #E6EFDF;
	width: 200px;
	padding: 10px;
	float: left;
	text-align:center;
	margin-right: 10px;
}
.balken {
	background-color: #E6EFDF;
	padding: 10px;
	text-align:center;
	margin: 5px 0;
	line-height: 70%;
}

.clear {clear:both;}
/*
 * Menustyles
 */ 
#menu ul {padding: 10px 12px;}
#menu li {
	border-top: 2px solid #0C509B;
	border-bottom: 2px solid #2A8F41;
	margin: 5px 0;
}
#menu a {
	text-decoration: none;
	font-weight:bold;
	color: #565656;
	display:block;
}
/*
 * Typo
 */
#content a:link, #content a:visited {
	font-weight: bold;
	color: #2A8F41;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	font-weight: bold;
	color: #2A8F41;
	text-decoration: underline;
}
.kleiner {font-size: 11px;}
h1 {
	margin-top: 0;
	font-size: 1.5em;
	color: #2A8F41;
}
h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	color: #2A8F41;
}
.required {color: #BA171A; font-weight:bold;}
.gaestefuehrer {
	font-weight:bold;
	font-size: 1.3em;
	color:#2A8F41;
}
.align_right {
	float:right;
	margin-left: 10px;
}
.align_left {
	float:left;
	margin-right: 10px;
}
.mail {
	background: url(img/mail.png) 0 .2em no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}
/*
 * Formularstyles 
 */

label, select, input[type=checkbox], input[type=radio], 
input[type=button], input[type=submit] {
 cursor: pointer;
}
#content label {
	float:left;
	width:12.5em;
	text-align:right;
	margin: 0.3em 0;
}
#content input, 
#content textarea,
#content select {
	float:left;
	width: auto;
	margin: 0.3em;
}
#content input[type=submit] {
	margin-left: 12.8em;
	width: auto;
}

#content form br {
clear: both;
}
