/* CSS Document */
body {
  background: #fff;
  color: #000;
  font-family: 'Times New Roman',Times,serif;}

#nav {display: none;}
#title {display: none;}
#content
{ background:#fff;
  color: #000;}
#foot{
  display: block;
  text-align: center;
  background:#fff;
  color: #000;
  font-size:x-small;}

#adressblock{
  font-size:small;}

a.oben {display: none;}

table {
  background: #fff;
  font-size: small;
  color #000;}
table th {
  background: #ccc;
  color: #000;}

a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #000;}