﻿html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background: url(../img/bg_main.gif) repeat-x #929ba1;
}
body, form {
    margin: 0;
}
body, div, p, td {
    font: normal normal 11px Verdana;
    color: #6e7a83;
    line-height: 15px;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
}
strong {
    font-weight: normal;
    color: #0a85cf;
}

a img {
    border: 0;
}
h1 {
    font: normal bold 14px Arial, Verdana, sans-serif;
    color: #455560;
    margin-top: 10px;
}
h2, h2 a:link, h2 a:visited {
    font: normal bold 11px Verdana, Arial, sans-serif;
    color: #01619c;
    margin-bottom: 0;
}

a:link, a:visited {
    color: #0a85cf;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

:focus {
    outline:0;
}

#main_wrapper {
    margin: 50px auto;
    width: 980px;
    height: auto;
    background-color: white;
}
#head_wrapper {
    background: url(../img/bg_upper.gif) no-repeat white;
    width: 100%;
    height: 70px;
}

#visual {
    width: 100%;
    text-align: center;
    height: 100px;
    margin-top: 0px;
}
#content {
    background: url(../img/bg_content.gif) no-repeat top center white;
    margin-top: 0px;
    height: 50px;
    padding-top: 10px;
}

#content_home {
    background: url(../img/bg_content_home.gif) no-repeat top center white;
    margin-top: 5px;
    height: 50px;
    padding-top: 10px;
}

#content_wrapper {
    width: 100%;
    height: 500px;
    background-color: White;
}
#content_home #col_left {
    width: 245px;
    float: left;
    padding: 0 0 0 20px;
    
}
#content_home #col_center {
    width: 445px;
    float: left;
    padding: 0 0 0 25px;
}
#content_home #col_right {
    width: 190px;
    float: left;
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding: 0 20px;
}

#content #col_left {
    width: 155px;
    float: left;
    padding:0 0 0 16px;
    
}
#content #col_center {
    width: 520px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}
#content #col_right {
    width: 190px;
    float: left;
    padding: 0 20px;
}

#col_center ul {
    list-style-type: disc;
}
#col_center ul.rss {
    list-style-type: none;
    clear: both;
    margin: 0;
    padding: 10px 0; 
}
#col_center ul.rss li {
    float: left;
    margin:0 0 0 10px;
}
#col_center ul.rss li.first {
    margin:0;
}


#col_right ul, #col_events ul {
    list-style-image: url(../img/bullet_logo2.gif);
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    line-height: 15px;
}
#col_right ul li, #col_events ul li {
    margin-top: 10px;
}

#nieuws .date {
    color: #01619c;
    font-size: 9px;
}

ul {
    list-style-type: none;
}

#menu_main ul {
    height: 37px;
    list-style-type: none;
    margin-bottom:0;
    
}
#menu_main ul li {
    float: left;
}

#menu_service {
    font: normal normal 12px Trebuchet MS, Trebuchet;
    float: right;
    width: 185px;
    height: 27px;
}
#menu_service a:link, #menu_service a:visited {
    color: #455560;
}
#menu_service ul li {
    float: left;
}
#subnav {
    height: 37px;
    width: 640px;
    float: left;
}

#top_wrapper {
    height:37px;
}

#top_wrapper ul {
    margin-top: 10px;
}

#subnav ul {
}

#subnav ul li {
    float: left;
    margin-left: 20px;
}
#subnav ul li a:link, #subnav ul li a:visited {
    color: #6a7780;
}

#subnav ul li a:hover {
    color: #0a85cf;
    text-decoration: none;
}
#subnav ul li a.active, #menu_left ul a.active {
    color: #01619c;
    text-decoration: none;
}

#footer {
    width: 100%;
    background: url(../img/bg_footer.gif) no-repeat bottom left;
    height: 57px;
    border: 0px solid;
}

#footer #footer_text {
    width: 500px;
    margin-left: 140px;
    float: left;
    padding-top: 34px;
}
#footer #legal {
    float: right;
    width: 150px;
    padding-top: 34px;
    padding-right: 20px;
    text-align: right;
}
#footer #legal a {
    color: #6e7a83;
}
#footer #legal a:hover {
    color: white;
    text-decoration: none;
}


.clear {
    clear: both;
}
.datum {
    color: #01619c;
}

.blue {
    color: #01619c;
}

/*
    Form styling
*/

#form {
    font: normal normal 11px Verdana, Arial, sans-serif;
}
#form .row {
    width: 100%;
    height: 30px;
    clear: both;
}
#form .label {
    width: 180px;
    color: #0069aa;
    float: left;
}
#form .field {
    width: 290px;
    float: left;
}

#form .checkboxes {
    height: 45px;
    float: left;
}
#form .input {
    width: 290px;
    height: 15px;
    border: 1px solid #e0e0e0;
}
#form input, #form textarea, #form select, #form option {
    font: normal normal 11px Verdana;
    color: #455560;
}
#form .select {
    height: 30px;
}

#form .textarea {
    height: 145px;
}

#form .textarea .field {
    height: 135px;
}
#form textarea {
    height: 120px;
    width: 290px;
    border: 1px solid #e0e0e0;
}
.toomuch {
    color: Red;
}
.red {
    color:Red;
}
/*
    Logos styling
*/

#logos ul 
{
    margin: 5 5 5 5;
    padding: 5 5 5 5;
}

#logos ul li 
{
    float: left;
    height: 40px;
}