
/*__________ RESET DEFAULTS __________ */

* {
   padding: 0;
   margin: 0;
   -moz-box-sizing     :   border-box;
   box-sizing          :   border-box;
}

ul {
    padding-left: 1em;
    margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*__________ HTML DEFAULTS __________ */

body {
    margin: 0;
    padding: 0;   
    text-align: center;
}

h6 {
    font-size: 100%;
}

/* start auto css */
body {
    background: #ECECEC;
    font-family: verdana;
    font-size: 0.7em;
    line-height: 120%;
    color: #333333;
    margin-bottom: 20px;
}

a {
    color: #333333;
}

a:hover {
    color: #333333;
}

ul.ul_lijst li a {
    color: ;
    font-weight: ;
}

h6 {
    color: ;
}

h6.rubriektitel {
    color: ;
    font-family: ;
    font-weight: ;
}

span.kruimelspoor {
    color: #4e4e4e;
    font-family: verdana;
    font-weight: normal;
}

ul.itemlist {
    padding: ;
    margin: ;
}

ul.itemlist li {
    padding: ;
    margin: ;
}

ul.itemlist li a {
    color: ;
}

ul.itemlist li a:hover {
    color: ;
}

ul.itemlist_bullet {
    padding: ;
    margin: ;
}

ul.itemlist_bullet li {
    padding: ;
    margin: ;
}

ul.itemlist_bullet li a {
    color: ;
}

ul.itemlist_bullet li a:hover {
    color: ;
}

div.quickmenu_item a {
    color: ;
}

div.quickmenu_item a:hover {
    color: ;
}

/* end auto css */

table {
    font-size: 100%;
}

div#content table {
    width: 100%;
}

div#content iframe {
    width: 500px;
}

/*__________ SIMSITE DEFAULTS __________ */

ul.ul_lijst li a {
}

h6.rubriek {
}

h6.rubriek a {
}

div#rubrieken_wrap {
    width: 100%;
}


/*__________ WEBSITE __________ */

div#globalWrapper {
    margin: 0px auto;
    text-align: left;
    width: 990px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    background: #FFF url(../images/body_bg.gif) repeat-y;    
}

div#header {
    width: 100%;
    height: 87px;
    position: relative;
    background: #FFF;
}

div#logo {
    width: 208px;
    height: 87px;
    display: block;
    background: url(../images/logo.jpg) bottom left no-repeat;    
    float: left;
    padding-top: 10px;
    padding-left: 22px;
    color: #957781;
    font-style: italic;
    font-size: 170%;
    letter-spacing: 3px;
}

div#right_top {
    width: 222px;
    height: 69px;
    display: block;    
    float: left;
    margin-bottom: 1px;
}

div#right_top img {
	width: 222px;
	height: 69px;
}

div#right_bottom {
    width: 222px;
    height: 17px;
    float: left;
    background-color: #59102e;    
}


div#left_column {
    display: block;
    width: 209px;
    height: auto;
    float: left;
}

div#content {
    display: block;
    width: 555px;
    float: left;
    min-height: 500px;
    padding: 10px 25px 0 25px;
    z-index: 1;
}

div#content:after { 
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}

div#search {
    width: 160px;
    height: 29px;
    position: absolute;
    left: 0px;
    top: 140px;
    border: 1px solid #ccc;    
}

div#search form#searchformsite input#keyword {
    width: 100px;
}

div#search form#searchformsite input#submit {
    background: url(../images/but_zoek.gif) top left no-repeat;
    border: none;
    width: 50px;
}

div#welcome {
    margin-top: 35px;
    font-size: 170%;
}

div#raad {
    margin-top: 20px;
    width: 505px;
    height: 200px;
    background: url(../images/raad.jpg) top left no-repeat;
}

div#line_contentfield {
    margin-top: 15px;
    width: 505px;
    height: 5px;
    background: url(../images/line_contentfield.jpg) top center no-repeat;
}

div#wysiwyg_welcome {
    margin-top: 25px;
    display: block;
}    

div#calendar {
    position: relative;
    width: 223px;
    min-height: 200px;
    border-right: 1px solid #0AA4A5;
    border-bottom: 1px solid #0AA4A5;
    float: right;
    display: block;    
    margin-top: 45px;
}

div#calendar_header {
    display: block;
    width: 100%;
    height: 24px;
    background: #0AA4A5;
    color: #FFF;
    font-weight: bold;
    padding: 5px 18px 0 0;
    text-align: right;
    margin-bottom: 10px;
}

div#calendar div#agenda_left_column {
    margin-left: 20px;
}

div#calendar div#agenda_left_column ul {
    margin-left: 10px;
}

div#calendar div#agenda_right_column {
    width: 176px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: url(../images/calendar_mask.gif) 0px 22px no-repeat;
}

div#calendar table.smallcalendar {
    width: 176px;
}

div#calendar table.top {
    margin-bottom: 8px;
}

div#calendar td.calendartop {
    display: none;
}

div#calendar td.calendarCell {
    height: 22px;
    width: 22px;
    padding-top: 4px;
    text-align: center;
    background: none;
    border: none;
}

div#calendar td.calendarToday {
    height: 22px;
    width: 22px;
    background: #C8C8C8;
    padding-top: 4px;
    text-align: center;
    color: blabk;
    border: none;
}

div#calendar td.calendarToday a {
    color: #E3E3E3;
}

div#calendar a.calenderlink {
    color: #0AA4A5;
}

div#eerstvolgende {
    position: relative;
    width: 223px;
    border-right: 1px solid #0AA4A5;
    border-bottom: 1px solid #0AA4A5;
    float: right;
    display: block;    
    margin-top: 30px;
}

div#eerstvolgende_header {
    display: block;
    width: 100%;
    height: 24px;
    background: #0AA4A5;
    color: #FFF;
    font-weight: bold;
    padding: 5px 18px 0 0;
    margin-bottom: 10px;
    text-align: right;
}

div#eerstvolgende_body {
    display: block;
    width: 100%;
    padding: 0 18px 30px;
    text-align: right;
}

div#kruimel {
    margin-bottom: 15px;
}

div#page_title {
    font-size: 170%;
    margin-bottom: 10px;
}

/*__________ WEBSITE NAVIGATIE MAIN __________*/

div#quickmenu {
    position: relative;
    width: 208px;
    min-height: 130px;
    border-left: 1px solid #0AA4A5;
    border-bottom: 1px solid #0AA4A5;
    float: left;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 3px;
}

div#quickmenu.np {
    border: none;
    margin-top: 25px;
}

div#quickmenu_header {
    display: block;
    width: 206px;
    height: 24px;
    background: #0AA4A5;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0 0 18px;
    margin-bottom: 10px;
}

div.quickmenu_item {
    width: 100%;
    height: 24px;
    padding: 5px 20px 0 0;
    text-align: right;
    font-weight: bold;
}

div#quickmenu a {
    text-decoration: none;
    padding-right: 25px;
    height: 20px;
    padding-top: 3px;
}

div#quickmenu_zoeken {
	padding-right: 15px;	
}

div#quickmenu_home a {
	background: url(../images/button_home.jpg) right 3px no-repeat;
}

div#quickmenu_zoeken a {
    background: url(../images/button_zoeken.jpg) right 3px no-repeat;
    padding-right: 30px;
}

div#quickmenu_tekstversie a {
    background: url(../images/button_tekstversie.jpg) right 3px no-repeat;
}

div#quickmenu_sitemap a {
	background: url(../images/logo sitemap.jpg) right 3px no-repeat;
}

ul#navlist {
	width: 560px;
}

div#subnavigation ul#navlist {
	width: 207px;
}

div#navigation {
    width: 560px;
    height: 87px;
    display: block;
    float: left;
}

div#navcontainer {
	width: 560px;
}

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

div#navigation ul li.rei_menu_hoofdli {
    display: block;
    float: left;
    height: 87px;
    margin-right: 1px;
}

div#navigation ul li.rei_menu_hoofdli a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    display: block;
    width: 100%;
    height: 69px;
    background: #59102E;
    padding: 26px 0 0 6px;
}

div#navigation ul li#hoofdli1 {
    background: url(../images/topbottom_button_blue.jpg) left bottom no-repeat;
}

div#navigation ul li#hoofdli2 {
    background: url(../images/topbottom_button_red.jpg) left bottom no-repeat;
}

div#navigation ul li#hoofdli3 {
    background: url(../images/topbottom_button_yellow.jpg) left bottom no-repeat;
}

div#navigation ul li#hoofdli4 {
    background: url(../images/topbottom_button_green.jpg) left bottom no-repeat;
}

div#navigation ul li#hoofdli5 {
    background: url(../images/topbottom_button_purple.jpg) left bottom no-repeat;
}

div#navigation ul.subcontainer {
    margin-top: 18px;
    padding-top: 1px;
    position: absolute;
    z-index: 2;
}

div#navigation ul.subcontainer li {
    width: 100%;
    height: 25px;
    background: #FFF;
}

div#navigation ul.subcontainer li a {
    padding: 5px 0 0 6px;
    width: 100%;
    height: 24px;    
    font-weight: normal;
}

div#navigation ul li#hoofdli1 a:hover, 
div#navigation ul li#hoofdli1 a.item_active, 
div#navigation ul li#hoofdli1 a.item_active:hover {
    background-color: #0AA4A5;
}

div#navigation ul li#hoofdli1 ul.subcontainer li a {
    background: #0AA4A5;
}

div#navigation ul li#hoofdli1 ul.subcontainer li a:hover {
    background: #4AA8AA;
}

div#navigation ul li#hoofdli2 a:hover, 
div#navigation ul li#hoofdli2 a.item_active {
    background: #BD001E;
}

div#navigation ul li#hoofdli2 ul.subcontainer li a {
    background: #BD001E;
}

div#navigation ul li#hoofdli2 ul.subcontainer li a:hover {
    background: #CE112F;
}

div#navigation ul li#hoofdli3 a:hover, 
div#navigation ul li#hoofdli3 a.item_active {
    background: #FF9400;
}

div#navigation ul li#hoofdli3 ul.subcontainer li a {
    background: #FF9400;
}

div#navigation ul li#hoofdli3 ul.subcontainer li a:hover {
    background: #FFA511;
}

div#navigation ul li#hoofdli4 a:hover, 
div#navigation ul li#hoofdli4 a.item_active {
    background: #008A01;
}

div#navigation ul li#hoofdli4 ul.subcontainer li a {
    background: #008A01;
}

div#navigation ul li#hoofdli4 ul.subcontainer li a:hover {
    background: #119B12;
}

div#navigation ul li#hoofdli5 a:hover, 
div#navigation ul li#hoofdli5 a.item_active {
    background: #632673;
}

div#navigation ul li#hoofdli5 ul.subcontainer li a {
    background: #632673;
}

div#navigation ul li#hoofdli5 ul.subcontainer li a:hover {
    background: #743784;
}

/*__________ WEBSITE NAVIGATIE SUB __________*/
div#subnavigation {
    position: relative;
    width: 207px;
    float: left;
    display: block;
}

div#subnavigation div#navcontainer {
	width: 208px;
}

div#subnavigation_header {
    display: block;
    width: 100%;
    height: 24px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0 0 15px;
}

div.subnavigation_headercolor1 {
    background: #0AA4A5;
}

div.subnavigation_headercolor2 {
    background: #BD001E;
}

div.subnavigation_headercolor3 {
    background: #FF9400;
}

div.subnavigation_headercolor4 {
    background: #018B02;
}

div.subnavigation_headercolor5 {
    background: #632673;
}

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

div#subnavigation ul li {
    display: block;
    height: 28px;
    width: 210px;
}

div#subnavigation ul li a {
    display: block;
    height: 28px;
    text-decoration: none;
    padding: 7px 0 0 15px;
    background: url(../images/submenu.jpg) left bottom no-repeat;
}

div#subnavigation ul li a.subitem_active, div#subnavigation ul li a:hover {
    font-weight: bold;
    background: url(../images/submenu_activelink.jpg) left bottom no-repeat;
}

div#bar_bottom_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 206px;
    height: 22px;
    background: url(../images/bar_bottom_left.jpg) left bottom no-repeat;
    clear: both;
}

div.clear {
    clear: both;
}

ul.ul_lijst div.lijstitem_intro ul, 
div#intro ul {
	padding-left: 15px;
}

div#intro ol {
	padding-left: 20px;
}

/*div#calendar td.calendarHeader a.calenderlink {
	background: url("../images/back_calendar.jpg") no-repeat 0px 3px;
	display: block;
	width: 15px;
	float: left;
	color: white;
	border-bottom: 1px solid black;
	margin-left: 20px;
	margin-right: -20px;
}

div#calendar td.calendarHeader a.calenderlink_right {
	background: url("../images/forward_calendar.jpg") no-repeat 0px 3px;
	display: block;
	width: 15px;
	float: left;	
}*/

iframe#opus {
	min-height: 500px;
}

#navigation div.top-bar {
	height:69px;
	width:560px ;
	background-color:#59102e;
}

#navigation div.top-bar h1 {
    color:#ffffff;
	font-size:120%;
	padding:28px 0 0 20px;
}

#navigation div.bottom-bar {
    height:18px;
    width:560px;
    background-color:#0aa4a5;
	border-top:1px solid #ffffff;
}
