/* 
# Stylesheet Landschaft Nutzen
# Letzte Änderung: 23.06.09
# Allgemeine Farben
# hellgrau: #dadada
# beige: #ffeb95
# dunkelgrün: #688767
# hellgrün: #b4eab2
# rosa: #fff3cb
*/

/* Allgemeine Einstellungen */
* {
  margin:0;
  padding:0;
}

body {
  background:#dadada;
  color:#000000;
  font-family:Verdana,Arial,Helvetica,Serif;
  font-size:12px;
  margin-top:20px;
  text-align:center;
}

a:link {
	color:#688767;
}

a:visited {
	color:#CC9900;
}

a:hover {
	color:#AA0202;
}

a:active, a:focus {
	color:#AA0202;
}

p {
	padding:5px 20px 0 0;
	line-height: 16px;
	/*text-align:justify;*/
}

td p {
	padding:0px 20px 0 0;
	/*text-align:justify;*/
}



ol {
	padding:0 0 0 20px;
}

#content li {
	padding:3px 0px 3px 0px;
}

h1 {
	color:#333333;
	font-size:16px;
	padding: 10px 0 0 0;
}

h2{
	font-size:100%;
	padding:5px 0 3px 0;
}

h3 {
	font-size:100%;
	padding:15px 0 3px 0;
}

img {
	border: none;
}

fieldset {
  padding: 10px;
  border:1px solid #cccccc;
}

/* Seitenaufteilung */
#page {
	width:970px;
	margin:0 auto;
	text-align:left;
}

#filler {
	background: #ffffff url(../media/back_content.gif) repeat-y;
	width:970px;
}

#top {
	width:970px;
	height: 117px;
}

#top_print {
	display:none;
}

#top_print img{
float:right;
}

#hessenpark {
	height:40px;
	width:230px;
	float:left;
	padding: 30px 0 0 20px;
}
#title {
	height:40px;
	width:504px;
	padding: 0;
	text-align:center;
	float:left;
}

.date {
	font-weight:bold;
	margin-top:5px;
}

.subheader{
	color:#ffffff;
	font-weight:bold;
	margin: 10px 0 0 24px;
}

.teaser{
	/*font-weight:bold;*/
	color: #333333;
	line-height: 20px;
}

#logo {
	height:40px;
	width:100px;
	float:left;
	padding: 30px 0 0 0px;
}

#metanavigation {
	width:963px;
	height: 22px;
	background-color: #688767;
	text-align:center;
	color: #9fd19d;
	padding:5px 0 0 0;
}

#metanavigation a{
	text-decoration: none;
	color: #b4eab2;
}

#metanavigation a:hover{
	color: #fff;
}

#middle {
	width:970px;
}

#left {
	width:200px;
	padding: 10px 0 0 0;
	float:left;
}

#content{
	width:504px;
	height:600px;
	height:100%;
	padding: 15px 30px 20px 30px;
	text-align:left;
	float:left;
}

.navigator{
	width: 480px;
	vertical-align: middle;
	padding:10px 0 0 0;
}

.back{
	float:left;
	width:90px;
}

.back p{
	float:left;
	padding:3px 3px 2px 0;
	font-size:11px;
}

.back img{
	border:none;
}

.next{
	padding-left: 220px;
	width:120px;
	float:right;
}

.next img{
	border:none;
	float:right;
}

.next p {
	float:right;
	padding:3px 0 2px 3px;
	font-size:11px;
}

#right {
	width:199px;
	padding: 10px 0 0 0;
	float:left;
	text-align:right;
}

#footer {
	text-align:center;
	font-size:10px;
	height:25px;
	width:970px;
	padding-top:10px;
	background:url(../media/back_footer.gif) no-repeat;
}

#content img{
	border:1px solid #688767;
}

.clearer{
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	width:1px;	
}

table.images{
	width:100%;
}

table.images td{
vertical-align:top;
}

td.caption{
/*background-color: #fff3cb;*/
}

table.images img{
margin-right: 10px;
}

#content ul{
padding:0;
margin: 10px 0 0 15px;

}

/* ######################## Navigation ######################## */
.header{
	padding: 4px 10px 5px 10px;
    font-size: 12px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #688767;
}
	

ul.navigation li {
	line-height: 12px;
	list-style: none;
	padding-top: 8px;
}


.navigation li a {
	padding: 4px 10px 5px 10px;
    font-size: 12px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #688767;
}

.navigation li.lastitem{
margin-bottom:20px;
}
	
.navigation li a:hover, .navigation li a.hi {
    color: #fff;
    background: #93bc91;
}


.navigation ul li a{
	padding: 4px 10px 4px 10px;
	background-color: #fff3cb;
	color: #000000;
}
