div#logo a {
  display: block;
  width: 100%;
  height:100%;
}

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
    
#logo {
   background: url(..images/logo.gif) no-repeat;
}
#key_visual {
	background-image: url(../images/key_visual7.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#slogan {
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #3C3D3C;
}
a.main_nav_active_item {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #95FF28;
	background-position: right top;
	background-image: url(../images/n1active.gif);
	background-repeat: no-repeat;
}
a.main_nav_item {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-position: right top;
	background-image: url(../images/n1.gif);
	background-repeat: no-repeat;
}
a.main_nav_item:hover {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #95FF28;
	background-position: right top;
	background-image: url(../images/n1hover.gif);
	background-repeat: no-repeat;
}
a.sub_nav_active_item {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #960;
	background-image: url(../images/sn1active.gif);
	background-repeat: no-repeat;
}
a.sub_nav_item {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #3C3C3B;
	background-image: url(../images/sn1.gif);
	background-repeat: no-repeat;
}
a.sub_nav_item:hover {
	background: url(..images/sn1hover.gif) no-repeat;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #86B656;
}
.content h1 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
	text-align: center;
}
.content h2 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #668E3C;
	cursor: auto;
}
.content h3 {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
}
.content, .content p {
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #5B533E;
	text-align: left;
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.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: #4F9505;
}
.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: #000000;
}
.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: #4F9505;
}
.content a:active {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
#footer_text {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6B6B6A;
	text-align: left;
}

