a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #03F;
}

.Uberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
        text-align: center;
}

#top {
	padding: 2px 12px 2px 12px;
	margin: 0px 0px 0px 0px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}
#top img {
	border:0px;
}
#top a {
	text-decoration: none;
	color: #000000;
}
#top:hover {
	background: #DDEEFF;
	border-color: #008ac4;
}

#index_2 {
	padding: 6px 12px 6px 12px;
	margin: 3px 3px 3px 3px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 415px;
	background: #EAF4EB;
	border-color: #009846;
	border-width: 1px;
	border-style: solid;
}
#index_2 a {
	text-decoration: none;
	color: #000000;
}
#index_2 img {
	border: hidden;
}
#index_2:hover {
	background: #A8D4AF;
	border-color: #009846;
}

#index_3 {
	padding: 8px 4px 8px 4px;
	margin: 3px 3px 3px 3px;
	width: 282px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #EAF4EB;
	border-color: #009846;
	border-width: 1px;
	border-style: solid;
}
#index_3 a {
	text-decoration: none;
	color: #000000;
}
#index_3:hover {
	background: #A8D4AF;
	border-color: #009846;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	text-align: justify;
}