﻿.adresse a:hover {
				text-decoration: underline;
}
.adresse a:link {
				color: #007062;
				text-decoration: none;
}
body {
				width: 100%;
				height: 100%;
				padding: 0px;
				margin: 0px;
				font-family: Arial, Helvetica, Sans-Serif;
}
.hintergrund {
				width: 100%;
				height: 100%;
				position: fixed;
				z-index: 0;
				top: 0px;
}
.main {
				width: 920px;
				height: 716px;
				position: relative;
				z-index: 1;
				margin: auto;
				top: 20px;
				background-color: #FFFFFF;
}
.navigation {
				position: absolute;
				z-index: 2;
				width: 218px;
				height: 368px;
				left: 0px;
				top: 170px;
				background-color: #007062;
}
.header {
				position: absolute;
				z-index: 2;
				width: 920px;
				height: 170px;
				top: 0px;
				left: 0px;
				background-image: url('../images/header_start.jpg');
}
.wechselbild {
				width: 700px;
				height: 368px;
				top: 170px;
				right: 0px;
				position: absolute;
				z-index: 2;
}
.footer {
				position: absolute;
				z-index: 2;
				width: 920px;
				height: 177px;
				bottom: 0px;
				left: 0px;
				background-image: url('../images/footer_start.jpg');
}
.adresse {
				width: 890px;
				height: 20px;
				bottom: 5px;
				position: absolute;
				z-index: 3;
				font-size: 13px;
				color: #007062;
				right: 0px;
}
a.tooltip:active {
	position: relative;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}
a.tooltip:visited {
	position: relative;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}
a.tooltip:link {
				position: relative;
				text-decoration: none;
				font-style: normal;
				color: #FFFFFF;
}
a.tooltip {
				position: relative;
				text-decoration: none;
				font-style: normal;
				color: #FFFFFF;
				font-size: 15px;
				font-weight: bold;
}
a.tooltip:hover {
				color: #FFFFFF;
				background: transparent;
				text-decoration: underline;
				border-style: none;
}
a.tooltip span {
	display: none;
	text-decoration: none;
	border-style: none;
}
a.tooltip:hover span {
				display: block;
				position: absolute;
				top: 0px;
				left: -25px;
				width: 19px;
				z-index: 100;
				color: #FFFFFF;
				border: 0px none #000000;
				background: #29564D;
				text-align: left;
				text-decoration: underline;
}
a.tooltip span b {
				border-style: none;
				border-width: 0px;
				border-color: inherit;
				display: block;
				margin: 0;
				padding: 0;
				font-weigth: bold;
				color: #FFFFFF;
				background-color: #007062;
				text-decoration: underline;
}
#active {
				position: absolute;
				left: -25px;
				width: 19px;
				z-index: 100;
				padding-right: 0px;
				margin-right: 0px;
}

.naviposition {
				position: absolute;
				z-index: 4;
				width: 170px;
				height: auto;
				top: 20px;
				left: 33px;
}
.suchbutton {
				height: 16px;
				background-color: #FFFFFF;
				border-style: none;
				font-size: 0px;
				width: 45px;
				margin-bottom: 1px;
				text-align: right;
				background-image: url('../images/button_suche.gif');
				background-repeat: no-repeat;
}
.suchfeld {
				height: 14px;
				width: 100px;
				border: 1px solid #B1B3B4;
				background-color: #ECECED;
				font-size: 12px;
				color: #0070;
				margin-bottom: 1px;
}
.suche {
				z-index: 3;
				width: 370px;
				height: auto;
				top: 30px;
				left: 34px;
				vertical-align: top;
				color: #007062;
				font-size: 14px;
				position: absolute;
				font-family: Arial, Helvetica, Sans-Serif;
}
.suche a {
				color: #007062;
				text-decoration: none;
}
.keywords {
				position: absolute;
				z-index: -1;
				width: 880px;
				height: 30px;
				letter-spacing: 0px;
				font-size: 10px;
				bottom: -40px;
				color: #808080;
				left: 30px;
}
h1 {
				color: #007062;
				font-size: 15px;
				padding-top: 3px;
				padding-left: 15px;
				text-transform: uppercase;

}
td {
				padding-left: 10px;
				padding-right: 0px;
				font-size: 14px;
				color: #58585A;
				vertical-align:top;		
