body {
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-image: url(../img/bodybg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
div.centeringContainer {
    width: 880px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
input.btn, input.std, select.std, textarea.std {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
}
div.Menu {
    height: 50px;
    background-image: url(../img/topmenu_bg.png);
}
div.Menu div.MainLink {
    float: left;
    position: relative;
    z-index: 1008;
}
div.Menu a.MainLink {
    display: block;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
div.Menu:hover .Selected:hover {
    background-image: url(../img/topmenu_bghover.png);
}
div.Menu .Selected {
    background-image: url(../img/topmenu_bgselected.png);
}

#Contact input.c {
    background-image: url(../img/contact_textbox.gif);
    height: 20px;
    border: 0px;
    width: 200px;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    color: #666666;
    margin-top: 4px;
}
#Contact textarea {
    background-image: url(../img/contact_textarea.gif);
    border: 0px;
    width: 195px;
    height: 53px;
    color: #666666;
    font-weight: bold;
    padding: 5px;
    margin-top: 3px;
}
#Contact input.s {
    background-image: url(../img/contact_send.gif);
    border: 0px;
    height: 27px;
    width: 71px;
    font-weight: bold;
    color: #666666;
    margin-top: 3px;
}

div.PriceBox {
    background-image: url(../img/product_list_pricetag.gif);
    line-height: 33px;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    font-weight: bold;
    width: 390px;
}
div.WebshopSteps {
    line-height: 36px;
    width: 502px;
    background-image: url(../img/webshop_steps.gif);
}