* {
	margin: 0;
	padding: 0;
	}

body {
	font: 92% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #B3C5E3;
	}

h1 {
	font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;/*Georgia, 'Times New Roman', serif;*/
	color: #87B644;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	text-shadow: rot 10px 10px 10px;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	}
	
h3 {
	font-size: 0.80em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	}
	
p {
	font-size: 0.80em;
	}

a:link {
	color:#87B644
	}
a:hover {
	color:#999999
}




/* IDs */
#container {
	color: #000;
	background: #B3C5E3;
	width: 100%;
	}

#header {
	width: 100%;
	background: white url(../header_wiese.jpg) top right no-repeat;
	border-bottom: #87B644 solid 4px;
	}

#logo {
	width: 200px;
	height: 125px;
	}

#logo img {
	border:none;
	}
	

#main {
	margin-left:184px;
	color: #000;
	/* background: white; */
	line-height: 1.2em; /* to avoid the peekaboo bug */
	}

p.mainbot {
	clear: both;
	height: 28px;
	background: white;
	}
	
#column {
	float: right;
	width: 165px;
	color: #fff;
	background:#C9B698; /*#B4A895;*/
	margin-left:10px;
	background-image: url(../Bilder/braun.jpg);
	background-position: left top;
	}
#column .news1 {
	padding: 8px;
	}
#column .news1 h3 {
	font-weight:bold;
		}

#content {
	margin-right:165px;
	color: #000;
	background-color:#FF0000;
	background:white;
	padding:0 20px 20px 20px;
	}

#content img {
	border:none;
	}

#content img.img_rechts {
	float:right;
	margin: 0 0 8px 8px;
	border:1px solid black;
}

#content img.img_left {
	border:1px solid black;
	float:left;
	margin: 0 8px 8px 0;
	}

#content img.img_nofloat {
	border:1px solid black;
	margin: 0 8px 8px 0;
	}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
	font-size:0.8em;
	}
	
#content td, tr, table {
	vertical-align:top;
	}	
	
#map24 {
	}
	/* Navigation */

#navigation {
	background-color:#B9D491;
	/*background-image:url(../bg-verl-gr1long.jpg);*/
	background-image:url(../Bilder/gruen.jpg) ;
	background-position: left top ;
	position: absolute;
	left: 0;
	top:129px;
	width: 168px;
	z-index:5;
	/*background: #87B644 url(../bg-verl-gr1.jpg) -30px;*/
	padding:8px;
	}

#navigation h2 {
	font-size:1em;
	color:#538B28;
	margin:0 0 3px 10px;
	padding:0;
	border-bottom: 1px solid #538B28;
	}

#navigation .nav {
	/*border-bottom: 1px solid #fff;*/
	}

#navigation ul {
	margin:5px 0;
	}

#navigation li {
	list-style:none;
	display: inline;
	}

#navigation .nav a {
	display:block;
	width:154px;
	wi/dth:146;
	text-decoration:none;
	font-weight:normal;
	padding: 0 0 0 10px;

/*	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	}
	
#navigation .nav a:link,
#navigation .nav a:visited {
	color: white;
	/*background-image:url(../bg-verl-gr1.jpg);
	background-position:0 -5px;
	background-repeat:repeat-x;
	background-color:transparent;*/
	}
	
#navigation .nav a:hover, 
#navigation .nav a:active {
	color:red;
/*	background-image:url(../bg-verl-gr2.jpg);
	background-position:0 -10px;
	background-repeat:repeat-x;
	background-color:transparent;*/
	}
