body {
    color: black; background-color: white;
    font-size: 10pt;
    font-family: Verdana,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

h1 {
    font-size: 12pt;
}

h2 {
    font-size: 10pt;
}

a {
    color:#003366;
    text-decoration: none;
}

#fixiert {
    position: absolute;
    top: 0; left: 0;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

div#logo {
  position: relative; top: -53px; left: auto; right: auto; bottom:auto;
  margin-left: auto; margin-right:auto; margin-top: 0px;
  width: 1024px;

}

div#hintergrund {
    position: relative; top: -50px; left: auto; right: auto; bottom:auto;
    margin-left: auto; margin-right:auto; margin-top: 0px; margin-bottom: 0px;
    padding: 0px;
    border: solid #c1dde9 1px;
    width: 1024px; height:970px;
}

div#header {
    position: relative; bottom:auto; top:auto;
    font-size: 8pt;
    margin-left: auto; margin-right: auto; margin-top:1px; margin-bottom: 0px;
    text-align: left;
    background-color: white;
    width: 1022x;
    height: auto;
}

div#navileiste {
    position: relative; top: auto;  bottom:auto;
    font-size: 8pt;
    margin-left: auto; margin-right: auto; margin-top:20px; margin-bottom: 0px;
    text-align: center;
    height: auto;
    width: 1024px;
    height: 30px;
}

.normal {
	background-color: #c1dde9;
}

.leer {
	background-color: #ffffff;
}

.intern {
	background-color: #FF8000;
}

div#navileiste a {
    display: block;
    color: black;
    padding: 8px;
    font-weight: bold;
}

div#navileiste a:link {
    color: black;
}

div#navileiste a:visited {
    color: black;
    background-color: #c1dde9;
}

div#navileiste a:hover {
    color: black;
    background-color: #446181;
}

div#navileiste a:active {
    color: white;
    background-color: #c1dde9;
}

div#inhalt {
    position: relative; top:0px; bottom: 0px;
    margin-left: 5px; margin-right:auto; margin-top: 25px;
    height: 600px;
    background-color: #white;
    filter: alpha(opacity=80);
    color: #446181;
    font-size: 7pt;
    width: 1014px;
    overflow-y: scroll
}

div#impressumlink {
    position: relative; bottom: 0px; left: 0px; right:0px;
    margin-left: 5px; margin-right: auto; margin-top:10px;
    vertical-align: bottom;
    color: #446181;
    font-size: 7pt;
    width: 790px;
}

table {
  border-width:0px;
  padding:0px;
  margin:0px;
  border-collapse:collapse;
}

.zelle1, .zelle2, .zelle3 {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:1px;
  margin:1px;
  border-collapse:collapse;
}

.zelle1 {
  background: #white;
}

.zelle2 {
  background: #c1dde9;
}

.zelle3 {
  background: #a9a9a9;
}
