@charset "utf-8";
/* CSS Document */

body {
	background-color:#e7e7e9;
	font:"Trebuchet MS", Arial, Verdana;
	font-family: "Trebuchet MS", Arial, Verdana;
}

.randLinks {
	background-image: url(images/hp2_02.gif);
	background-repeat: repeat;	
}

.randRechts {
	background-image: url(images/hp2_08.gif);
	background-repeat: repeat;
}

.inhalt {
	background-color:#FFFFFF;
	padding: 20px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
}

.inhalt p {
	text-align:justify;
	font-size:14px;
}

.inhalt a:link {
	color:#000000;
}

.inhalt a:visited {
	color:#5c6065;
}

.inhalt a:hover, .inhalt a:active {
	color:#8fc744;
}

.inhalt h2 a {
	text-decoration:none;
}
.inhalt h2 a:visited {
	color:#000000;
}
.inhalt h2 a:hover, .inhalt h2 a:active {
	color:#8fc744;
}

.inhalt li {
	list-style-image: url(images/dot.gif);
	font-size:14px;
}

.inhalt h1 {
 font-size: 16px;
 font-weight:bold;
}

.inhalt h2 {
 font-size: 15px;
 font-weight:bold;
}


.proEthik {
	text-align: right;
	padding-right: 40px;
	background-color:#FFFFFF;
	padding-bottom: 20px;
}

.fusszeile {
	background-color:#8fc744;
	font-size: 11px;
	color: #FFFFFF;
}

.fusszeile a {
	background-color:#8fc744;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
	
.fusszeile a:hover{
	background-color:#8fc744;
	font-size: 12px;
	color: #5c6065;
}	

.adressZeile {
	background-color:#FFFFFF;
	margin-top: 5px;
	font-size: 10px;
	color: #5c6065;
	text-align:center;
}

.adressZeile a:link, .adressZeile a:visited {
	color: #5c6065;
	text-decoration:none;
}

.adressZeile a:hover {
	color: #5c6065;
	text-decoration:underline;
}

.dropDown {
	background-color:#8fc744;
	width:10em;
	font-size:14px;
	position:relative;
	z-index:5;
	left: 84px; /* 84px ist genau drunter */
	top: -324px; /* wird per javaScript überschrieben */
	visibility:hidden;

}

.dropDown a {
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
	margin-left:10px;
}

.dropDown a:hover {
	color: #5c6065;
}
