body {
  background-color: #7ec28a;
 
}

#cont{ 
  text-align: center;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.5em;
}

#cont h1 { 
  background: transparent url("pic/barockstadt_schrift.png") no-repeat top center;
  height: 98px;
}

#cont img {
  height: auto;
  border: 0;
}

#cont h1 span { 
  display: none; 
} 

#w3c { 
  position: absolute;
  bottom: 0px;
  right: 10px;
}

a { 
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
  color: #3a593f;
  font-size: 14px;  
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
}

