* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #BEC077;
	color: #000;
	text-align: center;
}
.preload {
	display: none;
}
#header_container {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	background-color: #3A68B6;
}
#header {
	text-align: left;
}
#navigation_container {
	position: fixed;
	top: 72px;
	right: 0px;
	left: 0px;
	height: 36px;
	width: 100%;
	background-color: #007725;
}
#content_container {
	margin-left: 50%;
}
#content_box {
	width: 700px;
	background: transparent;
	text-align: justify;
}
#content_container > #content_box {
	margin-left: -350px;
	padding: 108px 0 72px 0;
}
#content {
	padding-top: 2em;
	padding-bottom: 1em;
}
#footer_container {
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 72px;	
	width: 100%;
	clear: both;
	background-color: #3A68B6;
}
#footer {
	font-size: 1em;
	font-weight: 600;
	color: #BEC077;
	background: transparent;
	letter-spacing: 0.07em;
	padding-top: 0.5em;
	line-height: 1.5em;
}
#footer a,
#footer a:visited {
	text-decoration: underline;
	color: #BEC077;
}
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}
.centralizer {
	margin-left: 50%;	
}
#header, #footer {
	width: 700px;
	margin-left: -350px;
}
/* hte navigation a bit wider for more space for the entries */
#navigation {
	width: 730px;
	margin-left: -365px;
	margin-top: 0.6em;
	text-align: center;
}
#changelang {
	position: absolute;
	top: 0.3em;
	right: 1em;
	list-style: none;
	font-size: 0.8em;
	color: #BEC077;
	background-color: transparent;
}
#changelang li {
	margin-top: 0.2em;
}
#changelang a {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}
#changelang a:hover {
	color: #BEC077;
	background-color: transparent;
	text-decoration: underline;
}
/* CONTENT DEFINITIONS */
#content h1 {
	font-size: 0.9em;
	font-weight: 600;
	margin: 1em 0;
	clear: both;
}
#content p, #content address {
	font-size: 0.9em;
	margin: 1em 0;
	font-style: normal;
}
#content a {
	text-decoration: underline;
	color: #3A68B6;
	background-color: transparent;
}
#content a:hover {
	text-decoration: none;
	color: #FFF;  /*007725;*/
	background-color: transparent;
}
#content img {
	margin: 0.5em 0;
	border: none;
}
#content .image_left {
	margin: 0.5em 0.5em 0.5em 0;
	float: left;
}
#content .image_right {
	margin: 0.5em 0 0.5em 0.5em;
	float: right;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
	padding-right: 1em;
	font-size: 0.9em;
	list-style-image: url(../images/subnav_punkt01.gif);
}
#content table.table_rates {
	font-size: 0.8em;
	empty-cells: hide;
}
#content table.table_rates th {
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	border-top: 1px solid #D7D98F;
	border-right: 1px solid #ACAE60;
	border-bottom: 1px solid #ACAE60;
	border-left: 1px solid #D7D98F;
	background-color: transparent;
	color: #000;
	empty-cells: hide;
}
#content table.table_rates td {
	padding: 0.1em 0.2em;
	border-top: 1px solid #ACAE60;
	border-right: 1px solid #D7D98F;
	border-bottom: 1px solid #D7D98F;
	border-left: 1px solid #ACAE60;
	background-color: transparent;
	empty-cells: hide;
	text-align: center;
}
#content table.table_rates .table_nobreak {
	white-space: nowrap;
}
#content table.table_rates .table_heading {
	font-weight: 600;
	white-space: nowrap;
}
#content table.table_rates .table_empty {
	background-color: transparent;
	border: none;
}
#content .newline {
	clear: both;
}
#content .leftcol {
	float: left;
	width: 300px;
}
#gallery {
	overflow: visible;
}
#gallery div {
	float: left;
	margin: 0.5em 1.5em 0 0;
	text-align: center;
}
#gallery div img {
	border: 1px solid #666;
}
#gallery div p {
	margin: 0 0 0.5em 0;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 4em;
}
#gallery div p a {
	text-decoration: none;
}
#gallery div p a:hover {
	color: #FFF;
}
#view {
	text-align: center;
}
#view img {
	border: 1px solid #666;
}
#view p {
	text-align: center;
	padding: 0.5em 0;
	margin: 0;
}
#view p.nav {
	padding: 0.2em 0;
	text-align: center;
	background-color: transparent;
}
#view p.nav a {
	text-decoration: none;
	color: #0A6232;
}
#view p.nav a:hover {
	text-decoration: none;
	color: #FFF;
}
#view p.nav a.previous {
	padding-right: 1em;
	margin-right: 0.5em;
	background: transparent url(../images/subnav_punkt01.gif) no-repeat bottom right;
}
#view p.nav a.next {
	padding-left: 1em;
	margin-left: 0.5em;
	background: transparent url(../images/subnav_punkt01.gif) no-repeat bottom left;
}
/*fulltreenavigation added Nov 2008*/
/* homenav DEFINITIONS */
#homenav {
	list-style: none;
	margin-left: 36px; /*doofer workaround zum "Einmitten"*/
}
#homenav li {
	display: inline;
	float: left;
}
#homenav li a {
	color: #BEC077;
	padding: 0 0.9em 0 0.4em;
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background: #007725 url(../images/nav_punkt01.gif) no-repeat bottom right;
	white-space: nowrap;
	display: block;
}
#homenav li a:hover {
	color: #FFF;
	text-decoration: none;
}
#homenav li strong a, #homenav li em a, #homenav li a.selected {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
#homenav li a.selected_last {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	background: #007725;
}
#homenav li a.last {
	background: #007725;
}
/*subnavs*/
#homenav ul {
	display: none;
	text-align: left;
}
#homenav li:hover ul, #homenav li.over ul { /* lists nested under hovered list items */
	list-style: none;
	list-style-image: none;
	display: block;
	position: absolute;
	top: 36px;
	z-index: 10;
	white-space: nowrap;
	background: transparent url(../images/bg-home-sn01.png) no-repeat bottom right;
	margin: 0 0 0 -5px;
	padding: 0 14px 7px 0;
}
 #homenav ul li {
 	float: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#homenav ul li a {
	display: block;
	text-decoration: none;
	background: #BEC077 url(../images/bg-home-sn02.jpg) repeat-y 0 0;
	margin: 0;
	padding: 0;
	border-left: 3px solid #99b068;
	text-align: left;
}
#homenav ul li a img {
	margin: 0;
	border: none;
}
#homenav ul li a:hover img {
	margin: 0;
	border: none;
}
#homenav ul li a:hover {
	background-color: #BEC077;
	margin: 0;
	padding: 0;
	text-align: left;
}
#homenav ul li strong a, #homenav ul li em a {
	margin: 0;
	padding: 0;
	border-left: 3px solid #007725;
}

/* CONTACTFORM */
#contactform {
	width: 350px;
	float: right;
	margin: 1em 0 1.5em 0;
	padding-top: 4px;
}
#content label {
	font-size: 0.9em;
}
#content label.formlabel {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 5px;
	margin: 2px 0;
}
#contactform .form_text, #newsletterform .form_text {
	display: block;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	padding: 0;
}
#contactform .input_text, #newsletterform .input_text {
	width: 190px;
	margin: 2px 3px 2px 0px;
	padding: 2px 0px 2px 5px;
	border: none;
	background: transparent url(../images/bg-inputtxt01.jpg) repeat-y 0 0;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contactform .input_text:focus, #newsletterform .input_text:focus {
	background: transparent url(../images/bg-inputtxt01_02.jpg) repeat-y 0 0;
}
#contactform #nachricht {
	width: 220px;
	height: 9em;
	overflow: auto;
	background: transparent url(../images/bg-input02.jpg) repeat-x 0 0;
}
#contactform #nachricht:focus {
	background: transparent url(../images/bg-input02_02.jpg) repeat-x 0 0;
}
#contactform #formmessage {
	margin-left: 105px;
	font-size: 0.9em;
}
#contactform label input {
	margin: 3px 0;
	padding: 0;
	background: transparent;
	width: auto;
}
#contactform .button, #newsletterform .button {
	width: auto;
	background: auto;
}
#content ul.error {
	padding-left: 210px;
	margin: 1em 0 1em 9em;
}
.thankyou {
	font-size: 0.9em;
	font-weight: 600;
	margin: 1em 0;
	padding: 3.2em 0 0 340px;
}
/*articlelists*/
/*newslist*/
#news {	margin: 0;padding:0;}
#news .item {
	border-bottom: 1px solid #666;
	padding: 0 0 1em 0;
	margin: 0 0 1.5em 0;
}
#news .item.last {
	border-bottom: none;
	padding-bottom: 1em;
}