ul#Navigation {
  margin: 0;
  padding: 5px;
  text-indent:0;
  float: left;
  width:165px;
  height:450px;
  background-color:#0B2D8C;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size:1em;
  font-weight:bold

  border-right-width:3px;
  border-right-style:solid;
  border-left-width:3px;
  border-left-style:solid;
  border-color:#E7E7E7;
}
  
ul#Navigation li {
text-align:left;
margin-left:10px;
    list-style: none;
    margin-top: 10px;
}

ul#Navigation a, ul#Navigation span {
    text-decoration: none;
    font-weight: bold;
    color:#E0DDE7;
}

ul#Navigation a:hover, ul#Navigation span {
    color:#2B7EFA;
}

ul#Navigation li#Adr {
text-align:left;
margin-left:10px;
    list-style: none;
    margin-top: 50px;
font-size:80%;
}

.kopf {
height:110px;
background-color:#88E0FD;
text-align:center;

/*vertical-align:bottom;
position: relative;*/
}
.kopf img {
position:relative; top:20px;
width:800px;
}

.seitenhintergrund {
border-top-width:3px;
border-top-style:solid;
border-color:#E7E7E7;

text-align:center;
}

.seite {
width:800px;
}

.inhalt {
overflow: auto;
padding:5px;
float: left;
width:605px;
/*bei IE width:620px;*/
height:450px;
min-height:450px;
background-color:#FFFFFF;
text-align:left;
font-size:0.9em;
color:#0B2D8C;
vertical-align:top;

border-right-width:3px;
border-right-style:solid;
border-color:#E7E7E7;
}

.inhalt h1 {
font-size:1.2em;
}

.inhalt h2 {
font-size:1em;
}

.inhalt td {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size:0.9em;
color:#0B2D8C;
}

.inhalt th {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size:0.9em;
font-weight:bold;
text-align:left;
color:#0B2D8C;
}

.inhalt input, textarea {
font-family: Tahoma,Helvetica,Arial,sans-serif;
font-size:0.9em;
color:#0B2D8C;
border-color:#0B2D8C;
border-style:solid;
border-width:1px;
}

.inhalt input#senden {
background-color:#FFFFFF;
}

.Liste{
margin: 0;
padding-left: 15px
}

img {
border-color:#0B2D8C;
}

body, html {
margin:0;
font-family: Tahoma,Helvetica,Arial,sans-serif;
background-color:#2B7EFA;
 scrollbar-3dlight:#FFFFFF;
 scrollbar-arrow-color:#FFFFFF;/*Pfeil*/
 scrollbar-darkshadow-color:#0B2D8C;/*Äußerer Schatten*/
 scrollbar-face-color:#0B2D8C;/*Preilfläche und Laufleiste*/
 scrollbar-highlight-color:#FFFFFF;/*Pfeilschatten*/
 scrollbar-shadow-color:#FFFFFF;/*Pfeil schatten (nicht benötigt)*/
 scrollbar-track-color:#FFFFFF;/*Hintergund*/
/* overflow:hidden;/*

}