html,body,h1,h2,h3,ul,li {
margin: 0;
padding: 0;
}

html {
background: url("../images/layout/patroon.jpg") center center repeat;
}

#super_container {
width: 880px;
margin: 0 auto;
}

#verloop {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 624px;
z-index: -10;
}

#container {
float: left;
width: 100%;
}

#container_shadow_top {
height: 14px;
width: 100%;
}

#container_shadow_middle {
position: relative;
float: left;
width: 880px;
}

#container_shadow_bottom {
float: left;
height: 12px;
width: 880px;
}

#kk_label {
position: absolute;
right: 0px;
bottom: 0px;
width: 40px;
height: 161px;
background: url("../images/layout/kk_label.png") center center no-repeat;
z-index: -5;
}

#content_container {
position: relative;
float: left;
width: 800px;
margin: 0px 40px 0px 40px;
}

/* START MENU */

#menu {
position: absolute;
top: 150px;
right: 18px;
width: 126px;
height: 38px;
z-index: 50;
}

#menu li {
width: 38px;
height: 38px;
float: left;
margin-right: 4px;
}

#menu a {
display: block;
width: 38px;
height: 38px;
}

#btn_home {
background: url("../images/layout/btn_home.png") center center no-repeat;
}

#btn_home:hover {
background: url("../images/layout/btn_o_home.png") center center no-repeat;
}

#btn_products {
background: url("../images/layout/btn_products.png") center center no-repeat;
}

#btn_products:hover {
background: url("../images/layout/btn_o_products.png") center center no-repeat;
}

#btn_contact {
background: url("../images/layout/btn_contact.png") center center no-repeat;
}

#btn_contact:hover {
background: url("../images/layout/btn_o_contact.png") center center no-repeat;
}

/* END MENU */

#header {
position: relative;
height: 166px;
z-index: 10;
}

#logo,#logo a {
width: 150px;
height: 140px;
display: block;
}

#main_content {
padding: 13px 13px 0px 13px;
background: url("../images/layout/bg_content.jpg") #90C329 center center repeat-y;
}

#content_left {
}

#content_center {
margin: 0 8px 0 10px;
}

#content_right {
float: right;
padding-top: 15px;
}

#content_left,#content_right {
width: 142px;
}

#content_left,#content_center {
float: left;
}

#cart {
position: relative;
height: 31px;
background-color: #FFFFFF;
}

#cart_icon {
width: 32px;
height: 31px;
background: url("../images/layout/cart_icon.jpg") center center no-repeat;
}

#cart_icon a {
display: block;
width: 32px;
height: 31px;
}

#cart_items {
top: 0px;
}

#cart_total {
top: 16px;
}

#cart_items, #cart_total {
position: absolute;
left: 32px;
height: 15px;
width: 90px;
padding: 0 3px 0 3px;
background-color: #EDF4E2;
}

#cart_btn_order {
width: 54px;
height: 15px;
float: right;
margin-top: 5px;
background-color: #87B33B;
}

#footer {
height: 25px;
}