body {
  top:50px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background-color: #C6E2FF;
 }

header {
  position:fixed;
  height:50px;
  top:0px;   left:0px;
  right:0px;
  background-color: #C6E2ff;
  text-align:center;
  padding:0px;
 }

footer {
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  background-color: #C6E2ff;
  text-align:center;
  height:10px;
  color: #888888;
  font-size:8px;
  padding:10px;
 }

h1 {
  text-align: center;
 }

h2 {
  text-align: center;
 }

p {
  text-align: left;
 }

a {
  color: #00008B;
  font-weight: bold;
 }

a:visited {
  color: #3366CC;
  font-weight: bold;
 }

a:active {
  color: #ff0000;
  text-decoration: none;
 }

a:hover {
  color: #ffffff;   background-color: #00008B;
  font-weight: bold;
 }

#test {
  text-align:right;
  color: #8888FF;
  font-size:18px;

#rahmen {
  border: solid #000000 1px;
  padding: 15px;
 }

#navigation li {display: inline; padding: 10px;}