/* IROKO styles and layout */
/* Copyright 2006 Estrate */

/* Generic styles */
*
{
    font-family: 'Scala Sans', Verdana, sans-serif;
}

p, td, input, select, option, textarea, label {
    font-size: 12px;
}

a img
{
    border: none;
}

a
{
    color: #175EAA;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0 0 0.5em 0;
    color: #175EAA;
}

h1
{
    font-size: 12pt;
}

h2
{
    font-size: 11.5pt;
}

h3
{
    font-size: 11pt;
}

p
{
    margin: 0 0 1em 0;
}

ul, ol
{
    margin: 0 0 1em 0;
    padding: 0 0  0 22px;
}

td
{
    vertical-align: top;
}

/* Generic layout */

html, body
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: 12px;
}

#body_container
{
    width: 100%;
    height: 583px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
}

#header
{
    position: absolute;
    height: 109px;
    width: 900px;
    top: 0;
    left: 50%;
    margin-left:-450px;
    background-color: transparent;
}

#main_wrapper
{
    position: absolute;
    height: 385px;
    width: 100%;
    top: 109px;
    /* background-color: #175EAA; */
} 

#main
{
    position: absolute;
    width: 532px;
    height: 385px;
    left: 50%;
    margin-left:-297px;
    background: #175EAA url(../img/bg_center.png) top left no-repeat;
}

#navigation
{
    position: absolute;
    width: 153px;
    height: 385px;
    left: 50%;
    margin-left:-450px;
    background: #175EAA url(../img/bg_left.png) top left no-repeat;
}

#subnavigation
{
    position: absolute;
    width: 215px;
    height: 385px;
    left: 50%;
    margin-left: 235px;
    background: #175EAA url(../img/bg_right.png) top left no-repeat;
    overflow: hidden;
}

#footer
{
    position: absolute;
    width: 820px;
    height: 80px;
    left: 50%;
    top: 494px;
    margin-left:-450px;
    background-color: transparent;
}

/* Header */

#header h1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 42px;
    left: 195px;
}

/* Main */

#main
{
    overflow: visible;
}

body#green #main
{
    background-image: url(../img/bg_center_green.png);
}

body#orange #main
{
    background-image: url(../img/bg_center_orange.png);
}

body#pink #main
{
    background-image: url(../img/bg_center_pink.png);
}

body#purple #main
{
    background-image: url(../img/bg_center_purple.png);
}

body#violet #main
{
    background-image: url(../img/bg_center_violet.png);
}

body#white #main
{
    background-image: url(../img/bg_center_white.png);
}

body#yellow #main
{
    background-image: url(../img/bg_center_yellow.png);
}

#main #scrollwrapper
{
    overflow: auto;
    height: 385px;
}

#main .content
{
    margin: 35px 82px 45px 42px;
}

#main .content img
{
    border: solid 2px #175EAA;
    margin: 5px;
}

body#default #main .content
{
    width: 280px;
    height: 150px;
}

body#default #main .content *
{
    color: white;
}

.suboption {
    margin-left: 2em;
}

/* Oude contactformulier
#main input,
#main textarea
{
    width: 250px;
}

#main select
{
    width: 100%;
}

#main input.vCheckboxField
{
    width: auto;
}

#main .error
{
    color: red;
    font-style: italic;
}

#main form
{
    float: left;
    width: 350px;
}

#main form .error
{
    font-size: 0.85em;
    clear: both;
}

#main .form_table
{
    float: left;
    width: 100%;
}

#main .form_table p
{
    clear: both;
}

#main .form_table label
{
    display: block;
    width: 125px;
    text-align: right;
    float: left;
}

#main .form_table input,
#main .form_table textarea
{
    width: 200px;
}

#main .form_table .error
{
    margin-left: 125px;
}

#main form .help_text
{
    font-size: 8.5pt;
    font-style: italic;
}
*/

#main .clear
{
    clear: both;
}

#main form input,
#main form textarea
{
    width: 200px;
}

#main form .checkbox input,
#main form .submit input
{
    width: auto;
}

#main form th
{
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}

#main form td
{
    text-align: left;
    vertical-align: top;
}

#main form .errorlist
{
    color: red;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Navigation */

#navigation .content
{
    margin: 35px 0 0 22px;
    overflow: hidden;
}

#navigation ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navigation li
{
    margin: 0 0 0.7em 0;
    padding: 0;
}

#navigation a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}

.yellow,
#yellow #navigation #menuitem_3
{
    color: #fbc61a;
}

.black,
#white #navigation #menuitem_4
{
    color: black;
}

.orange,
#orange #navigation #menuitem_5
{
    color: #ef7c20;
}

.violet,
#violet #navigation #menuitem_6
{
    color: #281f7e;
}

.green,
#green #navigation #menuitem_7
{
    color: #1c997c;
}

.pink,
#pink #navigation #menuitem_8
{
    color: #d50064;
}

.purple,
#purple #navigation #menuitem_9
{
    color: #912d86;
}

.white
{
    color: white;
}

/* Subnavigation */

#subnavigation .content
{
    margin: 35px 22px 0 22px;
    height: 5px;
    overflow: visible;
}

#subnavigation .content
{
    color: white;
}

#subnavigation

#subnavigation p,
#subnavigation li
{
    margin: 0 0 5px 0;
}

#subnavigation img
{
    border: solid 2px white;
    margin: 5px;
}

#subnavigation a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
}

#subnavigation a:hover,
#subnavigation a:focus,
#subnavigation a:active
{
    text-decoration: underline;
}

/* Footer */

#footer p
{
    position: absolute;
    top: 20px;
    left: 195px;
    margin: 0;
}

.remaining_form {
  display: none;
}

div#autoform ul li input {
    width: 16px;
}

div#autoform ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a.button { display: block; width: 177px; height: 42px; background: url('../img/submit_button.gif') top left; }
a.button:hover { display: block; width: 177px; height: 42px; background: url('../img/submit_button.gif') bottom left; }
