/*==========================================================================*/
/*=== Generelle Einstellungen                                            ===*/
/*==========================================================================*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF8C25;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FF8C25;
}

p {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: Blue;
}

a:link, a:visited {
	color: Blue;
}

a:active, a:focus, a:hover {
	color: #FF8C25;
}


/*==========================================================================*/
/*=== Objekte                                                            ===*/
/*==========================================================================*/
#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	text-align: left;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
	border: none;
	height: 222px;
	width: 918px;
	position: relative;
	z-index: 1;
}

#middle_section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
	border: none;
	width: 918px;
}

#top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu1 {
	width: 180px;
	margin-top: 10px;
}

#menu1 a img {
	border: none;
	width: 157px;
	height: 30px;
}

#content {
	margin-top: -50px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	width: 700px;
	z-index: 10;
}

#page_heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #C95720;
   margin-bottom: 25px;
}

#inhalt {
	width: 600px;
	height: 340px;
  padding-left: 25px;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

.contact_color {
  color: #0054a8;
  }

#contact_table {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 30px;
  border: none;
  }

#footer {
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFB5;
	width: 918px;
	text-align: center;
}

#footer_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #C95720;
}

#anrede {
	width: 70px;
}



/*==========================================================================*/
/*=== Klassen                                                            ===*/
/*==========================================================================*/
.absatz400 {
	width: 400px;
}

.absatz500 {
	width: 500px;
}

.baustelle {
	margin-left: 100px;
}

.stopsign {
	margin-left: 80px;
}

.errorheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

