html {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: left top;
}

html, body {
    text-align: center;
    font-family: Arial;
}

/* algemeenheden */
a img {
    border: none;
}

textarea {
    width: 300px;
}
/* --- */

div.container {
    position: relative;
    width: 752px;
    height: 600px;
    margin: 0 auto;
    text-align: left;
}

div.logo {
    height: 142px;
    width: auto;
}


div.foto_groot {
    float: left;
    width: 475px;
    height: 410px;
}

div.foto_groot img {
    float: left;
    border: solid;
    border-color: white; 
    border-width: 1px;
}

/* menu */

div.menu {
    float: right;
    width: 260px;
}

div.menu table td {
    text-align: center;
}

/*div.menu table td:hover {
}*/


div.menu table td.vspacer {
    width: 22px;
    background-color: transparent; 
}

div.menu table td.hspacer, div.menu table td.hspacer2 {
    height: 23px;
    background-color: transparent;
}

div.menu table td a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background-color: #98CE76;
}

div.menu table td a:hover {
    background-color: #EB3B95;
}




div.menu table td a div {
    display: inline;
    width: 119px;
    height: 119px;
    cursor: hand;
}

div.menu table td a:hover div {
}

div.menu table td a img {
    border: solid;
    border-width: 1px;
    border-color: white;
}

div.menu table td a:hover img {
}

div.menu table td a span {
    line-height: 28px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase; 
    font-weight: bold;
}

div.menu table td a:hover span {
}
/* ------ */


div.links {
    float: left;
    /* was 33 px */
    margin-top: 20px;
    width: 320px;
    height: auto !important;
    min-height: 240px;
    height: 240px;
}

div.midden {
    float: left;
    margin-top: 20px;
    margin-left: 18px;
    height: auto !important;
    min-height: 240px;
    height: 240px;
    width: 135px;
}

div.rechts {
    float: right;
    margin-top: 20px;
    width: 260px;
    height: auto !important;
    min-height: 240px;
    height: 240px;
}

div.footer {
    clear: both;
    margin-top: 20px;
    width: 100%;
    border-top: solid;
    border-width: 2px;
    border-color: white;
    padding-top: 12px;
    font-size: 10px;
}

div.footer a {
    text-decoration: none;
    color: #FFF;
}

div.footer a:hover {
    text-decoration: underline;
}

/* formulieren */

fieldset.csc-mailform {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

div.csc-mailform-field {
    margin-bottom: 20px;
    border: none;
}

form#mailform {
	border: none;
}

form#mailform input, form#mailform textarea {
    border-bottom: dotted;
    border-right: dotted;
    border-top: solid;
    border-left: solid;
    border-width: 1px;
    border-color: #444;
    font-size: 10px;
}

form#mailform input.csc-mailform-submit {
    border: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #EB3B95;
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    width: 100%;
    height: 30px;
}

div.csc-mailform-field label {
    display: block;
    clear: both;
    font-weight: bold;
}

div.csc-mailform-field span.csc-mailform-label {
    font-weight: bold;
    font-size: 14px;
    border-top: solid;
    border-left: solid;
    border-color: #444;
    display: block;
    width: 100%;
    border-width: 1px;
    padding-left: 5px;
}

