
body {
    color: #002b79;
    background-color: white;
    font-size: 1em;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width:40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

a:link { text-decoration:underline; color:#002b79; }
a:visited { text-decoration:underline; color:#002b79; }
a:hover { text-decoration:underline; color:#FF0000; }
a:active { text-decoration:underline; color:#002b79; }
a:focus { text-decoration:underline; color:#002b79; }

div#wrapper{
 width:900px;
 margin-left:auto;
 margin-right:auto;
 margin-top:0px;
 margin-bottom:0px;
}

  #fixiert_Navigation {
    position: fixed;
    z-index:2;
    top: 100px;
    height:100%;
    left: 0;
    width: 9em;
    margin:0 0 0 0;
    padding-top:1em;
    background-color: lightblue;
    border-right: 2px solid #002b79;
    border-left: 1px solid #002b79;
  }
  ul#Navigation {
    font-size: 1em;
    float:left;
    width: 9em;
    margin:0;
    padding:0;
    border: 0px solid #002b79;
    text-align: left;
  }
  ul#Navigation li {
    list-style: none;
    margin-left:1px;
    margin-right:1px;
    padding:1px 0em;
  }
  ul#Navigation a, ul#Navigation li span {
    text-decoration:none;
    display: block;
    padding-left: 1.7em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    font-weight:normal;
    border:1px solid #002b79;
  }
  ul#Navigation a:link {
    color: white;
    background-color: #002b79;
  }
  ul#Navigation a:visited {
    color: white;
    background-color: #002b79;
  }
  ul#Navigation a:hover, ul#Navigation li span {
    color: #002b79;
    background-color: white;
  }
  ul#Navigation a:active {
    color: #002b79;
    background-color: white;
  }

div#Inhalt {
    position:fixed;
    overflow:scroll;
    overflow-x:hidden;
    z-index:1;
    left:9em;
    right:0em;
    top:100px;
    bottom:100px;
    float: left;
    margin 0;
    padding-top:2em;
    padding-left:5em;
    border:0;
    background-color:white;
}

div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
}

div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
}

div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
}

div#Fusszeile {
    position:fixed;
    z-index:3;
    bottom:0;
    height: 76px;
    width:100%;
    font-size: 0.9em;
    text-align: center;
    margin: 0;
    padding:0;
    background-color: white;
    border-top:24px solid #002b79;
}

div#Kopfzeile {
    position: fixed;
    z-index:4;
    top: 0em;
    height: 97px;
    width:100%;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    border: 0px solid silver;
    border-bottom:2px solid #002b79 ;
}

div#Logo {
  z-index: 2;
  position: fixed;
  left: 0em;
  top: 18px;
  height: 79px;
  margin: 0;
  padding: 0;
  border: 0;
}

div#Not{
  z-index:4;
  position:fixed;
  right:0em;
  top:0px;
  height:76px;
  width:250px;
  margin:0;
  padding:0;
  border:0;
}

div#Logo2 {
  z-index:3;
  position:fixed;
  bottom:100px;
  left:0;
  margin:0;
  padding:0;
  border:0;
}

div#Streifen {
  z-index:1;
  position:fixed;
  left:0;
  top:74px;
  height:23px;
  width:100%;
  background-color: #002b79;
  border:0;
}

div#normal{
  width:700px;
  background-color:white;
  text-align:justify;
}

img#titel{
  float:right ;
  margin-bottom:0.0em;
  margin-left:1em;
  border:1px solid #002b79;
}

iframe#normal{
  border:1px solid #002b79;
  width:350px;
  height:290px;
}

img#normal{
  width:200px;
  height:120px;
  border: 1px solid #002b79
}

textarea#normal{
  border: 1px solid #002b79;
  color: #002b79;
  background-color: white;
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
}

input#normal{
  border: 1px solid #002b79;
  color: #002b79;
  background-color: white;
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
  margin-right:0;
  margin-left:0;
  margin-bottom:1px;
  padding:0.1em;
}

input#plz{
  z-index:1;
  border: 1px solid #002b79;
  color: #002b79;
  background-color: white;
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
  margin-right:-6px;
  margin-left:0;
  margin-bottom:1px;
  padding:0.1em;
  width:60px;
}

input#city{
  z-index:2;
  border: 1px solid #002b79;
  color: #002b79;
  background-color: white;
  font-size: 100%;
  font-family: Helvetica,Arial,sans-serif;
  margin-right:-6px;
  margin-left:0;
  margin-bottom:1px;
  padding:0.1em;
}


.b{
  color:white;
  font-size: 1em;
  font-family: Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-style:italic;
  background-color:#002b79;
  border: 1px solid #002b79;
}

.b:hover{
  color:#002b79;
  font-size: 1em;
  font-family: Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-style:italic;
  background-color:white;
  border: 1px solid #002b79;
}

p#verteilt{
  text-align:justify;
}

b#gross{
 font-size:1.3em;
}
