body {
  background-image:url(img/background.jpg);
  background-repeat:repeat;
  font-family: "Verdana"; sans-serif;
 }
 
 #container {
 margin: 0 auto;
 width: 500px;
 }
 
 h1 {
 font-size: 16px;
 color: #999999;
 line-height: 170%;
 font-weight: normal;
 }
 
 p {
 font-size: 12px;
 text-align: center;
 color: #6c6c6c;
 line-height: 160%;
 }
 
table.anschrift {
 font-size: 17px;
 color: #c3c3c3;
 line-height: 140%;
 }

table, td.icon {
 vertical-align: top;
 padding-top: 7px;
 padding-right: 10px;
 }

table {
margin-left: 118px;
}

div.angebote {
margin-top: 40px;
margin-left: 118px;
}
 
div.logo {
margin-top: 40px;
margin-left: 80px;
 }
 
 div.impressum {
 margin-top: 80px;
 }
 
 .text {
 margin-top: 60px;
 }
 
 a.adresse {
 color: #848484;
 text-decoration: none;
 }
 
 a.adresse:hover {
 color: #fff;
text-decoration: none;
 }
 
 a.impressum {
 color: #979797;
 text-decoration: none;
 }
 
 a.impressum:hover {
color: #fff;
-moz-transition: all 1s linear;
 }
 