body {
  background: white;
  font-family: Times, „Times New Roman“, serif;
  font-size: 12pt 
}

body a:link:after, body a:visited:after {
  content: " (" url(pfeil.gif) attr(href) ") ";
  font-weight: normal;
  font-size: 80%;
  
}

body div#Navigation {
display: none;
}



body div#Container {
  width: 100%;
}
  
  div#Inhalt {
    width: 75%;
    text-align: left;
    float: left;
    margin: 20px;
  }
  div#Quicklinks {
    width: 20%;
    text-align: left;
    float: left;
  }
