body{
    background: url(../img/blue_dark_bg.jpg) repeat-x;
    background-position: 10px 82px;
    text-align: center;
}
#navigation{
    background: url(../img/navi_bg.gif) no-repeat;
    background-position: bottom center;
    height: 150px;
    margin-top: 40px;
    padding: 0px;
    width: auto;
}
#product_search_menu{
    background:url(../img/searchmenu_bg_glaeser.gif) no-repeat;
    background-position: bottom center;
    padding: 0px;
    width: auto;
}
#logo{
    background: url(../img/blue_logo.jpg) no-repeat;
    width: 235px;
    height: 100%;
}
h2.product_search{
    color: #494949;
    font-family: Arial,Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 10px;
}
p.product_search{
    color: #494949;
    font-family: Arial,Sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
#content_right h1{
    color: #494949;
    font-family: Arial,Sans-serif;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
}
.detail_box{
    background: url(../img/header_detailansicht_glaeser.gif);
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 460px;
}
* html .detail_box{
    height: 465px;
}
.detail_header_productname{
    color: #4E4E4E;
    font-family: Arial, Sans-serif;
    font-size: 22px;
    margin: 55px 0 0 20px;
}
/*IE6 HACK BEGIN*/
* html .detail_header_productname{
    margin: 50px 0 0 20px;
}
/*IE6 HACK END*/
.detail_content{
    float: left;
    margin: 20px 10px 0px 15px;
    /*width: 500px;*/
}
.detail_content img{
    float: left;
    margin: 5px 15px 0 0;
}
.detail_content_data{
    
    float: left;
    width: 250px;
    padding-bottom: 2px;
}
.detail_content_container{
    float: left;
    margin-top: 3px;
    width: 100%;
}
.detail_content_title {
    color: #505052;
    float: left;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    text-align: left;
    width: 60%;
}
.detail_content_stats{
    color: 4F4F4F;
    float: right;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    text-align: left;
    width: 40%;
}
.detail_footer{
    border-top: 1px solid #C8C8C8;
    background: url(../img/product_detail_footer_bg.jpg) repeat-x;
    float: right;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0px;
}

* html .detail_footer{
    margin-top: 0px;
}
.detail_footer li{
    float: left;
    list-style: none;
    margin-right: 0px;
    text-align: right;
    padding: 0px;
}
.list_style_picture_first{
    margin: 0px 5px 0px 250px;
}
.list_style_picture_next{
    margin: 0px 10px 0px 5px;
}