/* html ------------------------------------------------------------------------------------------------------------ */
body {
    padding: 0px;
    margin: 0px;
    background: #70CED6;
    background-image: url(img/patroon.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #002e46;
}

div.kader {
    border-style: solid;
    border-width: 1px;
    border-color: #FFFF00 #800000 #800000 #FFFF00;
    padding: 5px;
    background-image: url(img/kader_bkg.png);
}

h1 {
    font-size: 15px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -2px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -2px;
}

hr {
    background-color: #FFFF00;
}

img {
    margin: 6px;
}

img.floatleft {
    float: left;
    border: 1px inset #FFFF00;
}

img.floatright {
    float: right;
    border: 1px inset #FFFF00;
}

input {
    width: 300px;
    float: left;
    margin-right: 10px;
    background-color: #96DBE0;
}

input.knop {
    border-style: solid;
    border-width: 1px;
    border-color: #FFFF66 #800000 #800000 #FFFF66;
    cursor: pointer;
}

input.knop:hover {
    background-color: #A1EBEF;
}

input.knop_link_style {
    margin-left: 2px;
    padding: 0px;
    border-style: solid;
    border-color: transparent;
    background-color: #80C3C8;
    color: #002e46;
    font-size: 11px;
    height: 16px;
    width: auto;
}

input.knop_link_style:hover {
    background-color: #BEEFF0;
}

form.form_link_style {
    margin: 0px;
    padding: 0px;
}

a.link_style {
    margin: 0px;
    padding: 0px;
    border-style: solid;
    border-color: transparent;
    background-color: #80C3C8;
    color: #002e46;
    font-size: 11px;
    text-decoration: none;
}

a.toepassingen {
    font-weight: bold;
    border-color: #6FBDC4;
    border-width: 1px;
    padding: 2px;
    font-size: 11px;
    line-height: 25px
}

a.big {
    font-size: 12px;
    color: #8D2B00;
}

a.link_style:hover {
    background-color: #BEEFF0;
}

textarea {
    display: block;
    width: 300px;
    float: left;
    margin-right: 10px;
    height: 200px;
    background-color: #96DBE0;
}

label {
    display: block;
    float: left;
    margin-right: 30px;
    text-align: right;
    width: 120px;
}

select {
    display: block;
    width: 300px;
    float: left;
    margin-right: 10px;
    background-color: #96DBE0;
}

object {
    outline: none;
}

/* main structure divs --------------------------------------------------------------------------------------------- */
#site {
    width: 924px;
    margin-left: auto;
    margin-right: auto;
}

#kop {
    position: absolute;
    top: 0px;
    width: 924px;
    height: 127px;
    background-image: url(img/kop_bkg.png);
}

div.midden {
    width: 924px;
    height: 435px;
    position: absolute;
    top: 128px;
}

div.midden_auto {
    width: 924px;
    height: auto;
    min-height: 435px;
    position: absolute;
    top: 128px;
}

div.slot {
    position: absolute;
    top: 563px;
    height: 25px;
    color: #27A2AD;
}

div.slot a {
    color: #27A2AD;
    text-decoration: none;
}

/* main menu ------------------------------------------------------------------------------------------------------- */
div.kopmenu_kolom {
    width: 130px;
    height: 50px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 12px;
    left: 368px;
}

div.menu {
    border-style: solid;
    border-width: 1px;
    border-color: #FFFF66 #800000 #800000 #FFFF66;
    background-color: #93DADE;
    width: 130px;
    float: left;
    margin-bottom: 3px;
    line-height: 20px;
    text-align: center;
    color: #8D2B00;
    font-weight: bold;
}

#cartknop {
    height: 45px;
    line-height: 45px;
    width: 130px;
}

#prdknop {
    height: 45px;
    line-height: 45px;
    width: 130px;
}

div.menu_sel {
    border-color: #808080 #FFFF66 #FFFF66 #808080;
    background-color: #D8F7F2;
}

div.menu a {
    text-decoration: none;
    display: block;
    color: #000033;
}

div.menu a:hover {
    background-color: #A1EBEF;
}

/* for content_css - tiny mce content ------------------------------------------------------------------------------- */
#nijoew {
    background-image: url(img/kader_bkg.png);
    border-style: solid;
    border-width: 1px;
    border-color: #FFFF00 #800000 #800000 #FFFF00;
    width: 350px;
    height: 300px;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* ------------------------------------------------------------------------------------------------------------------ */