html, body {
  background-color: #F0FFFF;
  font-family: 'Verdana', sans-serif;
  }

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 12em;
  font-size: 0.8em;
  text-align: center;
  background-color: #D9EEFF;
  margin: 0;
  padding: 10px 0 0 0;
}

#links {
  position: absolute;
  top: 85px;
  left: 0;
  bottom: 0;
  width: 11em;
  font-size: 0.8em;
  padding: 1em 0 0 1em;
  list-style-type: none;
  background-color: #D9EEFF;
  margin: 0;
}
#links li {
  margin: 0 0 0.2ex 0;
}
#content {
  font-size: small;
  margin: 0 0 0 13em;
}
#eXTReMe { text-align: center;
padding-top: 1em; }

td { 
 padding: 0.5ex;
 vertical-align: top;
 
}
table.weblinks { 
 border: 1px solid #A9A9A9;
 border-collapse: collapse;
 background-color: #DDFFFF;
}
table.weblinks td { 
 border: 1px solid #A9A9A9;
}
table.border { 
 border-collapse: collapse;
}
table.border td { 
 padding: 1ex;
 }

.rot { background-color:#F00; }
.blau { background-color:#00f; }
.weiss { background-color:#fff; }
.gold { background-color:#FFA500 }
.schwarz { background-color:#000 }
.gelb { background-color:#FF0 }
 
 
.bildunterschrift {
 font-size: x-small;
}
.fetter {
 font-size: samll;
 color:#000000;
 font-weight: bold;
 }
 .fett {
  font-size: x-small;
  color: #000000;
  font-weight: bold;
 }
.navigation {
  font-size: xx-small;
  color: #000000;
  text-align: left;
}
h1 {
 color:#000080;
}
.rot14 {
 font-size: 14pt;
 display: inline;
 color:#ff0000;
 text-align: center;
}
.rot12 {
 font-size: medium;
 display: inline;
 color:#ff0000;
 font-weight: bold; 
 text-align: center;
}
.blocksatz {
 font-size: medium;
 color: #000000;
 text-align: justify;
}
a:link {
  color: #000080;
 text-decoration: none;
}
a:visited {
  text-decoration: none;
 color: #800080;
}
a:hover {
  color: #4444ff;
 text-decoration: underline;
}
.referenz {
  font-size: xx-small;
 color: #000000;
} 
#footer {
  font-size: small;
  margin: 0 0 0 13em;
}
#footer p {
font-size: x-small;
}