

/* Pagina styling - Active menulink */
#left_sidebar ul li .link_selected{
        color:#072F67;
        text-decoration: none;
}



/* CMS content styling */
#cms_content {
        margin-bottom: 30px;
        }
#cms_content a {
        color: #3661AF;
        }
#cms_content h3{
        margin-bottom: 8px;
        font-size: 1.25em;
        font-weight: bold;
        color: #062D92;
        }
#cms_content h4{
        margin-top: 30px;
	margin-bottom: 4px;
        font-size: 1.05em;
        font-weight: bold;
        color: #062D92;
        color: #4B77B8;
        }
#cms_content p{
        margin-bottom: 20px;
        color: #3661AF;
        }
#cms_content ul {
        padding-left: 40px;
        margin-bottom: 30px;
        list-style: disc;
        color: #062D92;
        }
#cms_content ul li, #content ul li a{
        color: #3661AF;
        text-decoration: none;
        }
#cms_content img {
        margin:8px;
        padding: 4px;
        border: 1px solid #ddd;
        }






/* CMS contactformulier styling */
.cms_contact {
        margin-top: -10px;
        margin-bottom: 30px;
        }
.cms_contact fieldset{
        margin:0;
        border: 0px solid #ddd;
        border-top: 1px solid #4B77B8;
        width:460px;
        }
.cms_contact legend {
        margin-bottom: 16px;
        padding: 3px 10px 0 0;
        color: #4B77B8;
        font-size: 1.1em;
        }
.cms_contact p{
        margin: 0px 0;
        padding:0 30px 0 0;
        width:314px;
        }
.cms_contact fieldset label{
        width: 100px;
        display: block;
        color: #3661AF;
        }
.cms_contact fieldset .input{
        padding: 2px;
        width: 270px;
        font-size: 13px;
        border:1px solid #ccc;
        }
.cms_contact fieldset textarea{
        padding: 2px;
        width: 414px;
        font-size: 13px;
        font-family: arial, sans-serif;
        border:1px solid #ccc;
        }
.cms_contact fieldset .submit{
        padding: 2px 4px;
        text-align: right;
        }

/* Contactform - Error messaging */
.cms_contact .form_error{
        padding: 10px;
        margin: 0px 40px 30px;
        font-size: 13px;
        font-family: arial, sans-serif;
        color: #a00;
        letter-spacing: .3px;
        border: 1px solid #a33;
        background: #FFF3F5;
        }

.cms_contact .form_error li{
        line-height: 1.4em;
        }