﻿
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
	font-family: Tahoma,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	/* 
    d'grün aus Background-GIF = #839041;
    h'grün aus Background-GIF = #A2AC71;
    helleres Grün             = #99BE00;
    sandfarbener Hintergrund  = #FAF9C3;
    */
	color: #B7C315; /*-- PB 16.03.2016: hier stand vorher >>>>> color: #5D7F45; <<<<< --*/
	text-decoration: underline;
	white-space: nowrap;
}
    
#key_visual {
   background: url("resources/Header(2016).jpg") no-repeat; /*-- PB <<<<<<<<<<<<<<<<<<<<<<< --*/
}
#slogan {
	font-family: Tahoma,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4D803B; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
}
a.main_nav_active_item {
	background: url(images/dynamic/buttonset10/n1active.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #663300; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
	background-position: top left;
}
a.main_nav_item {
	background: url(images/dynamic/buttonset10/n1.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4D803B; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
	background-position: top left;
}
a.main_nav_item:hover {
	background: url(images/dynamic/buttonset10/n1hover.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
	color: #4D803B; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
	background-position: top left;
}
a.sub_nav_active_item {
	background: url(images/dynamic/buttonset10/sn1active.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4D803B; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
}
a.sub_nav_item {
	background: url(images/dynamic/buttonset10/sn1.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #663300; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
}
a.sub_nav_item:hover {
	background: url(images/dynamic/buttonset10/sn1hover.gif) no-repeat;
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
	color: #663300; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
}
.content h1 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #E6AD6F;
}
.content h2 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #839041;
}
.content h3 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #4E4E4E;
}
.content, .content p {
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #7D7D7D;
}
.content a:link {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #E6AD6F;
}
.content a:visited {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #4E4E4E;
}
.content a:hover {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #E6AD6F;
}
.content a:active {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #E6AD6F;
}
#footer_text {
	font-family: Tahoma,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4D803B; /*-- PB <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --*/
}


