body {
    margin:0;
    padding:0;
    background:url(grafik/bg.png) repeat-x #013334;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#656565;
}

div.site {
    width:1000px;
    margin:15px auto 0 auto;
    background:#fff;
    padding-top:1px;
}

div.header {
    position: relative;
    margin: 0 auto;
    background:url(grafik/header.png) no-repeat;
    height:173px;
    width:998px;
    border-bottom:1px solid #9a9899;
}

div.logo {
    float:left;
    margin:23px 0px 0px 123px;
}

div.header_buttons {
    position: absolute;
    bottom: 20px; right: 20px;
    margin:6px 15px 0px 0px;
    z-index: 1;
}

div.header_buttons a {
    color:#fff;
    font-size:10px;

}

div.login_button {
    width:86px;
    height:23px;
    padding:8px 0 0 0px;
    text-align:center;
    background:url(grafik/login.png) no-repeat;
    float:left;
    margin-right:5px;
}

div.cart_button {
    width:99px;
    height:23px;
    padding:8px 0 0 0px;
    text-align:center;
    background:url(grafik/cart_button.png) no-repeat;
    float:left;
    margin-right:5px;
}

div.checkout_button {
    width:66px;
    height:23px;
    padding:8px 0 0 0px;
    text-align:center;
    background:url(grafik/checkout_button.png) no-repeat;
    float:left;
}

div.top_menu {
    background: url(img/top_menu.png) repeat-x;
    float:left;
    padding: 0;
    margin:23px auto 0 auto;
}

div.menu_link {
    float:left;
    margin-right:5px;
    /*padding-top: 10px;*/
}
div.menu_link a{
    color:#fff;
    line-height: 31px;
    font-size:11px;
    text-decoration:none;
}
div.menu_link a:hover {
    text-decoration:underline;
}
div.menu_sep {
    float:left;
    width:2px;
    height:30px;
    background:url(grafik/menu_sep.png) no-repeat;
    margin:0 10px 0 10px;
}

div.where {
    width:978px;
    height:19px;
    margin:auto;
    background:url(grafik/where_bg.png) repeat-x;
    padding:10px 10px 0 10px;
    color:#999999;
}
div.where a {
    color:#999999;
    text-decoration:none;
}
div.where a:hover {
    text-decoration:underline;
}
div.w_left {
    float:left;
}

div.w_right {
    float:right;
}


div.cont {
    width:998px;
    margin:auto;
    background:url(grafik/cont_bg.png) repeat-x;
    padding-top:20px;
}

div.left {
    width:185px;
    float:left;
    margin:0 0 0 10px;
}

div.round_head{
    height:19px;
    width:175px;
    background:url(grafik/round_head.png) no-repeat;
    color:#fff;
    font-weight:bold;
    padding:7px 0 0 10px;
}

div.catlist {
    background:url(grafik/cat_list_bg.png) repeat-x #05181c;
}

div.left_wrap {
    width:183px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
div.left_cont {
    width:163px;
    padding:10px 10px;
    margin-bottom:15px;
}

input.search_text {
    width:170px;
    height:17px;
    border:none;
    background:url(grafik/search_bg.png) no-repeat;
    padding:3px 0 0 5px;
    font-size:10px;
    color:#989898;
}

input.search_button {
    width:55px;
    height:23px;
    background:url(grafik/search_button.png) no-repeat;
    border:none;
    cursor:pointer;
    float:right;
    margin:10px 3px 0 10px;
}

input.login_button {
    width:83px;
    height:23px;
    background:url(grafik/login_button.png) no-repeat;
    border:none;
    cursor:pointer;
    float:right;
    margin:10px 3px 0 10px;
}
input.send_button {
    width:83px;
    height:23px;
    background:url(grafik/send_button.png) no-repeat;
    border:none;
    cursor:pointer;
    float:right;
    margin:10px 3px 0 10px;
}

div.left_header {
    width:173px;
    height:19px;
    background:url(grafik/left_header.png) no-repeat;
    color:#fff;
    font-weight:bold;
    padding:7px 0 0 10px;
}

div.headers {
    float:left;
    margin-left: 10px;
    width: 775px;
    height:85px;
}

div.middle {
    float:left;
    margin: 0 0 0 10px;
    width:577px;
    margin-top:15px;
}

div.header_start {
    width:567px;
    height:19px;
    background:url(grafik/header_start.png) no-repeat;
    padding:7px 0 0 10px;
    font-size:10px;
    font-weight:bold;
    color:#fff;

}

div.cont_hr {
    width:574px;
    height:53px;
    background:url(grafik/inner_cont_hr.png) repeat-x;
    border:none;
}

div.middle_cont {
    border:1px solid #ccc;
    width:554px;
    padding:10px;

}

div.prod_box {
    width:120px;
    text-align:center;
    float:left;
    margin:15px 15px 0 0 ;
    height:150px;
}

div.prod_img {
    height: 130px;
}

div.prod_name {
    font-weight:bold;
}

div.right {
    float:right;
    width:185px;
    margin:15px 10px 0 0;

}

div.r_cont {
    width:183px;
    border:1px solid #ccc;
    padding:10px 0;
}

div.r_hr {
    width:183px;
    height:53px;
    background:url(grafik/inner_cont_hr.png) repeat-x;
}

div.erbj {
    text-align:center;
}

input.buy_button {
    width:55px;
    height:23px;
    background:url(grafik/button.png) no-repeat;
    border:none;
    cursor:pointer;
}

div.k_footer {
    background:url(grafik/footer_bord.png) repeat-x;
    padding:15px 10px;
    margin:15px 0;
}

div.k_f_left {
    float:left;
}
div.k_f_right {
    float:right;

}

div.banner_image {float:left; margin-right: 9px;}


#navigation {
    list-style-type: none;
    background: url(img/navigation.png) repeat-x;
    margin: 0; padding: 0;
    position: relative;
    top: -31px;
}

#navigation li {
    float: left;
}

#navigation a {
    background: url(grafik/menu_sep.png) no-repeat top left;
    color: white;
    display: block;
    line-height: 31px;
    padding: 0 10px;
}

#navigation a:hover {
    text-decoration: underline;
}

#navigation > li:first-child > a {
    background: none;
}