 body {
    margin: 0px;
    padding: 0px;
    background-color: #444;
}

#site {
    background-color: #fff;
    width: 1000px;
}

#header {
    overflow: hidden;
}

#header #logo {
    float: left;
    margin-left: 10px;
}


#cart {
    height: 90px;
    width: 260px;
    position: absolute;
    background-image: url(img/cart-bg.jpg);
    background-repeat: no-repeat;   
    margin-top: 23px;
    margin-left: 370px;
    padding: 20px 0px 0px 90px;
    
}

html>body #cart {
    margin-top: 23px;   
    width: 180px;
    height: 80px;
}

#header #header-right {
    float: right;

}
#header #super-menu {
    text-align: right;
}

#header #car-selection {
    text-align: right;  
}

#header-bar {
    clear: both;
    background-image: url(img/headerbar.jpg);
    background-repeat: repeat-x;
    height: 41px;
    overflow: hidden;
    margin-top: 3px;
}

#search {
    margin-top: 8px;
    margin-left: 5px;
}

html>body #search {
    padding-top: 0px;
}

#menubar {
    padding-top: 20px;
    position: absolute;
    margin-top: 64px;
width: 500px;
margin-left: 500px;
}


html>body #menubar {
    position: absolute;
    margin-top: 70px;
}

#menubar #typo_menue {
padding-left: 100px;
    width: auto;
    overflow: hidden;
    margin-top: 30px;
}

html>body #menubar #typo_menue {
    padding-top: 0px;
    margin-top: -10px;
}

#rootline {
    clear: both;
    background-color: #000;
}

#content table, #content td, #content tr {
    padding: 0px;
    margin: 0px;
}

#copyright {
    margin-top: 10px;   
}

#contenttext {
    width: 550px;
    margin: 0px 10px 0px 10px;
}

#shop_init {
    position: absolute;
    visibility: hidden;
    height: 0px;
}

#backlink, #webisco-step-up {
    clear: both;
    background-image: url(icon/backlink.jpg);
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 25px;
    padding-top: 3px;
    margin: 10px;
    margin-top: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#backlink a, #webisco-step-up a {
    color: #dd5b0d;
}
