body {
    text-align: center;
    background-color: #EFDEC5;
    /*background-color: #f9f2e8;*/
    margin: 0px;
    font-family: Arial;
}

p, td, label {
    color: #000;
    font-size: 11px;
}

a {
    color: #ff8201
}

a:hover {
    text-decoration: underline;
    color: #ff8201
}

h1 {
    font-size: 28px;
    color: #d8ac6f;
    line-height: 28px;
    font-weight: normal;
}

div.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: auto;
    text-align: left;
    background-image: url(../images/bg_repeat.png);
    background-repeat: repeat-y;
}

div.header {
    width: 960px;
    height: 140px;
    background-image: url(../images/header.jpg);
}

div.midden {
    width: 960px;
    height: auto !important;
    min-height: 431px;
    height: 431px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
}

div.midden_inner {
    width: 960px;
    height: auto !important;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
}

div.midden_links {
    float: left;
    margin-top: 57px;
    margin-left: 34px;
    _margin-left: 20px;
    width: 150px;
}

div.midden_content {
    float: left;
    margin-left: 44px;
    /*margin-top: 31px;*/
    width: 506px;
}

div.kruimel {
    margin-top: 5px;
    height: 31px;
    width: 506px;
    line-height: 10px;
    font-size: 10px;
}

div.kruimel a {
    font-size: 10px;
}

div.midden_content li {
    font-size: 11px;
    line-height: 16px;
}

div.midden_content p {
    line-height: 16px;
}

div.midden_rechts {
    float: right;
    margin-right: 26px;
    margin-top: 57px;
    width: 152px;
    _margin-right: 13px;
}

div.footer {
    clear: both;
    background-color: #af4c00;
    height: 29px;
}

div.footer_inner {
    width: 926px;
    margin-left: 34px;
    font-size: 12px;
    color: #FFF;
    padding-top: 8px;
}

div.footer a, div.footer a:hover {
    color: #FFF;
    text-decoration: none;
}

div.midden_links ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

div.midden_links li {
    display: block;
    clear: both;
    margin-left: 0px;
    padding-left: 0px;
}

div.midden_links li a {
    font-size: 14px;
    color: #642000;
    text-decoration: none;
    line-height: 30px;
}

div.midden_links li a:hover {
    font-weight: bold;
}

div.midden_links li a.active {
    font-weight: bold;
}

div.midden_rechts span {
    display: block;
    width: 152px;
    height: 32px;
    margin-bottom: 19px;
    background-image: url(../images/menu_right.png);
}

div.midden_rechts a {
    line-height: 32px;
    text-decoration: none;
    /*padding-left: 23px;*/
    font-size: 14px;
    color: #104733;
    text-align: center;
}


div.midden_rechts a.active, div.midden_rechts a:hover {
    text-decoration: none;
    color: #ff8201;
    font-size: 14px;
}

/* formulier instellingen */
fieldset {
    border: none;
}

div.csc-mailform-field label {
    float: left;
    margin-top: 20px;
    clear: both;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
    float: left;
    clear: both;
}

input.csc-mailform-submit {
    margin-top: 20px;
}

.csc-textpic-caption {
    font-size: 10px;
    color: #642000;
}

div.csc-textpic-imagewrap img {
    border: solid;
    border-width: 1px;
    border-color: #000;
}

div.csc-textpic-imagecolumn {
    background-color: #F00;
    clear: both;
    float: left;
    width: 100%;
}

