* {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Arial;
color: #777;
}
body {
background-color: #DCDCDC;
text-align: left;
background-repeat: repeat-x;
background-image: url(background.jpg);
}

#webseite {
margin: auto;
margin-top: 49px;
text-align: center;
width: 800px;
}

#baustelle {
height: 602px;
background-image: url(baustelle.jpg);
}
#info {
margin-top: 10px;
text-align: left;
}
#info #adresse {
float: left;
}
#info #kontakt {
float: right;
}

.invis {
display: none;
}

table tr td {
line-height: 12px;
}
table tr td a {
text-decoration: none;
}
table tr td a:hover {
text-decoration: underline;
}