img {
border: 0;
}

body{
height: 101%;
background-image: url('../pics/dellenentfernung.jpg');
background-repeat: repeat-x;
background-color: #e4e4e4;
font-family: Helvetica, Arial, Times New Roman;
font-size: 13px;
color: #333;
}

#beulendoktor{
margin-top: 10px;
position: absolute;
width: 900px;
height: auto;
left: 50%;
margin-left: -450px;
background-color: #FFF;
}

#header{
width: 900px;
height: 95px;
background-color: #FFF;
padding-top: 10px;
padding-bottom: 10px;
}

#hagelschaden{
background-color: #FFF;
}

#navigation{
margin-top: 50px;
float: left;
}

#navigation ul{
list-style: none;
}

#navigation li{
margin-top: 7px;
}

#navigation a:hover{
color: #333;
}

#navigation a{
color: #666;
text-decoration: none;
}

#main{
background-color: #FFF;
}

#content{
padding: 30px 50px 100px 250px;
text-align: justify;
}

#content a{
text-decoration: none;
color: #999;
font-weight: bold;
}

#content a:hover{
color: #666;
}

#hagelmelder{
width:154px;
height:160px;
top: 0px;
left: 0px;
position: absolute;
margin-top: 75px;
margin-left: 827px;
}

#hagelmelderbild {
width:154px;
height:160px;
top: 0px;
left: 0px;
position: absolute;
background-image: url('../pics/hagelmelder.jpg');
repeat: no-repeat;
z-index:5;
}

#hagelmelderbild:hover {
background-image: url('../pics/hagelmelder_hover.jpg');
repeat: no-repeat;
z-index:5;
}

#footer{
padding-bottom: 5px;
}

#footer a{
text-decoration: none;
color: #999;
}

.active{
color: #666;
font-weight: bold;
}