/*CMS default style*/

/*fixed page width*/
#header,#content,#footer,#pre-content ,#menu{
    margin: auto;
    width: 80%;
    min-width: 1040px;
    padding: 30px;
}

/*colors*/
#header-container {
    background-color: #a8e2c3;
}
#menu-container, #menu ul {
    background-color: #00a94f;
}
#menu ul li a, .submit-button{
    background-color: #046427;
}

#menu ul li a:hover, .submit-button:hover {
    background-color: #058233;
}

#content, #pre-content, #header, #menu, #footer, #menu ul li a.active {
    background-color: #ffffff;
}

body{
    background-color: #FBFBFB;
}

em {
    color: #046427;
}

a, #footer #footer-widgets > .widget.copyright {
    color: #00A94F;
}

a:visited {
    color: #275878;
}

a:hover {
    color: #44dd74;
}

h1, fieldset legend {
    color: #3cb261;
}

#menu a {
    color: #B2CFC0;   
}

#menu a.active, #menu  ul li a.active:hover {
    color: #999;
}

#footer #footer-widgets > .widget.links a{
    color: #666666;
}
#header a:hover, .submit-button {
    color: #dfdfdf;
}

.ValidationMessage, fieldset .required {
    color: #f00;
}

fieldset .error-indicator {
    background-color: #fff;
}

#content-block {
    border-color: #eee;
}
#footer #footer-widgets {
    border-color: #058233;
}

/*elementen*/
body {
    font-family: arial, sans-serif;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

h1,h2,h3,h4 {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

h1{ font-size: 1.5em; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1.1em; }

a{ text-decoration: none; }

/*elementen - default margin bottom*/
p, fieldset {  margin-bottom: 10px; }

/*elementen - forms*/
fieldset ol li { margin: 10px 0; }
fieldset ol li label, fieldset ol li input { display: inline-block; }

fieldset ol li > label {
    width: 140px;
    text-align: right;
    vertical-align: top;
    margin-top: 5px;
}

fieldset legend { font-size: 1.4em; }
fieldset legend, .submit-button{ margin-left: 163px; }

fieldset .input{ width: 410px !important;}
fieldset .input.multi-text { min-height: 250px !important; }
fieldset .input.combo.geslacht { width: 80px !important; }
fieldset .input.text.geslacht { width: 327px !important; }

fieldset .error-indicator.display {
    display: block !important;
    color: #d73a3a !important;
    padding: 15px 5px;
    padding-bottom: 10px;
    margin-left: 163px;
    margin-right: 7px;
    background-image: url('images/arrow-down.png');
    background-position: 5px 0;
    background-repeat: no-repeat;
}

fieldset .required {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.submit-button {
    border-style: none;
    border-radius:5px;
    padding: 5px;
}

/*icons*/
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.icon > span {
    display: none;
}
.icon.s8 {
    width: 8px;
    height: 8px;
}
.icon.s16 {
    width: 16px;
    height: 16px;
}
.icon.s24 {
    width: 24px;
    height: 24px;
}
.icon.home {
    background-image: url("images/icons/home-icon.png");
}

/*header*/
#header {
    padding: 10px 30px;
    overflow: auto;
    height: 145px;
}
#header > div {
    float: right;
    clear: both;
    margin-bottom: 10px;
}
#header > div.logo-container {
    float: left;
    position: absolute;
}
/*header - Logo*/
.logo > span {
    display: none;
}
.logo {
    width: 258px;
    height: 145px;
    background-image: url("images/logo.jpg");
    display: inline-block;
}

/*header - menu*/
#menu       { padding: 0 30px; }
#menu ul    { padding: 10px 5px 0 5px; }
#menu ul li, #menu ul li a {
    display: inline-block;
    vertical-align: bottom;
}
#menu ul li a {
    padding: 5px 10px;
    vertical-align: bottom;

    border-top-left-radius:5px;
    border-top-right-radius:5px;

    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}
#pre-content {
    padding-top: 10px;
    padding-bottom: 0;
}
#pre-content-image {
    background-image: url("images/headerfoto_home.jpg");
    height: 124px;
}

/*content*/
#content {
    padding-top: 10px;
    padding-bottom: 40px;
    overflow: auto;
}
#page-menu, #content-block, #news-block {
    float: left;
    display: inline-block;
    padding: 10px;
}

#content #content-block {
    width: 70%;
    border-style: solid;
    border-width: 0 1px;
    
}
#content #page-menu, #content #news-block {
    width: 174px;
}
/*footer*/
#footer { padding-top: 0;}

#footer  #footer-widgets {
    border-top-style: solid;
    border-top-width: 4px;
    padding-top: 0;
}
/*footer - widgets*/
#footer #footer-widgets > .widget {
    text-align: center;
    margin: 5px;
    font-size: 0.9em;
}
#footer #footer-widgets > .widget.copyright a {  text-decoration: underline; }
#footer #footer-widgets > .widget.links a { font-weight: bold; }

/*controls*/
.language-switcher {
    margin-bottom: 10px;
}

.breadcrum {
    font-size: 0.9em;
    margin-bottom: 10px;
}

.WidgetPageTable, .widgetTable {
    width: 100%;
}
.WidgetPageTableCell {
    padding: 10px;
}
.widgetTableCell {
    width: 32%;
    vertical-align: top;
}
.widget-menu {
    width: 200px;
    vertical-align: top;
}

/*omgeving widget - niet voor productie*/
.omgeving {
    display: block;
    background-color: #fffbad;
    padding: 10px;
    border-bottom: 1px #ea7b2a dashed;
    color: #ea7b2a;
    font-weight: bold;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}

sub { 
    vertical-align: sub;
    font-size: smaller;
}

.icon {
    width: 20px;
    height: auto;
    position: relative;
    top: -10px;
}
