﻿html
{
    font-size: 65%;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #f3771d;
    background-image: url(../../Images/bg-body.jpg);
    background-repeat: repeat-x;
    text-align: center;
    color: #003b77;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

img
{
    display: block;
    border: none;
}

.border-right
{
    border-right: 1px solid #003b77;
}

.artikel
{
    margin-bottom: 10px;
}

.artikel h3
{
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.artikel a
{
    color: #f3771d;
    text-decoration: underline;
}

#container
{
    width: 800px;
    background-color: White;
    text-align: left;
    margin: 10px auto 0 auto;
    border: 1px solid #003b77;
}

#header
{
    height: 346px;
    width: 100%;
}

#logo
{
    width: 249px;
    height: 346px;
    float: left;
    border-right: 1px solid #003b77;
    border-bottom: none;
}

#logo img
{
    border: none;
    border-bottom: 1px solid #003b77;
}

#header-right
{
    float: right;
    width: 550px;
    background-color: White;
    border-bottom: 1px solid #003b77;
}

#slogan
{
    background-color: #e5e5e5;
    height: 91px;
    background-image: url(../../images/bg-slogan.gif);
    background-repeat: no-repeat;
    background-position: 10px 40px;
}

#navigatie
{
    background-color: #003b77;
    background-image: url(../../images/bg-navigatie.gif);
    background-repeat: repeat-x;
    color: #f3771d;
    font-size: 12px;
    padding: 10px;
}

#navigatie a
{
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

#visual
{
    height: 221px;
    /*background-image: url(../../images/visual.jpg);*/
    background-repeat: no-repeat;
}

#zoeken-headers
{
    clear: both;
    border-top: 1px solid #003b77;
}

#zoek-form
{
    width: 229px;
    background-color: #f3771d;
    border-bottom: 1px solid #003b77;
    border-right: 1px solid #003b77;
    background-image: url(../../images/bg-zoekform.gif);
    background-repeat: repeat-x;
    padding: 10px;
    float: left;
}

#zoek-form form
{
    margin: 0;
    padding: 0;
}

#zoek-form fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

#zoek-form label
{
    color: White;
    font-weight: bold;
    font-size: 12px;
}

.sf_searchSubmit 
{
    display: none;
}

#home-content
{
    float: right;
    width: 550px;
}

#home-content table
{
    border-collapse: collapse;
    width: 100%;
}

#home-content table th
{
    color: #003b77;
    font-size: 115%;
    font-weight: bold;
    text-align: left;
    padding: 14px;
    width: 50%;
    background-color: #a7a9ac;
    background-image: url(../../images/bg-header.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #003b77;
    height: 16px;
}

#home-content table td
{
    padding: 10px;
}

/* Navigation */
#hoofdnavigatie
{
    width: 229px;
    float: left;
    border-right: 1px solid #003b77;
    border-bottom: 1px solid #003b77;
    padding: 10px;
    background-color: #a0a0a0;
    background-image: url(../../images/bg-hoofdnavigatie.gif);
    background-repeat: repeat-x;
}

#hoofdnavigatie a 
{
    color: #003b77;
    text-decoration: none;
}

.rtUL
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rtUL a
{
    color: #003b77;
    text-decoration: none;
    font-weight: bold;
    font-size: 115%;
    line-height: 25px;
}

.rtUL li ul
{
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 0;
    /*display: none;*/
}

.rtUL li ul li a
{
    font-size: 100%;
    font-weight: normal;
    line-height: 14px;
    font-size: 100%;
}

.rtUL li ul li a:hover
{
    text-decoration: underline;
}
/* End Navigation */

#footer
{
    clear: both;
    color: White;
    background-color: #003b77;
    font-size: 90%;
    margin: 0;
    padding: 5px 10px 5px 10px;
}

#footer p 
{
    margin: 0;
    padding: 0;
}

#footer a 
{
    color: White;
    text-decoration: none;
}

#footer a:hover 
{
    text-decoration: underline;
}

#validationErrors 
{
    margin-top: 10px;
    font-weight: bold;
    padding-left: 200px;
}

/*Contactform*/
#contactform 
{
    clear: both;
}

#contactform fieldset 
{
    border: none;
    margin: 0;
    padding: 5px;
}

#contactform ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#contactform label 
{
    display: block;
    float: left;
    width: 200px;
}

#contactform textarea 
{
    width: 270px;
    height: 100px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contactform input.submit 
{
    border: 1px solid gray;
    font-size: 110%;
    font-weight: bold;
    margin-left: 200px;
    margin-top: 20px;
}
/*End Contactform*/