* {
	margin:0;
	padding:0;
}
html, body {
	background-color: #757477; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	overflow: hidden;
}
body {
	text-align:center; /*braucht der Explodierer!!!*/
}
a {
	text-decoration: none;
	color: #017a48;
}
#distance { 
	margin: 0 auto;
	width:1px;
	height:50%;
	margin-bottom:-290px; /* Halbe Container Hoehe, groessere Zahl schiebt Container nach oben */
	width: 1px;
}
#inner_body {
	margin:0 auto;
	position: relative;
	text-align: left;
	width: 929px;
	height: 560px; 
	clear: left;
	z-index: 2;
	background-color: #eff1f3;
	background-image: url(../pics/bg.jpg);
}
h1 {
	font-size: 34px;
	font-weight: normal;
	padding-top: 36px;
	color: #cdd7cb;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #017a48;
}
ul {
	list-style: outside;
	padding-left: 20px;
	list-style-type: square;
	padding-bottom: 20px;
	color: #004388;
}
li {
	padding-bottom: 5px;
}
p {
	font-size: 12px;
	padding-bottom: 15px;
}
#bottom {
	position:absolute;
	bottom: 0px;
	height: 25px;
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	color: #6f6e6f;
	background-color: #ffffff;
}
#bottom a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#bottom a:visited {
	color: #000000;
}
#anfahrt_content{
	text-align: left;
	background-color:#FFFFFF;
	margin: 20px;
	padding: 20px;
}
#pic {
	position: relative;
	top: 10px;
	left: 0px;
	padding-bottom: 25px;
	width: 100%;
}
#pic img {
	border: none;
	padding-right:2px;
}
#weiter {
	position:absolute;
	bottom: 45px;
	width: 760px;
	padding-left: 137px;
	color: #6f6e6f;
}
#weiter a {
	text-decoration: none;
	font-weight: bold;
	color: #6f6e6f;
}
#weiter a:visited {
	color: #6f6e6f;
}
#nav {
	position:absolute;
	top: 170px;
	width: 180px;
	padding-top: 5px;
	right: 10px;
	height: 315px;
	font-size: 12px;
	text-transform: uppercase;
}
td {
	padding:2px;
	background-color: #ECECED;
	height: 30px;
}
#nav ul {
	list-style-type: none;
	margin-left: -10px;
}
#nav ul li {
	padding-bottom: 10px;
}
#nav ul li a{
	display: block;
	padding: 5px;
	width: 161px;
}
.aktiv {
	color: #ffffff;
	padding-right: 10px;
	background-image: url(../pics/aktiv.gif);
	font-weight: bold;
}
.inaktiv {
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	background-image: url(../pics/inaktiv.gif);
	font-weight: bold;
}
.aktiv2 {
	font-weight: bold;
	color: #017a48;
	margin-left: 10px;
	font-size: 12px;
	text-transform: none;
	margin-top: -10px;
	margin-bottom: -5px;
}
.inaktiv2 {
	text-decoration: none;
	color: #6f6e6f;
	margin-left: 10px;
	font-size: 12px;
	text-transform: none;
	margin-top: -10px;
	margin-bottom: -5px;
}
#adresse {
	position: absolute;
	bottom: 10px;
	left: 77px;
	color: #ffffff;
	width: 827px;
	text-align: center;
	font-size: 14px;
}
#adresse a{
	position: absolute;
	font-weight: bold;
	color: #000000;
}
#logo_oben {
	position: absolute;
	top: 10px;
	right: 25px;
}
#main {
	position:absolute;
	top: 0px;
	left: 73px;
	height: 532px;
	overflow: auto;
	width: 555px;
	z-index:5;
}
#content {
	position:relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	height: 531px;
}
#login {
	position: absolute;
	bottom: 30px;
	right: 10px;
	display: block;
	font-size: 8px;
	color: #EFF1F3;	
}
.editlink {
	display:block;
	width:100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}