* {
    margin: 0;
    padding: 0;
    outline: none;
}


.none {
    position: absolute;
    left: -9999px;
    top: -9999px;
}


.fancydialog {
    display: none;
}


#Container {
    width: 890px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
    
#Header {
    overflow: hidden;
    height: 1%;
}
    #Logo {
        float: left;
        width: 550px;
        height: 80px;
        background: url(../i/bg_logo.png) no-repeat left top white;
    }
        #Logo a {
            text-indent: -9999px;
            display: block;
            height: 100%;
        }
    
    #Address {
        width: 331px;
        background: url(../i/bg_dotted_vertical.gif) repeat-y left top;
        float: right;
        margin: 0 0 10px 0;
        font-size: 13px;
    }
        #Address dl {
            display: block;
            margin: 0 0 2px 12px;
            overflow: hidden;
            height: 1%;
        }

        #Address dt {
            display: block;
            margin: 0 0 15px 0;
        }
        
        #Address dd {
            float: left;
            width: 156px;
        }


#Brandselection {
    background: url(../i/bg_autohaus.jpg) no-repeat left top white;
    height: 375px;
    position: relative;
}
    #Brandselection h2 {
        font-size: 15px;
        color: white;
        text-transform: uppercase;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        text-shadow: #666666 1px 2px 2px;
        letter-spacing: 1px;
        margin: 0;
    }
    
    #Brandselection ul {
        list-style-type: none;
        position: absolute;
        bottom: -120px;
        left: 345px;
        right: 0;
    }
        #Brandselection li {
            width: 165px;
            height: 105px;
            float: left;
            display: block;
            margin: 0 5px;
            background: url(../i/bg_branditem.png) no-repeat left top;
            position: relative;
        }
        
        #Brandselection a {
            display: block;
            height: 100%;
            font-size: 12px;
            font-weight: bold;
            background-repeat: no-repeat;
            background-position: center top;
            text-decoration: none;
        }
            #Brandselection a:hover span,
            #Brandselection a:focus span,
            #Brandselection a:active span {
                color: #666666;
                background-position: left -137px;
            }
            #Brandselection a span {
                color: #999999;
                position: absolute;
                left: 10px;
                bottom: 5px;
                padding: 0 0 0 18px;
                background: url(../i/bg_link_more.gif) no-repeat left 3px;
            }


#Body {
    margin: 140px 0;
    padding: 0px 10px;
    font-size: 13px;
}


#Footer {
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    text-align: right;
}
    #Footer a {
        color: #666666;
    }
