html {
	/*background: #000 url(../img/background.gif);*/
	/*background: #e61030;*/
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	min-width: 1004px;
}
body, table, td, th, input, textarea, select {
	font: normal 12px arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.inactive {
	color: #6e6e6e;
}

h1 a, h2 a, h3 a, h4 a, .pageDistribution a, table a, ul a, a.nounderline {
	color: #00F;
	text-decoration: none;
}
h3 a, h4 a {
	color: #232323;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
.pageDistribution a:hover, table a:hover, ul a:hover,
a.nounderline:hover {
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	display: none;
}

#top {
	margin-top: 4px;
	/*height: 21px;*/
	height: 100px;
	background: url(../img/header.png) no-repeat center top;
	font-size: 0; /* IE */
}

#layout {
	margin: 0 auto;
	width: 800px; /*1000px;*/
	padding: 0px;
	position: relative;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
}

#siteNav {
	height: 44px;
	background: #e61030 url(../img/sitenav_bg.gif) repeat-x;
	/*background: #e61030;*/
	overflow: hidden;
}

#siteNav fieldset {
	margin-top: 14px;
	margin-left: 16px; /*72px; /*197px;*/
	height: 30px;
	background: url(../img/buttons_left.gif) no-repeat;
}

#siteNav ul {
	margin: 0 0 0 13px;
	height: 30px;
	width: 763px; /*656px; /* 6 * 107 + 14 */
	padding: 0;
	list-style: none;
	background: url(../img/buttons_right.gif) no-repeat right top;
}

#siteNav ul li {
	float: left;
	height: 21px;
	width: 107px;
	/*background: #d00026 url(../img/button_mid.gif) no-repeat;*/
	background: url(../img/button_mid.gif) no-repeat;
	text-align: center;
	padding-top: 9px;
	position: relative; /* IE7 needs this, IE6 as well? */
}
#siteNav li.first {
	background-image: url(../img/button_first.gif);
}
#siteNav li.last {
	background-image: url(../img/button_last.gif);
}
#siteNav li.active {
	background-image: url(../img/button_active.gif);
}
#siteNav ul li.bypass {
	display: none;
}
#siteNav ul li:hover {
	background-position: 0 -30px;
}
#siteNav li.active:hover {
	background-position: 0 0;
}

#siteNav ul li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: #e6e6e6;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
#siteNav ul li a:hover {
	border-bottom: 1px dotted #d7d7d7;
}

#groupNav {
	height: 26px; /*26px*/
	/*background: #000;*/
	background: #0683FF;
	border-bottom: 1px solid white;
}

#groupNav fieldset div {
	position: absolute;
	top: 44px; /*44px;*/
	left: 72px;
	visibility: hidden;
	z-index: 100;
}

#groupNav fieldset div.active {
	visibility: visible;
}

#groupNav fieldset div h3 {
	display: none;
}

#groupNav fieldset div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

#groupNav fieldset div ul li {
	display: inline;
	padding: 6px 11px;
	background: url(../img/spacer.gif) no-repeat;
}
#groupNav fieldset div ul li.dummy { padding: 4px 0 4px 1px; }
#groupNav fieldset div ul li.subitems { background-image: url(../img/spacer_subitems.gif); cursor: pointer; }
#groupNav fieldset div ul li.active { background-image: url(../img/spacer_active.gif); }
#groupNav fieldset div ul li.activesubitems { background-image: url(../img/spacer_active_subitems.gif); cursor: pointer; }
#groupNav fieldset div ul li.activeNeighbor { background-image: url(../img/spacer_activeneighbour.gif); }
#groupNav fieldset div ul li.activeNeighborsubitems { background-image: url(../img/spacer_activeneighbor_subitems.gif); cursor: pointer; }
#groupNav fieldset div ul li:hover { background-position: 0 -25px; }

#groupNav fieldset div ul li, #groupNav fieldset div ul li a {
	/* het submenu in de blauwe balk */
	line-height: 26px;
	color: #cdcdcd;
	font-size: 11px;
	text-decoration: none;
}

#groupNav fieldset div ul li.active, #groupNav fieldset div ul li.active a,
#groupNav fieldset div ul li.activesubitems, #groupNav fieldset div ul li.activesubitems a {
	/* het actievesubmenu in de blauwe balk */
	color: #c0ff00;
	font-weight: bold;
}

#groupNav fieldset div ul li a:hover {
	/* hoversubmenu in de blauwe balk */
	text-decoration: underline;
}

#groupNav fieldset div ul li div {
	width: 160px;
	position: absolute;
	top: 26px;
	display: none;
	padding: 1px;
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background-color: #373737;
	visibility: visible;
	z-index: 105;
}
#groupNav fieldset div ul li div ul {
	/*submenu submenu */
	width: 154px;
	padding: 2px;
	border: 1px solid #7b7b7b;
	background-color: #CFCFCF; /*#373737;*/
}

#groupNav fieldset div ul li div ul li {
	display: block;
	padding: 0;
	background: none;
}

#groupNav fieldset div ul li div ul li, #groupNav fieldset div ul li div ul li a,
#groupNav fieldset div ul li.active div ul li, #groupNav fieldset div ul li.active div ul li a,
#groupNav fieldset div ul li.activesubitems div ul li, #groupNav fieldset div ul li.activesubitems div ul li a {
	/*submenu submenu items zonder link */
	line-height: normal;
	color: #f00; /*#cdcdcd;*/
	font-weight: bold; /*normal;*/
}

#groupNav fieldset div ul li div ul li a {
	/*submenu submenu items met link */
	height: 1%; /* IE :r */
	display: block;
	padding: 5px 0px 5px 11px;
	white-space: nowrap;
	color: #00f; /*#cdcdcd;*/
	font-weight: normal;
}

#groupNav fieldset div ul li div ul li a:hover {
	/*submenu submenu items met link */
	background-color: #0683FF; /*#4b4b4b;*/
	
}

#med {
	background-color: #f5f6be;
	border: 1px solid #b8b8b8;
}
#med img.close {
	float: right;
	margin: 2px 2px 5px 5px;
	cursor: pointer;
}
#med h3 {
	font-size: 13px;
}
#med h3, #med p {
	margin: 0;
	padding: 5px;
}

#contentArea {
	width: 100%; 
	min-height: 600px;
	height: 100%;
}

#contentWrapper {
	/* bottom top right bottom left*/
	padding: 8px 0 10px 8px; 
	position: relative;
}

#contentWrapper > div {
	overflow: hidden;
}

/* Default content-area */
.content {
	float: left;
	clear: both;
	margin-right: 15px;
	width: 535px;
	overflow: hidden;
	line-height: 18px;
	padding-bottom: 10px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

h1, h2 {
	font-family: "century gothic", futura, arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	font-size: 18px;
	white-space: nowrap;
	color: #787777;
}

h1 a, h2 a {
	text-decoration: none;
}

h2 {
	margin-bottom: 15px;
}

h1.wrapnormal, h2.wrapnormal {
	white-space: normal;
	line-height: 22px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	color: #232323;
}

h4 {
	font-size: 14px;
	color: #232323;
}

p {
	margin: 0 0 10px 0;
}

.small .content, .smallLayout {
	width: 410px;
	margin-right: 14px;
}

.frontpage .contentL {
	width: 370px;
	margin-left: 2px;
	margin-right: 17px;
	float: left;
}
.frontpage .contentR {
	width: 370px;
	margin-left: 2px;
	margin-right: 12px;
	float: right;
}

.frontpage .content {
	width: 740px;
	margin-left: 2px;
	float: none;
}

.fullScreen .content {
	float: none;
	margin: 0;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 0;
}

div.hr, div.hr-light {
	height: 1px;
	overflow: hidden;
	margin: 4px 0 0 0;
	clear: both;
}

div.hr {
	background-color: #b8b8b8;
	margin-top: 10px;
}

div.hr hr, div.hr-light hr, div.clear hr {
	display: none;
}

.small .sidebar .wrap, .frontpage .wrap {
	overflow: hidden;
}

.small .sidebar .wrap div, .frontpage .wrap div {
	float: left;
	width: 50%;
}

.small .sidebar .wrap div div, .frontpage .wrap div div {
	float: none;
	width: auto;
}

.small .sidebar .wrap div.hr, .frontpage .wrap div.hr {
	display: none;
}

.bottomcontent {
	clear: both;
	margin-right: 15px;
	line-height: 18px;
}

hr {
	margin: 0;
}

hr.short {
	border: 0;
	border-top: 1px solid #e6e6e6;
	width: 65px;
	height: 1px;
	text-align: left;
	margin-top: 20px;
}

hr.short + h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}

hr.long {
	border: 0;
	border-top: 1px solid #e6e6e6;
	width: 125px;
	height: 1px;
	text-align: left;
}

div.section {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 17px;
}

.pageItem {
	margin-bottom: 3px;
	margin-top: 14px;
}
.pageItem table.flat {
	margin-bottom: 0;
}

.sidebar div.section {
	font-size: 11px;
}

h4.sectionhead {
	margin-bottom: 5px;
	color: #6e6e6e;
}

h4.sectionhead a {
	color: #6e6e6e;
}

h4.sectionhead a:hover {
	color: #6e6e6e;
}

div.section p {
	margin: 0 0 10px 0;
}

div.section ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
}

div.section ul li {
	line-height: 20px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.section ul li a {
	text-decoration: none;
}

div.section ul a:hover {
	text-decoration: underline;
}

/*div.section ul li.documents a {
	text-decoration: underline;
}*/
div.section ul li.documents a,
div.section ul li.documents strong {
	margin: 0 2px;
}
div.content ul li.comments a {
	font-weight: bold;
}

div.section div.meuk ul {
	border-top: 1px solid #e6e6e6;
}

div.section div.meuk ul.leftmeuk {
	margin-left: 0px;
}

div.section div.meuk ul li {
	padding: 2px 2px 2px 18px;
	border-bottom: 1px solid #e6e6e6;
	background-position: 0px 6px;
}

div.section div.meuk h4 {
	font-size: 11px;
	padding-left: 24px;
	margin: 0 0 2px 0;
}
h4.smallHeader {
	font-size: 11px;
	padding-left: 20px;
	margin: 0 0 2px 0;
}
div.section div.meuk h4.left {
	padding-left: 17px;
}


/* BOTTOM */

#bottom div.container {
	margin: 0 auto;
	text-align: center;
	width: 800px; /*1000px;*/
	padding: 0px 0px 4px 0px;
	position: relative;
	font-size: 11px;
	color: #6e6e6e;
}

#bottom div.left {
	position: relative;
	width: 100px;
	height: 21px;
	line-height: 21px;
	float: left;
	margin-top: 7px;
	margin-right: 31px;
}

#bottom div.left a.rss {
	margin-left: 2px;
	vertical-align: bottom;
}

#bottom div.right {
	width: 60px;
	height: 30px;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	display: inline; /* IE */
}

#bottom ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottom li {
	display: inline;
	list-style-type: none;
	padding: 2px;
}

#bottom a, #bottom a:visited {
	color: #6e6e6e;
}

/* Newtable */
table.newtable, .newtable table {
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 0px;
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}

.newtable th {
	font-size: 11px;
	vertical-align: bottom;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 2px 5px 4px;
	font-weight: bold;
}

.newtable th.right {
	border-right: 1px solid #B4B4B4;
}

.newtable th.head {
	text-align: center;
	font-size: 12px;
	border-left: 1px solid white;
	border-right: 1px solid #B4B4B4;
}

.newtable td {
	font-size: 11px;
	border-left: 1px solid white;
	border-right: 1px solid #B4B4B4;
	border-top: 1px solid white;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}

.newtable td.clearleft {
	border-left: 0px;
}

.newtable td.clearright {
	border-right: 0px;
}

.newtable td.clearboth {
	border-left: 0px;
	border-right: 0px;
}

.newtable tr.newitem td {
	color: #C00042;
}

.newtable tr.newitem a {
	color: #C00042;
}

table.headlines {
	border: none;
	border-top: 1px solid #B4B4B4;
}
table.headlines tr {
	background: none;
}
table.headlines tr td {
	border: none;
	border-bottom: 1px solid #B4B4B4;
}

.contentTitle{
	/*border-style: none;
	border-bottom-style: solid;
	border-left-style: solid;*/
	border-style: solid;
	border-width: 1px;
	border-color: #0683FF;
	padding-left: 15px;
	background: #9CD1FF;
	background-image: url(../img/title_ico.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.contentTitle h4 {
	font-size: 12px;
	font-weight: bold;
	/*olor: #FFCC00; */
	color: #000;
	margin: 2px 3px 2px 3px;
}

.content .justify p,
.content .userReview {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 18px;
}

.content input, .content select, .content textarea,
.sidebar input, .sidebar select, .sidebar textarea {
	font-size: 11px;
}

.content input.inputText, .content textarea,
.sidebar input.inputText, .sidebar textarea {
	border: 1px solid #b1b1b1;
	background-color: #fff;
	padding: 2px 3px 2px 3px;
	background-image: url(../g/form/search/input_text_bg.gif);
	background-repeat: repeat-x;
}

.content input.inputTextDisabled, .sidebar input.inputTextDisabled {
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	padding: 2px 3px 2px 3px;
	color: #505050;
}

option.productLevel1 {
	background-color: #ceff4c;
	font-weight: bold;
}

option.productLevel2 {
	background-color: #ebebeb;
	padding-left: 10px;
}

.green {
	color: #016b3f;
}
.red {
	color: #b4002c;
}
.gray {
	color: #555555;
}

.error, .alert {
	color: #ff0000;
}

.admin {
	font-size: 11px;
	border: 1px solid #c5c5c5;
	padding: 3px;
	margin: 3px;
}

.nowrap {
	white-space: nowrap;
}

acronym {
	border-bottom: 1px dotted black;
}

img.border {
	border: 1px solid #000;
}

/* Margins */
.marginTop { margin-top: 10px; }
.marginTop5 { margin-top: 5px; }
.marginTop15 { margin-top: 15px; }
.paddingTop { padding-top: 5px;	margin-top: 0px; }
.nomargin {	margin-top: 0px; margin-bottom: 0px; }
.marginBottom { margin-bottom: 10px; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom15 { margin-bottom: 15px; }


/* default colors (main) */
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, .sidebar h4.channel {
	color: #ed053e;
}

span.datumtijd {
	color: #5F5F5F;
	font-style: italic;
}

a:hover,
ul li a:hover span.date,
p.breadCrumb a:hover,
.pageDistribution a:hover,
a.pwmanager1:hover,
.tableVa td.title a:hover,
table.flat a:hover,
table.itemList a:hover,
span.author a:hover,
p.author a:hover,
.highlightLinks a:hover,
#bottom a:hover {
	color: #ed053e;
}

.content table.nextPrevious td a.next.main,
.content p.nextPrevious a.mixHeadlineNext {
	color: #b22447;
}
.content table.nextPrevious td a.prev.main,
.content p.nextPrevious a.mixHeadlinePrevious {
	color: #642736;
}

/*oude style functies */
.activiteiten_title{
	font-family:verdana;
	color:#0066FF;
}
.activiteiten{
	font-family:verdana;
	font-size:11px;
}
.activiteiten_maand{
	font-family:verdana;
	font-size:13px;
	color:#0066FF;
}
.activiteiten_soort{
	font-family:verdana;
	font-size:12px;
	color:#0066FF;
}
.graynone{
    COLOR:#000;
    BORDER-STYLE:solid;
    BORDER-COLOR:gray;
    BACKGROUND-COLOR:#D0DCE0;
    BORDER-WIDTH:1px;
    FONT-SIZE:11px;
}
.geel{
	BACKGROUND-COLOR:#FFCC00;
    BORDER-STYLE:solid;
    BORDER-WIDTH:1px;
    BORDER-COLOR:black;
    FONT-SIZE:10px; 
}
/*formulieren */
form {
 	margin:30px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	font:400 11px "Lucida Grande","Nimbus Sans Medium",Arial,sans-serif;
	text-align:left;
}
  
.submit input{
	margin-left: 4.5em;
}
input, textarea{
	color: #000;
	background: #fee3ad;
	border: 1px solid #1eb53a
}

input, checkbox, radio{
	color: #000;
	/*background: #fee3ad;
	border: 1px solid #1eb53a*/
}
.submit input{
	color: #000;
	background: #1eb53a;
	border: 2px outset #1eb53a
}
#pagenav{
	float: right;
	width: 220px;
}

#pagenav .verder {
	float: right;
	border: 1px solid;
	background: #50B848;
	font-weight: bold;
}
#pagenav .terug {
	float: left;
	border: 1px solid;
	background: #50B848;
	font-weight: bold;
}

#pagenav a {
	text-decoration: none;
}
pre{background-color: #FAFAF0;
	padding: 2px;
	width: 100%;
	border: 1px solid #E8E7D0;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;}
	
td .fout{
	border-style: solid;
	border-with: 1px;
	border-color: #FF0000;
	color: #FF0000;
}