html {
	overflow-y: scroll;
}

body {
	background-color: #000000;
}

font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #D2F062;
	padding-top: 30px;

}
h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
}

a, a:link, a:active, a:visited, span { 
	text-decoration: none; 
	color : #D2F062; 
}
a:hover	{
	text-decoration: none;
	color : #FFFFFF;
}

.hintergrund01 {
	background-color: #005E9E;
	background-image:  url(bilder/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.hintergrund02 {
	background-color: #005E9E;
	background-image:  url(bilder/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.navi-links {
	background-image: url(bilder/navi-grund.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 39px;
	padding-left: 20px;
}

.b-l {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2F062;
}

.b-r {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2F062;
}

.anfahrt, .anfahrt td, .anfahrt p {
	color: #000000;
}
.anfahrt a:link, .anfahrt a:active, .anfahrt a:visited { 
	color : #004080; 
}
.anfahrt a:hover {
	color : #000000;
}
.hoehe {
	height: 3px;
}
