/* reset */

html {
    color: #000;
    background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

del, ins {
    text-decoration: none
}

li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000
}

/* custom */
body, html {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #424343;
}

:focus {
    outline: 0;
}

body {
    padding-top: 20px;
}

h3 {
    color: #E33F4E;
}

a, a:hover, a:visited {
    color: #D5070E;
    text-decoration: none;
}

a, a:hover, a:active, a:focus, li, img, input {
    outline: 0;
}

p {
    padding-bottom: 8px;
}

li {
    list-style: disc inside url("/images/bullit.png");
}

#body_top, #body, #body_foot {
    position: relative;
    margin: 0 auto;
    width: 1086px;
}

#body_top {
    height: 223px;
    overflow: hidden;
}

#body_foot {
    min-height: 20px;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 980px;
    min-height: 380px;
    padding: 0 30px 10px;
    background-color: #fff;
}

#box_header {
    width: 1045px;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

#header_logo {
    width: 400px;
    height: 97px;
    float: left;
    position: relative;
}

#header_lang {
    float: right;
    position: relative;
    width: 245px;
    top: 11px;
    text-align: right;
    color: #fff;
    padding-right: 60px;
    font-size: 10px;
    z-index: 999;
}

#header_lang a {
    color: #fff;
    margin-left: 4px;
}

#header_search {
    float: right;
    position: relative;
    width: 245px;
    height: 34px;
    top: -20px;
}

#search_field:focus {
    color: #000;
}

#search_field {
    border: 1px solid transparent;
    background: #f5f5f5;
    height: 26px;
    line-height: 26px;
    right: 71px;
    margin-top: 7px;
    position: absolute;
    text-align: left;
    padding:0 5px;
    width: 156px;
    color: #000;
}

#header_callus {
    position: relative;
    width: 300px;
    float: left;
    top: -17px;
    text-align: right;
    line-height: 33px;
    color: #000;
}

#header_callus span {
    color: #000;
}

#search_submit {
    position: absolute;
    border: 1px solid transparent;
    color: #fff;
    right: 0px;
    margin-top: 7px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    width: 70px;
    height: 26px;
    line-height: 26px;
    background: #D5070E;
}

#header_menu {
    bottom: 0;
    position: absolute;
    right: 0;
}

#slideshow {
    height: 200px;
    position: relative;
    top: 20px;
    margin-left: 21px;
    width: 1046px;
    overflow: hidden;
}

#slideshow_title {
    background-image: url("/images/backgr_slider.png");
    background-repeat: repeat;
    bottom: 3px;
    height: 60px;
    margin-left: 21px;
    position: absolute;
    width: 1046px;
    z-index: 10;
}

#slideshow_title h1 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    padding: 12px 20px 0 40px;
}

#slideshow_nav {
    position: absolute;
    bottom: 15px;
    right: 48px;
    z-index: 99;
}

#slideshow_nav a {
    color: #fff;
    background-color: #D5070E;
    line-height: 30px;
    width:30px;
    display: inline-block;
    text-align: center;
    margin-left:5px;
}

#slideshow_nav a.activeSlide {
    font-weight: 700;
}

#slideshow_nav a:focus {

}

#footer_menu, #footer_icons {
    position: relative;
    float: left;
    width: 985px;
    margin-top: 0px;
    padding: 10px 30px;
    margin-left: 21px;
}

#footer_menu {
    background-color: #f5f5f5;
    margin-top: 60px;
}

#footer_icons {
    margin-bottom: 10px;
}

#footer_contact {
    float: right
}

#footer_contact img {
    padding-right: 20px;
    top: 10px;
}

#credits {
    padding-top: 17px;
    font-size: 11px;
    color: #F3CCCF;
    margin: 0px 51px;
}

#credits a, #credits a:hover, #credits a:visited {
    font-size: 11px;
    color: #F3CCCF;
    text-decoration: none;
}

#header_menu li {
    height: 40px;
    padding: 0 0 20px 40px;
    font-size: 18px;
    display: inline;
    float: left;
}

#header_menu li a {
    color:#000;
}

#sm_icons {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

#sm_icons a {
    margin-left: 3px;
}

#container h1 {
    margin: 30px 0;
    font-size: 18px;
}

#breadcrumbs {
    margin-top: 5px;
}

#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:visited {
    text-decoration: none;
    color: #e33f4e;
}

#footer_menu ul {
    display: block;
    float: left;
    margin: 0;
    min-width: 148px;
    padding-right: 20px;
}

#footer_menu li {
    line-height: 20px;
    list-style: none;
    list-style-image: none;
}

#content {
    position: relative;
    float: left;
    width: 400px;
    padding-left: 40px;
}

#content h1 {
    margin-top: 5px;
    color: #D5070E;
}

#content_startpage h1 {
    color: #D5070E;
}

#content_startpage {
    position: relative;
    float: left;
    width: 400px;
    padding-right: 40px;
}

#content_nav {
    position: relative;
    float: left;
    width: 282px;
    min-height: 44px;
    z-index: 4
}

#content_nav_right {
    position: relative;
    float: right;
    width: 282px;
    min-height: 44px;
    z-index: 4
}

#content_nav_title h1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 0px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

#content_nav_title {
    position: relative;
    float: left;
    width: 282px;
    min-height: 35px;
    z-index: 4
}

#content_nav_box {
    position: relative;
    top: 10px;
    min-height: 44px;
    margin: 0;
    padding: 10px 0px;
}

#content_nav_box ul {
    padding-left: 0;
}

#content_company_box {
    position: relative;
    top: 15px;
    min-height: 44px;
    margin: 0 6px;
    padding: 10px 10px 20px;
}

#content_company_box div {
    padding-bottom: 25px;
    text-align: justify;
    width: 249px;
}

#content_company_box img {
    padding-bottom: 7px;
}

#content_company_box span {
    color: #E33F4E;
    padding-right: 5px;
}

#content_company_box a {
    margin-left: 10px;
}

#shop_message {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    background-color: #fff;
    min-width: 100px;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #D5070E;
    -webkit-box-shadow: 0px 0px 4px 0px #ffffff; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 0px #ffffff; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    -webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
}

.thumbnails {
    margin-bottom: 30px;
}

.content_item {
    padding-bottom: 30px;
    width: 660px;
}

.footer_list_item, .footer_list_item a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.footer_list_header, .footer_list_header a {
    color: #D5070E;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.footer_list_header {
    padding-bottom: 6px;
}

.button_a a, .button_a a:hover, .button_a a:visited {
    line-height: 68px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #424343;
    text-shadow: 2px 2px 4px #7e8e91;
    filter: dropshadow(color=#7e8e91, offx=2, offy=2);
    padding: 0px 4px;
}

.button_p a, .button_p a:hover, .button_p a:visited {
    line-height: 68px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 4px #5d6d70;
    filter: dropshadow(color=#5d6d70, offx=2, offy=2);
    padding: 0px 4px;
}

.button_a {
    position: relative;
    float: left;
    background-image: url('/images/button/button_active_m.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 53px;
}

.button_a_l {
    position: relative;
    float: left;
    background-image: url('/images/button/button_active_l.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 53px;
    width: 13px;
}

.button_a_r {
    position: relative;
    float: left;
    background-image: url('/images/button/button_active_r.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 53px;
    width: 13px;
}

.button_p {
    position: relative;
    float: left;
    background-image: url('/images/button/button_passive_m.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 53px;
}

.button_p_l {
    position: relative;
    float: left;
    background-image: url('/images/button/button_passive_l.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 53px;
    width: 13px;
}

.button_p_r {
    position: relative;
    float: left;
    background-image: url('/images/button/button_passive_r.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 53px;
    width: 13px;
}

.box, .box_r {
    width: 310px;
    padding-right: 25px;
    position: relative;
    float: left;
    min-height: 310px;
}

.box_r {
    padding-right: 0px;
    float: right;
}

.box img, .box_r img {
    text-align: center;
    padding: 6px 9px;
}

.box p, .box_r p {
    padding: 0 5px;
}

.box h2, .box_r h2 {
    color: #D5070E;
    padding: 10px 5px;
    font-weight: bold;

}

.box_readmore {
    position: absolute;
    bottom: 0px;
    left: 196px;
}

.image_border {
    background-image: url('/images/border.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 310px;
    height: 139px;
    z-index: 2;
}

.selected {
    list-style: disc inside url("/images/list_plus.png");
    padding-left: 9px;
    padding-top: 8px;
}

.selected_product {
    list-style: disc inside url("/images/list_minus.png");
    padding-left: 25px;
    padding-top: 8px;
}

#content_nav_box ul > .active li {
    list-style: disc inside url("/images/list_minus.png");
    padding-left: 16px;
}

.submenu_l0 a, .submenu_l0 a:hover, .submenu_l0 a:visited, .submenu_l0 a, .submenu_l0 a:hover, .submenu_l0 a:visited {
    color: #808083;
    text-decoration: none;
}

.submenu_l0 li {
    list-style: disc inside url("/images/list_plus.png");
}

.submenu_l1 li {
    list-style: disc inside url("/images/list_minus.png");
    padding-left: 16px;
}

.submenu_active {
    font-weight: bold;
}

.seperator {
    padding: 0 10px;
}

.leesverder a, .leesverder a:hover, .leesverder a:visited {
    color: #F0B600;
    font-size: 11px;
    text-decoration: none;

}

.leesverder {
    padding-bottom: 20px !important;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.link {
    -moz-user-select: none;
    cursor: pointer;
}

.html_link {
    -moz-user-select: none;
    cursor: pointer;
    text-decoration: underline;
    color: #A8171C;
}

.hide {
    display: none;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float: right;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

/*Shop*/

#shopcontainer h2 {
    font-size: 16px;
    color: #E33F4E;
    padding: 25px 0px 15px 0px;
}

#shoppingcart {
    width: 670px;
}

#shopcontainer .desc {
    color: #808083;
    width: 670px;
}

#shoppingcart {
    position: relative;
    float: left;
}

.shoppingcartcategorylisting, .shoppingcartitemlistingimage, .shoppingcartitemlistingdetails, .shoppingcartitemlistingbutton {
    position: relative;
    float: left;
}

.shoppingcartitemlistingimage {
    width: 203px;
    height: 150px;
    text-align: left;
    overflow: hidden;;
}

.shoppingcartlistingitem {
    width: 203px;
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 30px;
    overflow: hidden;
}

.shoppingcartlistingitem.even {
    margin-right: 0px;
}

.shoppingcartitemlistingbutton {
    float: right;
    width: 193px;;
}

.shoppingcartitemlistingdetails {
    width: 203px;
}

.shoppingcartitemlistingdetails div {
    height: 10101010101010101010100px;
    width: 203px;
    overflow: hidden;
}

.shoppingcartitemlistingdetails h3 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
}

#shopitem_table {

    position: relative;
    float: left;
}

.shopitem_table {
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #B64650;
}

.shopitem_table tr {
    border-bottom: 1px solid #F7F7F7;
}

.shopitem_table tr:hover {
    background-color: #FFF8F8;
}

.shopitem_table tr {
    line-height: 26px;
}

.shopitem_table th {
    border-bottom: 1px solid #CE333E;
}

.shop_step_header {
    font-size: 16px;
    padding: 25px 0px 15px;;
}

.shop_step2 td {
    padding: 3px;
}

.shoppingcart {
    position: absolute;
    right: 20px;
    top: 54px;
}

.shoppingcart img {
    position: relative;
    bottom: -3px;
    padding-left: 5px;
}

.button2 {
    border: 1px solid #D5070E;
    padding: 2px 4px;
    color: #D5070E;
    background-color: #fff;
    line-height: 16px;
}

.price {
    float: right;
    margin-bottom: 10px;
}

.missingfield {
    border: 1px solid #CE333E;
}

.right {
    float: right;
}

.left {
    float: left;
}
