body {

background-image: url(background.jpg);
background-color: rgb(40 40 40);
width: 900px;
height: 600px;

}

#main {
margin: 0 auto;
width: 900px;
heigth: 600px;
color: white;
font-family: helvetica;
}

#foto {
margin-top: 50px;
margin-left: 50px;
padding-top: 10px;
float: left;
}

#headline {
padding-top: 83px;
font-size: 20pt;
font-weight: bold;
text-shadow: black 3px 3px 3px;
}

#headline2 {
font-size: 16pt;
font-weight: bold;
}

#kontaktblock {
position: relative;
left: 100px;
top: -50px;
/*vertical-align: top;*/
font-size: 10pt;
color: white;
}

a {
color: white;
text-decoration: none;
}
