﻿body
{
    margin: 0;
    padding: 0;
    height: 100%;
    color: Black;
    background-color: White;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
}

a:link
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

a:visited
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

a:hover
{
    color: #ff9900;
    background-color: Transparent;
    text-decoration: none;
}

a:active
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

p, ul
{
    margin: 0;
}

#main p
{
    margin: 0 2px 5px 5px;
    padding: 0;
}
img
{
    margin: 5px;
    padding: 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6
{
    margin: 5px 3px 3px 5px;
    padding: 0;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 960px;
    background: url('images/menuleft.jpg') repeat-y;
    border-left: 1px solid yellow;
}

#header
{
    overflow: hidden;
    margin: 0px auto;
    padding: 0;
    width: 960px;
    height: 123px;
    color: Black;
    background-color: Transparent;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
}

#main
{
    margin: 0;
    padding: 0;
    text-align: left;
}

#maincolumn
{
    float: left;
    width: 615px;
    margin: 5px;
    padding: 0;
    color: Black;
    background-color: transparent;
}

#lefttext
{
    float: left;
    width: 160px;
    margin: 0 0 10px 0;
    padding: 0;
    color: Black;
    background-color: transparent;
}

#righttext
{
    float: right;
    display: block;
    max-width: 163px;
    width: inherit;
    margin: 5px 0 5px 0;
    padding: 5px;
    color: #666666;
    background-color: #EBEBEB;
    border: 1px solid yellow;
}

#beheer
{
    margin: 0;
    padding: 0 0 5px 0;
    width: inherit;
    color: #666666;
    background-color: #EBEBEB;
    border: 1px solid yellow;
}

#content
{
    margin: 0;
    padding: 0 0 5px 0;
    width: inherit;
    color: #666666;
    background-color: #EBEBEB;
    border: 1px solid yellow;
}
/* Dit moet een class zijn */
.contentnoborder
{
    margin: 0;
    padding: 0;
}

#footer
{
    clear: both;
    width: 100%;
    height: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6em;
    color: Black;
    background-color: #EBEBEB;
    border: 1px solid yellow;
}

#footer a:link
{
    color: Red;
    background-color: Transparent;
    text-decoration: none;
}

#footer a:visited
{
    color: Red;
    background-color: Transparent;
    text-decoration: none;
}

#footer a:hover
{
    color: #ff9900;
    background-color: Transparent;
    text-decoration: none;
}

#naw, #cursus, #versturen
{
    margin: 0 0 0 5px;
}

/* LEFT MENU   
----------------------------------------------------------*/

#lefttext a
{
    margin: 0;
    padding: 0;
    display: block;
    background-color: Transparent;
    color: Yellow;
}

#lefttext a:hover
{
    color: Red;
    background-color: Transparent;
}

#lefttext a:active
{
    color: #0000ff;
    background-color: Transparent;
}

#lefttext a.selected
{
    color: #0000ff;
    background-color: Transparent;
}

#lefttext ul
{
    margin: 0 0 5px 0;
    padding: 5px 0 5px 0;
}

#lefttext li
{
    margin: 0 0 0 2px;
    list-style: none;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6em;
    background-color: Transparent;
    color: #0000ff;
}

ul#menu li a:hover
{
    color: #ff9900;
    background-color: Transparent;
    text-decoration: none;
}

ul#menu li a:active
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

ul#menu li.selected a
{
    color: #0000ff;
    background-color: Transparent;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 5px;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

#content input[type="text"]
{
    width: 383px;
    border: 1px solid #CCC;
}


#beheer input[type="text"]
{
    width: 260px;
    border: 1px solid #CCC;
}


input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* TABLE CONTENT
----------------------------------------------------------*/

#content table
{
    margin: 10px;
    border: none 0px Transparent;
}

#content table td
{
    padding: 0;
}

#content table th
{
    padding: 0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.button
{
    color: Blue;
    width: 90px;
}

#menucontainer
{
    margin: 0;
    padding: 0;
    color: Black;
    background-color: #EBEBEB;
    border: 1px solid yellow;
}

.field-validation-error
{
    padding: 5px;
    display: block;
    text-align: right;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    margin: 5px 0 5px 0;
    padding: 0;
    color: #ff0000;
    font-weight: bold;
}

.validation-summary-errors ul
{
    margin: 0 0 0 14px;
    padding: 0;
}
.validation-summary-errors li
{
    margin: 5px 5px 5px 0px;
    padding: 0;
    list-style: circle;
    font-weight: normal;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 5px 0 0 5px;
    padding: 0;
    float: left;
    width: 150px;
    font-weight: bold;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* JQUERY PANEL
----------------------------------------------------------*/

#panelfirst
{
    background-color: #EBEBEB;
    display: none;
}
#panellast
{
    background-color: #EBEBEB;
    display: none;
}
.slide
{
    margin: 0;
    padding: 0;
}
.btn-slidefirst
{
    background: url(images/expand.jpg) no-repeat left bottom;
    text-align: left;
    width: 250px;
    padding: 0 0 0 15px;
    margin: 5px;
    display: block;
    text-decoration: none;
}
.btn-slidelast
{
    background: url(images/expand.jpg) no-repeat left bottom;
    text-align: left;
    width: 250px;
    padding: 0 0 0 15px;
    margin: 5px;
    display: block;
    text-decoration: none;
}

.activebutton
{
    display: none;
}

/* SIMPLE VIEWER
----------------------------------------------------------*/
/* hide from ie on mac \*/
#flashcontent
{
    width: 100%;
    height: 555px;
}
/* end hide */

/* EIGEN TOEVOEGINGEN
----------------------------------------------------------*/
.nolabel
{
    margin: 5px 0 5px 152px;
}
.tabelsmal
{
    vertical-align: top;
    width: 90px;
    font-size: 11px;
    font-weight: bold;
}
.tabelmiddel
{
    vertical-align: top;
    width: 140px;
    font-size: 11px;
    font-weight: bold;
}
.tabeldubbel
{
    vertical-align: top;
    width: 230px;
    font-size: 11px;
    font-weight: bold;
}
.tabelbreed
{
    vertical-align: top;
    width: 350px;
    font-size: 11px;
    font-weight: bold;
}

.tabelextrabreed
{
    vertical-align: top;
    width: 490px;
    font-size: 11px;
    font-weight: bold;
}

.kop
{
    margin: 0 5px 40px 5px;
}
.koplinks
{
    position: relative;
    color: black;
    background-color: yellow;
    top: 17px;
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #333333;
    padding: 2px 1px 1px 2px;
    z-index: 2;
}
.koprechts
{
    position: relative;
    background-color: black;
    top: -17px;
    width: 80%;
    font-size: 12px;
    font-weight: bold;
    float: right;
    text-align: right;
    border: 1px solid #333333;
    padding: 2px 2px 1px 2px;
    z-index: 1;
    color: white;
    margin-top: 17px;
    z-index: 1;
}

.accentrood
{
    font-weight: bold;
    color: Red;
}
.opmerking
{
    margin: 0 10px 0 0;
    padding: 0;
    text-align: right;
    font-weight: bold;
}

