@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

div#wrapper {
	width: 100%;
}

/* header */

div#header {
	width: 700px;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.5cm;
	margin-bottom: 1cm;
}

div#header h1 {
	font-size: 3em;
	color: #00662c;	
}

div#header h1 a {
	text-decoration: none;
	color: #000000;
}

ul#metaNav {
	display: none; 
}

ul#mainNav {
	display: none;
}

/* content */

div#content {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 1cm;
}

div#content a {
	color: #00662c;
	text-decoration: none;
	border-bottom: 1px dotted #00662c;
}

div#content div.content_2ColLeft ul {
	margin: 0 0 0 0;
	padding: 0 0 0;
	list-style-position: inside;	
}

div#content ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #eeefef;
}

img.content_topImage, img.content_topRightImage {
	display: block;
	marign: 0;
	padding: 0;
	width: 100%;
}

img.content_topRightImage { margin-top: -0.5cm !important; margin-bottom: 1cm; }

div.content_2ColLeft {
	width: 60%;
	margin-right: 7.15%;
	float: left;
	padding-top: 0.5cm;
}

div.content_1ColRight {
	display: block;
	width: 32.85%;
	float: left;
	padding-top: 0.5cm;	
}

div#content h1 {
	font-size: 2em;
	color: #00662c;
}

div#content h2 {
	font-size: 1.6em;
	color: #880010;
}

div#content h3 {
	font-size: 1.4em;
}

div#content p { margin: 1em 0; }
div#content p strong { color: #00662c; }

ul#content_rightCol_newsList {
	list-style: none;
	padding: 0;
	font-weight: bold;
}

ul#content_rightCol_newsList li {
	padding: 0;
	padding-right: 1em !important;
	padding-bottom: 1em !important
	margin: 0 0 1em 0;
	border-bottom: 1px solid #999999 !important;
}

ul#content_rightCol_newsList li span {
	font-weight: normal;
	color: #00662c;
}

div#subNav {
	display: none;
}

div#content form {
	display: none;
}

ul#gallery { 
	display: block;
	overflow: hidden;
	width: 100%; 
	margin: 0;
	padding: 0;
	list-style: none;
} 

ul#gallery li {
	width: 32%;
	width: auto; 
	margin: 0 2% 2% 0 !important;
	padding: 0 !important;
	float: left;
}

ul#gallery li span {
	display: block;
	width: 28%;
	padding: 2%;
	background-color: #eeefef;
}

ul#gallery li img { 
	display: block;
	margin: 0;
	padding: 0;
}

ul#gallery li a img, ul#gallery li a { border: 0; margin: 0; padding: 0; color: #000000}

/* fußzeile */

div#footer {
	overflow: hidden;
	width: 100%;
	display: block;
	float: none;
	border-top: 1px solid #000000;
	padding: 0.25cm 0;
	margin: 0 0 0 0;
}

div#footer p {
	margin: 0;
	color: #40845c;
}

div#footer p strong {
	color: #000000;
	font-weight: normal;
}