div#anzeige{
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    top: 120px;
    left: -770px;
    width: 765px;
    border: 2px solid #0037b5;
    height: 365px;
    background-color: #fff;
}
div#anzeige{
    -moz-border-radius: 3px;
    -webkit-border: 3px;
    border-radius: 3px;
}
div#row1{
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 760px;
}
div#close{
    position: absolute;
    top:0;
    right: 0;
    width: 80px;
    height: 19px;
}
div#row2{
    position: absolute;
    top: 21px;
    left: 0;
    width: 765px;
}
div#auto{
    float:left;
    width: 503px;
    height: 266px;
}
div#features{
    float: left;
    width: 245px;
}
div#features ul{
    padding: 0 0 0 1.5em;
    margin: 0;
}
div#row3{
    position: absolute;
    top: 290px;
    left: 0;
    height: 70px;
    width: 765px; 
}
div#text{
    float: left;
    width: 503px;
}
div#text h1{
    text-align: center;
    font-size: 1.6em;
    margin: 3px 0 0 0;
    padding: 0;
}
div#text h1 a{
    text-decoration: none;
}
div#preis{
    float:left;
    width: 240px;
    border: 2px solid red;
    margin-left: 5px;
}
.preistext{
    text-align: center;
    margin: 5px 0 2px 0;
    font-size: 1em;
}
.preistext a{
    color: red;
    text-decoration: none;
}
.preistext a:hover{
    text-decoration: underline;
}
.steuer{
    margin: 0 0 5px 0;
    text-align: center;
    font-size: .6em;
    color: #000;
}