/*******************************************************************************
* DEFAULT
*******************************************************************************/
body {
    font-family: arial, tahoma, verdana, "ms sans-serif";
    font-size: 9pt;
    color: #333;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #005BAA;
    line-height: 14pt;
}

a:link, a:visited { text-decoration: underline; color: #005BAA; }
a:hover, a:active { text-decoration: underline; color: #62B5FF; }

h1, h2, h3 { color: #005BAA; }
h1 { font-size: 14pt; margin-bottom: 15px; }
h2 { font-size: 11pt; font-weight: normal; }
h3 { font-size: 11pt; margin-bottom: 15px; font-style: italic; }
p { padding-bottom: 15px; }
img { margin: 0px; margin-bottom: -6px; }

ul li { list-style-type: disc; margin: 0px; margin-left: 1.2em; }

table { border-collapse: separate; }
table tbody tr td { padding: 5px; vertical-align: top; }

small { font-size: 90%; }

input, select, textarea, checkbox, radio {
    border-color: #959FB1 #D6DAE1 #D6DAE1 #959FB1;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

label:hover { text-decoration: underline; cursor: pointer; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus { border-color:#888888; outline-color:#FFFFAA; outline-style:solid; outline-width:2px; }

/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
div#site {
    position: relative;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

div#background {
    position: relative;
    background: url( /skins/default/images/backgroundTop.png ) no-repeat center top;
    min-height: 339px; /* DEZE REGELMOET WEG BIJ LIVE ZETTEN */
}

div#menugroup {
    position: relative;
}

div#submenugroup { color: #D2FFA5; line-height: 60px; }
div#submenugroup .title { font-size: 20px; color: #fff; }
div#submenugroup a { color: #D2FFA5; text-transform: uppercase; text-decoration: none; }
div#submenugroup a:hover { color: #fff; text-decoration: underline; }
div#submenugroup { padding-left: 50px; padding-right: 20px; }

img#logo { position: absolute; right: 10px; top: 10px; }
img#title { position: absolute; left: 20px; top: 20px; }

div#photos {
    position: relative;
}

div#bottom {
    background: url( /skins/default/images/backgroundBottom.png ) no-repeat center bottom;
    height: 14px;
    text-align: right;
    font-size: 8pt;
    padding: 15px;
    padding-top: 0px;
}

div#bottom, div#bottom a { color: #808080; }

/*******************************************************************************
* CLASSES
*******************************************************************************/
div.inner {
    position: relative;
    background-color: #fff;
    width: 924px;
    margin-left: auto;
    margin-right: auto;
}

div#menu ul li { margin: 0px; padding: 0px; float: left; list-style: none; }
div#menu ul li a { background: url( /skins/default/images/menuButtons.png ) no-repeat left top; display: block; text-decoration: none; color: #fff; font-size: 12pt; line-height: 42px; height: 42px; vertical-align: bottom; padding: 0px; text-align: center; }
div#menu ul li a:hover { text-decoration: underline; }

div#menu ul li a.button0 { background-position: left top; width: 110px; padding-left: 15px; }
div#menu ul li a.button1 { background-position: -125px top; width: 105px; }
div#menu ul li a.button2 { background-position: -230px top; width: 105px; }
div#menu ul li a.button3 { background-position: -335px top; width: 105px; }
div#menu ul li a.button4 { background-position: -440px top; width: 105px; padding-right: 20px; }

div#menusubmenu { position: absolute; left: 126px; z-index: 999; display: none; _left: -439px; _top: 42px; }
div#submenugreenblockfiller { position: absolute; background-color: #7FCC3E; width: 15px; top: -18px; height: 18px; }
div#menusubmenu ul li { clear: left; background-color: #7FCC3E; }
div#menusubmenu ul li a { padding-left: 20px; background-color: #7FCC3E; background: url(); width: 350px; text-align: left; }
div#menusubmenu ul li a:hover { background-color: #9AD768; }

div.menublue { background: url( /skins/default/images/menuBlue.png ) no-repeat left top; height: 64px; }
div.menugreen { background: url( /skins/default/images/menuGreen.png ) no-repeat left top; height: 64px; }
div.menuorange { background: url( /skins/default/images/menuOrange.png ) no-repeat left top; height: 64px; }
div.menuocean { background: url( /skins/default/images/menuOcean.png ) no-repeat left top; height: 64px; }
div.menured { background: url( /skins/default/images/menuRed.png ) no-repeat left top; height: 64px; }

table.form_brochure_aanvragen input { width: 250px; }

.container { padding: 20px; }
.container2 { padding: 50px; padding-bottom: 0px; padding-top: 25px; z-index: 1; }
.left   { float: left; }
.right  { float: right; }
.center { text-align: center; }
.clear  { clear: both; }

/*******************************************************************************
* TINYMCE LAYOUT
*******************************************************************************/
#tinymce { background-color: #fff; font-size: 9pt; }
#tinymce td { background-color: #fff; font-size: 9pt; }
