* {
    margin:     0;
    padding:    0;
    border:     0;
    font-family:Arial, sans-serif;
    vertical-align:top;
    overflow-x: hidden;
}

body {
    background: url(../images/dunkelblau.png);
    padding-top:20px;
}

a:hover { text-decoration:none; }

#kfz_hermanngasse {
    margin:     auto;
    width:      750px;
    height:     550px;
    overflow:   hidden;
}

#hermanngasse_gesmbh {
    background: url(../images/gelb.png);
    border:     1px solid #FFFFFF;
    height:     100px;
    overflow:   hidden;
    margin-bottom:5px;
}

#hermanngasse_gesmbh h1 {
    background: url(../images/index/bg_h1.png) no-repeat;
    height:     100px;
    font-size:  large;
    padding-top:20px;
    text-align: center;
}

#hermanngasse_leistungen {
    position:   relative;
    top:        -110px;
}

#hermanngasse_gesmbh ul { 
    margin-top: 40px;
    margin-left:155px;
    list-style-type:none;
}
#hermanngasse_gesmbh ul li {
    float:      left;
    margin-right:10px;
}
#hermanngasse_gesmbh img {
    margin-top: -10px;
}

.hide { display:none; }

#service {
    border:     1px solid #FFFFFF;
    background: url(../images/hellblau.png);
    height:     350px;
    overflow:   hidden;
}

#service a img { border:1px solid #FFFFFF; }
#gebrauchtwagen, #gebrauchtmotorraeder {
    position:   relative;
    top:        -345px;
    left:       485px;
}
#gebrauchtwagen img, #gebrauchtmotorraeder img { 
    display:    block;
    margin-top: 5px;
    margin-bottom:10px;
}
#gebrauchtmotorraeder img { margin-bottom:0; }

#adresse {
    position:   relative;
    top:        -172px;
    background: url(../images/dunkelblau.png);
    border:     1px solid #FFFFFF;
    width:      160px;
    text-align: center;
    float:      left;
}

#adresse img.pickerl {
    margin-top: 3px;
    margin-bottom:10px;
}

#adresse p {
    font-size:  small;
    color:      #FFFFFF;
    margin-bottom:7px;
}

#adresse p a { color:#FFFFFF; }

#leistungen { 
    float:      left;
    width:      310px;
    margin-top: 5px;
}

#leistungen ul { 
    list-style-type:none;
    width:      290px;
}
#leistungen ul li {
    margin-right:7px;
    font-size:  small;
    padding-right:7px;
    float:      left;
    background: url(../images/index/bg_leistungen_li.png) center right no-repeat;
    margin-bottom:5px;
}
#leistungen ul li.keinsep {
    margin-right:0;
    padding-right:0;
    background: none;
}
#leistungen ul li a { color:#FFFFFF; }

#webdesign {
    clear:      both;
    margin-top: 10px;
}
#webdesign, #webdesign a {
    color:      #FFFFFF;
    font-size:  x-small;
    text-decoration:none;
}

#enter {
    margin-top: 20px;
    margin-right:70px;
    float:      right;
}

