body {
	background-color:#7392b5; /*#bed3e9*/
	font:normal normal normal 12pt Arial;
	text-align: center;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

div, img, li, p, h3, table, tr, td, th, ul {
	padding: 0;
	margin: 0;
	border: 0;
}

p, h3 {
	margin-bottom: 1em;
}

li {
	margin: 0 0 0.5em 2em;
}

#aktuelles_object {
/*	border: 1px solid black;*/
	width: 920px;
	margin: 0 0 0 2px;
	height: 160px;
}

#aktuelles_object_vert {
/*	border: 1px solid black;*/
	position: absolute;
	height: 800px;
	width: 175px;
}

#inhalt {
	background-color: #bed3e9;
/*	border: 2px solid red;*/
	display: block;
	padding: 20px;
	margin: 10px auto;
	text-align: left;
	width: 57em;
}

#kopf {
/*	margin-bottom: 5px;*/
/*	position: relative;*/
/*	height: 5.6em;*/
/*	width: 910px;*/
/*	border: 1px solid green;*/
	padding: 0;
}

#kopf img {
	vertical-align: top;
}

#kopf_banner {
/*	position: absolute;*/
/*	right: 0;*/
/*	width: 86.3%;*/
	width: 799px; /*787px*/
}

#kopf_windrose {
/*	width: 13.4%;*/
/*	height: 100%;*/
	height: 88px;
	width: 100px;
	margin-right: 10px;
}

.aktuelles {
	margin: 15px;
	text-align: center;
	color:rgb(200, 0, 0);/*#bed3e9*/
}

#links {
	margin-top: 1.6em;
	float:left;
}

/*#rechts {
	float:right;
}*/

#haupt {
	margin-left: 22%; /*12.5em*/
	width: 78%; /*44.5em*/
/*	border: 2px solid pink;*/
}

/*#haupt object {
	width:100%;
	height:100%;
}
*/

#haupt_ort {
	margin-bottom:0.5em;
	text-align: right;
}

#haupt_text {
/*	border: 1px solid yellow;*/
	position: relative;
	width: 100%;
}

#haupt_text > * {
	width: 100%;
}

#if_bild {
	width: 793px;
	height: 1300px;
}

small#worte {
	color: #7392b5;
}

.hauptLink {
	color:white;
}

.unterLink {
	color:#7392b5;
	font-size:.9em;
}

/*ab hier nur noch die Navigation*/

ul#Navigation {
    width: 11em;
    margin: 0;
	padding: 0em;
    background-color: #bed3e9;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
  width: 12.6em;
  w\idth: 11em;
  padding-left: 0;
  padd\ing-left: 0.8em;
}
ul#Navigation li {
  list-style: none;
  margin: 0;
	padding: 0;
  position: relative;
}

ul#Navigation li ul {
  z-index: 5;
  margin: 0 0 0 1em; padding: 0;
  top: -0.4em;
  left: 9.3em;
  width: 11.5em;
  display: none;
  position: absolute;
}
  ul#Navigation li:hover>ul {
  	display: block;
  }
ul#Navigation li ul li {
  margin: 0;
}

ul#Navigation li ul>li {
	/*TODO*/
}

* html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
  margin-left: 1em;
  ma\rgin-left: 0;
}

ul#Navigation a {
/*	overflow: visible;*/
  display:block;
  padding: 0.2em;
/*	margin: 0.4em;*/
  text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color: white;
  background-color: #7392b5;
}
* html ul#Navigation a {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation li ul li a {
  width: 100%;    /* Breitenangabe fuer IE 5.x */
  w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
}
ul#Navigation a:hover {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: gray;
}