body {
  background: #fff; 
  overflow:auto; 
  font-size:14px; 
  font-family:arial, 
  sans-serif; 
  color: black; 
  text-align: justify;
  }
#counter {
  position: absolute;
  bottom: 0;
  left: 0;
  }
#menue {
  position: relative;
  top: 0;
  left: 0;
  }
#black {
  background: #000; 
  }
#container {
  margin: 0 auto;
  width: 780px;
  height: 429px;
  background: url(img/hintergrund.jpg) #fff; 
  background-repeat: no-repeat; 
  background-position: bottom right;
  }
table.center {
  border: 0px;
  width: 100%;
  height: 100%;
  }
td.center {
  vertical-align: middle; 
  background: #000;
  }
img {border:0px;}
a:link {
  color:#595959; 
  text-decoration:none;  
  cursor: hand; 
  font-weight: normal; 
  padding-left: 10px;
  }
a:active {
  color: #595959; 
  cursor: hand; 
  font-weight: normal; 
  text-decoration:none; 
  padding-left: 10px;
  }
a:visited {
  color:#595959; 
  cursor: hand; 
  font-weight: normal;
  text-decoration:none; 
  padding-left: 10px;
  }
a:hover {
  color: #808080; 
  text-decoration:none; 
  cursor: hand; 
  font-weight: normal; 
  padding-left: 10px; 
  background: url(img/linkbackrot.gif) white;
  }