﻿/* General */
html, body, form, div, img, h1, h2, h3, h4, a {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding-left: 20px;
}

address {
    font-style: normal;
}

a:link, a:visited {
    outline: 0;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

p a {
    outline: 1px;
}

hr {
    border: 0;
    border-top: 1px #CCC solid;
    height: 0;
    margin-top: 0;
}

.no_border_left {
    border-left-width: 0 !important;
}

.no_border_right {
    border-right-width: 0 !important;
}

.no_border_bottom {
    border-bottom-width: 0 !important;
}

.border_right {
    border-right-width: 1px !important;
}

.border_bottom {
    border-bottom-width: 1px !important;
}

.big {
    font-size: 120%;
}

.hidden {
    display: none;
}

p.align_left {
    text-align: left;
}

p.align_right {
    text-align: right;
}

.float_left, p.float_left, h2.float_left {
    float: left;
}

.float_right, p.float_right {
    float: right;
}

.clear, p.clear {
    clear: both;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #333;
    text-decoration: underline;
}

p {
    margin: 1em 0;
    line-height: 1.6em;
}

input, textarea {
    font: 10pt Verdana, Arial, Sans-Serif;
    max-width: 500px;
    max-height: 250px;
}

.aspNetDisabled {
    display: none;
}

/* Layers */
html {
    background: #000;
}

body {
    font: 11pt/16pt Century Gothic, Arial, Verdana;
    color: #333;
}

#Container {
    width: 1000px;
    margin: 0 auto;
}

#Header {
    float: left;
    height: 262px;
    margin-bottom: 25px;
    position: relative;
    background: url(Images/HeaderWat.jpg) no-repeat left bottom;
}

.home #Header {
    background: url(Images/HeaderHome.jpg) no-repeat left bottom;
    height: 397px;
}

.wie-zijn-wij #Header {
    background: url(Images/HeaderDranken.jpg) no-repeat left bottom;
}

.wat-doen-wij #Header {
    background: url(Images/HeaderWat.jpg) no-repeat left bottom;
}

.dranken-assortiment #Header {
    background: url(Images/HeaderDranken.jpg) no-repeat left bottom;
}

.contact-opnemen #Header {
    background: url(Images/HeaderContact.jpg) no-repeat left bottom;
}

.waar-zitten-wij #Header {
    background: url(Images/HeaderMaps.png) no-repeat left bottom;
    height: 397px;
}

    .waar-zitten-wij #Header #Iframe {
        height: 397px;
        position: absolute;
        top: 99px;
        width: 1000px;
        height: 298px;
        clear: both;
        overflow: hidden;
    }

    .waar-zitten-wij #Header iframe {
        margin-top: -3px;
        border: 0;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

        .waar-zitten-wij #Header iframe * {
            border: 1px red solid !important;
        }

#Header h1 {
    overflow: hidden;
    width: 0;
    height: 0;
    text-indent: -9000px;
    margin: 0;
}

#Header #Navigation {
    float: left;
    margin-top: 26px;
    width: 1000px;
    padding: 0 0 0 24px;
    list-style: none;
    background: url(Images/Navigation.png) no-repeat;
}

    #Header #Navigation li {
        float: left;
    }

        #Header #Navigation li a:link, #Header #Navigation li a:visited {
            float: left;
            background-image: url(Images/Navigation.png);
            height: 72px;
            text-indent: -9000px;
        }

        #Header #Navigation li.selected a:link, #Header #Navigation li.selected a:visited, #Header #Navigation li a:hover, #Header #Navigation li a:active {
        }

        #Header #Navigation li a.home_pagina {
            background-position: -24px 0;
            width: 111px;
        }

            #Header #Navigation li a.home_pagina:hover, #Header #Navigation li a.home_pagina:active, #Header #Navigation li.selected a.home_pagina {
                background-position: -24px -72px;
            }

        #Header #Navigation li a.wie_zijn_wij {
            background-position: -135px 0;
            width: 93px;
        }

            #Header #Navigation li a.wie_zijn_wij:hover, #Header #Navigation li a.wie_zijn_wij:active, #Header #Navigation li.selected a.wie_zijn_wij {
                background-position: -135px -72px;
            }

        #Header #Navigation li a.wat_doen_wij {
            background-position: -228px 0;
            width: 99px;
        }

            #Header #Navigation li a.wat_doen_wij:hover, #Header #Navigation li a.wat_doen_wij:active, #Header #Navigation li.selected a.wat_doen_wij {
                background-position: -228px -72px;
            }

        #Header #Navigation li a.waar_zitten_wij {
            background-position: -327px 0;
            width: 114px;
        }

            #Header #Navigation li a.waar_zitten_wij:hover, #Header #Navigation li a.waar_zitten_wij:active, #Header #Navigation li.selected a.waar_zitten_wij {
                background-position: -327px -72px;
            }

        #Header #Navigation li a.dranken_assortiment {
            background-position: -441px 0;
            width: 150px;
        }

            #Header #Navigation li a.dranken_assortiment:hover, #Header #Navigation li a.dranken_assortiment:active, #Header #Navigation li.selected a.dranken_assortiment {
                background-position: -441px -72px;
            }

        #Header #Navigation li a.contact_opnemen {
            background-position: -591px 0;
            width: 149px;
        }

            #Header #Navigation li a.contact_opnemen:hover, #Header #Navigation li a.contact_opnemen:active, #Header #Navigation li.selected a.contact_opnemen {
                background-position: -591px -72px;
            }

#Header p#Logo {
    float: right;
    margin: 0;
    width: 206px;
    height: 215px;
    position: absolute;
    top: 0;
    right: 35px;
    background: url(Images/Logo.png) no-repeat;
    z-index: 999;
}

    #Header p#Logo a:link, #Header p#Logo a:visited {
        float: left;
        width: 100%;
        height: 100%;
        text-indent: -9000px;
    }

#Header #Cloud {
    position: absolute;
    left: 10px;
    bottom: -20px;
    width: 550px;
    height: 139px;
    padding: 15px 20px;
    background: url(Images/Cloud.png) no-repeat left bottom;
    overflow: hidden;
}

    #Header #Cloud div {
        height: 119px;
        overflow: hidden;
    }

    #Header #Cloud h2 {
        color: #AA9A65;
        font-weight: normal;
        font-size: 14pt;
        margin: 0 0 0.5em;
    }

    #Header #Cloud p {
        color: #FFF;
        margin: 0.3em 0;
        line-height: 1.3em;
        font-size: 10pt;
    }

#Content {
    float: left;
    width: 713px;
    background: #DEDEDE url(Images/ContentBottom.png) no-repeat left bottom;
    padding: 0 25px 10px;
}

    #Content a:link, #Content a:visited {
        text-decoration: underline;
    }

    #Content a:hover, #Content a:active {
        text-decoration: none;
    }

    #Content h2.title {
        background: url(Images/ContentTop.png) no-repeat;
        font-size: 13pt;
        color: #FFF;
        margin: 0 -25px 1em;
        font-weight: normal;
        padding: 5px 0 5px 40px;
        text-shadow: 0px 0px 5px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0);
    }

    #Content h2 {
        font-weight: normal;
        margin: 0.83em 0;
        clear: left;
    }

#Side {
    float: right;
    width: 186px;
    padding: 0 0 0 15px;
    background: #DEDEDE url(Images/SideBottom.png) no-repeat left bottom;
    font-size: 10.5pt;
}

    #Side h2 {
        background: url(Images/SideTop.png) no-repeat;
        margin: 0 0 1em -15px;
        font-size: 13pt;
        color: #FFF;
        padding: 5px 0 5px 0;
        font-weight: normal;
        text-align: center;
        text-shadow: 0px 0px 5px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0);
    }

    #Side strong {
        font-size: 12pt;
    }

#Bottom {
    float: left;
    margin-top: 25px;
    background: url(Images/FooterMid.png) repeat-y left top;
    padding-bottom: 40px;
}

    #Bottom .layer {
        float: left;
        width: 960px;
        background: url(Images/FooterTop.png) no-repeat left top;
        padding: 0 20px;
    }

    #Bottom h2 {
        font-size: 13.5pt;
        color: #FFF;
        padding: 5px 0 5px 10px;
        font-weight: normal;
        margin: 0.3em 0px 0.5em;
    }

    #Bottom ul {
        float: left;
        width: 172px;
        list-style: none;
        padding: 0 10px;
        color: #FFF;
        font-size: 10pt;
    }

        #Bottom ul li {
            line-height: 1.1em;
            margin: 0.6em 0;
        }

#Copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    color: #666;
}

    #Copyright a:link, #Copyright a:visited {
        text-decoration: none;
        color: #666;
    }

    #Copyright a:hover, #Copyright a:active {
        text-decoration: underline;
    }

/* Page General */
.float_left {
    margin-bottom: 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px #CCC solid;
    margin: -3px 13px 1.5em 0;
}

    .float_left img {
        float: left;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

.clear_left {
    clear: left;
}

ul.items {
    padding: 0;
    list-style: none;
}

    ul.items li {
        line-height: 1.3em;
        margin: 1em 0;
    }

#Content ul.items li a:link, #Content ul.items li a:visited {
    display: block;
    text-decoration: none;
}

ul.items li a strong, ul.items li a em {
    display: block;
}

ul.images {
    padding: 0;
    list-style: none;
}

    ul.images li {
        float: left;
    }

        ul.images li a:link, ul.images li a:visited {
            float: left;
        }

        ul.images li a img {
            border: 1px #CCC solid;
            padding: 3px;
            margin-right: 13px;
        }

/* Page Specific */
/* Slider */
#Slider {
}

    #Slider h2 {
        color: #FFF;
        font-weight: normal;
        font-size: 12pt;
        margin: 0 0 1.5em;
        padding: 3px 0 0 0;
        text-align: center;
        width: 200px;
        text-shadow: 0px 0px 5px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0);
    }

#SliderLeft p {
    text-align: center;
}

#SliderLeft {
    float: left;
    width: 210px;
    height: 230px;
    background: url(Images/SliderLeft.png) no-repeat;
    _background: url(Images/SliderLeftIE6.png) no-repeat;
    z-index: 999;
    position: relative;
}

#Slides {
    float: left;
    width: 603px;
    height: 200px;
    padding: 6px 0;
    margin: 10px 0 16px -11px;
    border: #000 solid;
    border-width: 1px 0;
    background: #CCC url(Images/Slides.png) repeat-x;
}

    #Slides a {
        top: 6px !important;
    }

    #Slides img {
        float: left;
        border-right: 1px #000 solid;
    }

#SliderRight {
    float: left;
    width: 190px;
    padding-left: 20px;
    height: 230px;
    background: url(Images/SliderRight.png) no-repeat;
    _background: url(Images/SliderRightIE6.png) no-repeat;
    margin-left: -12px;
    position: relative;
    z-index: 999;
}

    #SliderRight p {
        font-size: 10.5pt;
    }

/* Formuliervelden */
input[type="text"], input[type="password"] {
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 200px;
}

textarea {
    padding: 10px;
    width: 400px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

button, input[type="submit"] {
    padding: 10px;
    font-size: 12pt;
}

table.form td {
    padding: 5px;
    vertical-align: top;
}
