html {
overflow-y: scroll;
}


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

body {
	background-image: url(pics/body_hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EBEBEB;
}

#container1 {
	text-align: center;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}

#container2 {
	text-align: left;
}

#spalte_rechts {
	float: right;
	width: 219px;
	margin-top: 32px;
	margin-right: 31px;
}

#spalte_rechts img {
	margin-bottom: 16px;
}

/* Menü */

#navcontainer {
	background-image: url(pics/menu_hintergrund.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 819px;
}


#navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}


#navlist a {
	text-decoration: none;
	float: left;
	margin-right: 4px;
	height: 25px;
	width: 132px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;	
}

#navlist a:hover {
	color: #000000;
}

.aktiver_link {
	color: #000000;
}

.inaktiver_link {
	color: #005172;
}


/* Menü Ende */

/* Platzierung Impressum */

#impressum {
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}

/* Platzierung Impressum Ende */


/* Platzierung Datenschutzerklärung */

#datenschutz {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Platzierung Impressum Ende */


#inhalt {
	width: 429px;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 56px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#inhalt ul {
	margin-bottom: 20px;
	margin-left: 13px;
}

#inhalt li {
	margin-bottom: 5px;
}

#inhalt table {
	margin-bottom: 25px;
}

#inhalt td {
	padding-right: 3px;
	padding-left: 3px;
	line-height: 150%;
	vertical-align: top;	
}

p {
	padding-bottom: 25px;
	line-height: 150%;
}

h1 {
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 15px;
}

h2 {
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	padding-bottom:5px;
}


a {
	text-decoration: none;
	color: #000000;
}


/* Routenplaner */
#route {
	width: 300px;
}

#route input {
	font-size: 12px;
	font-style: Arial;
	background-color: #cccccc;
	height: 20px;
	padding: 0;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

#route select {
	font-size: 12px;
	font-style: Arial;
	background-color: #cccccc;
	height: 20px;
	padding: 0;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
/* Routenplaner Ende */

/* Anfrageformular */

input, textarea {
	width: 250px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

.textfelder {	
	padding-top: 5px;
}


/* Anfrageformular Ende */

.online-bewerbung p {
	padding-bottom: 20px;
}

.online-bewerbung input, .online-bewerbung textarea {
	float: right;
}

.online-bewerbung span {
	line-height: 15px;
}

span.pflichtfeld {
   font-size: 12px;
   color: Red;
  }

  span.hilfetext {
   font-size: 10px;
   font-style: Oblique;
  }
  
.nachrichtfeld {
	height: 50px;
}