html, body {
  font: 11pt Verdana, Arial, sans-serif;
  background: white;
  background-attachment: fixed;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 1000px;
  margin: 20px auto;
}

#kopfbereich {
  width: auto;
  height: 100px;
  padding: 10px;
  background: url(images/kopfbg_2.gif) no-repeat right top;
  border: solid 1px #C5CFFE;
  border-bottom: none;
  border-radius: 25px 25px 0px 0px;
  -moz-border-radius: 25px 25px 0px 0px;
  -webkit-border-radius: 25px 25px 0px 0px;
  text-align: right;
  color: #667b98;
  font-size: 22pt;
}

/*Hier beginnt die Drop-down-Navigation*/

#nav {
  width: auto;
  padding: 1px;
  float: middle;
  background: white;
  border: solid 1px #C5CFFE;
  border-bottom: none;
  border-top: none;
  font-weight: bold;
}

#nav ul {
  float: left;
  width: 130px;
  list-style-type: none;
  line-height: 2;
}

#nav .direkt {
  font-size: 14pt;
  text-align: center;
  line-height: 2.5;
  color: #667b98;
  border: 1px solid #FFFFFF; /*--erforderlich für IE 7--*/
  background: #FFFFFF;
}

#nav h6 {
  font-size: 10pt;
  line-height: 2;
  border: 1px solid #FFFFFF; /*--erforderlich für IE 7--*/
  background: #FFFFFF;
  float: middle;
}

#nav h6:hover {
  color: #667b98;
  background: #ECEFF7;
}

#nav a /*Dop-down im Normalzustand*/{
  text-decoration: none;
  font-size: 10pt;
  display: block;
  border: 1px solid #FFFFFF;
  text-align: center;
  background: #FFFFFF;
  color: #667b98;
  line-height: 2;
  float: middle;
}

#nav a:hover /*Drop-down beim darüberfahren*/ {
  color: #667b98;
  background: #ECEFF7;
}
/*Für Einklappen*/
#nav li {
  position: relative;
  height: 30px;
  background: white;
  float: middle;
}

#nav ul ul {
  position: absolute;
  z-index: 2;
  display: none;
}
/*Für Ausklappen*/
#nav ul li:hover ul {
  display: block;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #nav ul li {
float: left;
width: 100%;
}
/*--nur für IE 7 erkennbar--*/
*+ html #nav ul li {
float: left;
width: 100%;
}
/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #nav ul li a {
height: 1%;
}
/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/
#nav a.direkt:link {
font-size: 10pt;
font-weight: bold;
text-align: center;
line-height: 2;
color: #667b98;
border: none;
background: #FFFFFF;
}
/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/
#nav a.direkt:hover {
color: #667b98;
background: #ECEFF7;
border: none;
}

/*Ende der Drop-down-Navigation*/

#inhalt {
  width: auto;
  min-height: 355px;
  padding: 0 0 50px 0;
  background: white;
  border: solid 1px #C5CFFE;
  border-top: none;
  border-bottom: none;
  color: #667b98;
  text-align:left;
  line-height:1.5;
  font-size:12px;
}

#inhalt td {
  padding: 2px 0px;
  font-size: 12px;
}

#inhalt th {
  padding: 2px 0px;
  font-size: 12px;
}

#inhalt a {
  color: #16256a;
}

#inhalt a:hover {
  color: #C5CFFE;
}

#inhaltohne {
  width: auto;
  min-height: 355px;
  padding: 0 0 50px 0;
  background: white;
  border: solid 1px #C5CFFE;
  border-top: none;
  border-radius: 0px 0px 25px 25px;
  -moz-border-radius: 0px 0px 25px 25px;
  -webkit-border-radius: 0px 0px 25px 25px;
  color: #667b98;
  text-align:left;
  line-height:1.5;
  font-size:12px;
}
#inhaltohne td {
  padding: 2px 0px;
  font-size: 12px;
}

#inhaltohne th {
  padding: 2px 0px;
  font-size: 12px;
}

#inhaltohne a {
  color: #667b98;
}

#inhaltohne a:hover {
  color: #C5CFFE;
}

.texting {
  padding: 10px 60px;
  background: white;
}

.texting a {
  text-decoration: none;
}

#fussbereich {
  width: auto;
  padding: 0em;
  background: white;
  border: solid 1px #C5CFFE;
  border-top: none;
  border-radius: 0px 0px 25px 25px;
  -moz-border-radius: 0px 0px 25px 25px;
  -webkit-border-radius: 0px 0px 25px 25px;
  color: #667b98;
  text-align:center;
  font-size:11px;
}

#fussbereich a {
  color: #667b98;
}

#fussbereich a:hover {
  color: #C5CFFE;
}