body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

* {
	margin:0px;
	padding:0px;
}

td, div, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* basis */

.maintable {
	margin:0px auto;
	width:970px;
}

.top_left {
	width:244px;
	height:43px;
	margin:0px;
	padding-top:67px;
	border-right:1px solid #FFFFFF;
	font-size:12px;
}

.top_left, .top_left a {
	color:#9f8a8a;
	text-decoration:none;
}

.top_middle {
	width:483px;
	height:110px;
	border-right:1px solid #FFFFFF;
}	

.top_right {
	width:241px;
	height:110px;
}

.spacer_left {
	width:244px;
	height:7px;
	background-color:#0082b3;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;	
}

.spacer_right {
	width:725px;
	height:7px;
	background-color:#211d70;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

.blue {
	background-color:#0082b3;
}	

.spacer_left_div {
	width:244px;
	height:5px;
	background-color:#0082b3;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;	
}

.red,
.spacer_red {
	background-color:#ce0037;
}

.purple,
.spacer_purple {
	background-color:#381cbe;
}

.green,
.spacer_green {
	background-color:#00c442;
}

.orange,
.spacer_orange {
	background-color:#df7102;
}

.yellow,
.spacer_yellow {
	background-color:#cccc00;
}

.main_content {
	vertical-align:top;
}

.footerdiv {
	min-height:31px;
	margin-top:1px;
	padding-left:15px;
	padding-top:4px;
	border:1px solid #cdc3c3;
	background-color:#e8e3e3;
	margin-bottom:10px;
}

.footerdiv a {
	color:#000000;
	text-decoration:none;
}

/* logo en menu right */

.logo_left {
	height:141px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.menu_right {
	height:141px;
	border-bottom:1px solid #FFFFFF;
}

.menu_right_table {
	width:725px;
	height:141px;
	text-align:center;
}

.menu_right_table_topblue, menu_right_table_topred, menu_right_table_toppurple, menu_right_table_topgreen, menu_right_table_toporange, menu_right_table_topyellow {
	height:100px;
	border-bottom:1px solid #FFFFFF;
}

.menu_right_table td a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.menu_right_table_topblue {
	background-image:url(../images/topblue.jpg);
	background-repeat:no-repeat;
	width:120px;
}

.menu_right_table_topred {
	background-image:url(../images/topred.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_toppurple {
	background-image:url(../images/toppurple.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_topgreen {
	background-image:url(../images/topgreen.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_toporange {
	background-image:url(../images/toporange.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_topyellow {
	background-image:url(../images/topyellow.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_blue, menu_right_table_red, menu_right_table_purple, menu_right_table_green, menu_right_table_orange, menu_right_table_yellow {
	height:40px;
}

.menu_right_table_blue {
	background-image:url(../images/blue.jpg);
	width:120px;
}

.menu_right_table_red {
	background-image:url(../images/red.jpg);
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_purple {
	background-image:url(../images/purple.jpg);
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_green {
	background-image:url(../images/green.jpg);
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_orange {
	background-image:url(../images/orange.jpg);
	border-left:1px solid #FFFFFF;
	width:120px;
}

.menu_right_table_yellow {
	background-image:url(../images/yellow.jpg);
	border-left:1px solid #FFFFFF;
	width:120px;
}

/* main menu */

.main_menu {
	height:223px;
	border-right:1px solid #FFFFFF;
	vertical-align:top;
}

.main_menu ul {
	list-style-type:none;
	margin:0px;
}

.main_menu ul li {
	min-height:22px;
	padding-left:25px;
	padding-top:5px;
	border-bottom:1px solid #FFFFFF;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
}

.main_menu ul li.selected {
	background-image:url(../images/bullet_active.gif);
	background-repeat:no-repeat;
}

.main_menu ul li a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.main_menu ul li ul {
	margin-top:10px;
}

.main_menu ul li ul li {
	min-height:22px;
	padding-left:25px;
	padding-top:5px;
	border-bottom:1px solid #FFFFFF;
	background-image:url(../images/bullet_sub.gif);
	background-repeat:no-repeat;
}

.main_menu ul li ul li.selected {
	background-image:url(../images/bullet_active_sub.gif);
	background-repeat:no-repeat;
}

.main_menu ul li ul li  a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

div.movieplayer {
	padding: 1px;
	border: 1px solid #cdc3c3;
	}


/* googlemaps */

.googlediv {
	height:205px;
	padding:5px;
	width:232px;
	border:1px solid #cdc3c3;
}

.googlediv img {
	margin-top:25px;
}

/* main content */

.main_content_front {
	height:232px;
	background-image:url(../images/front_background.gif);
	background-repeat: repeat-x;
	background-color:#F4F2F2;
}

.main_content_front_news, .main_content_front_agenda {
	vertical-align:top;
	padding-top:15px;
	padding-left:15px;
	border-top:1px solid #cdc3c3;
	border-left:1px solid #cdc3c3;
	border-right:1px solid #cdc3c3;
	border-bottom:1px solid #cdc3c3 ! important;
	background-image: url('/images/bg_home_news.gif');
	background-repeat: repeat-x;
}

.main_content_front_news {
	width:467px;
}
div.newsitem {
	margin-bottom: 25px;
	margin-right: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	}
span.date {
	color: #666666;
	}
div.newsitem b {
/*	position: relative;
	top: 10px; */
	}
div.newsitem img {
	position: relative;
	top: 15px;
	margin-bottom: 25px;
	}
div.newsitem span.date img {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	}

.main_content_front_news img,
.main_content_front_agenda img {
	margin-left:5px;
}

.main_content_front_agenda {
	width:224px;
}

.main_content_front_agenda a {
	color:#000000;
}

table.tableagenda {
	width: 224px;
	}

.main_content_spacer {
	width:1px;
	padding:0px !important;
	border:none !important;
}

.main_content_front_news table td {
	width:100%;
	padding-bottom:10px;
}

.main_content_front_news table, .main_content_front_news table a {
	color:#000000;
}

.tablenews td {
	vertical-align:top;
}

a.nieuwsoverzicht {
	background-image:url(../images/nieuwsoverzicht.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color: #2691c5 ! important;
	font-weight: bold;
	text-decoration: none;
	}

.tableagenda td {
	padding-bottom:10px;
}

.tableagenda, .tableagenda a {
	color:#000000;
}

.main_content_table {
	width:100%;
	height:225px;
	border-top:1px solid #cdc3c3;
}

.main_content_tabletd {
	vertical-align:top;
	border-bottom:1px solid #cdc3c3;
	border-left:1px solid #cdc3c3;
}

.main_content_tabletd img {
	white-space:nowrap !important;
}

td.main_content_tabletd p > img {
	margin:10px;
}

.main_content_tabletd_right {
	vertical-align:top;
	border-bottom:1px solid #cdc3c3;
	border-right:1px solid #cdc3c3;
}

.main_content_tabletd_rightnext {
	vertical-align:top;
	border-bottom:1px solid #cdc3c3;
	border-right:1px solid #cdc3c3;
	border-top:1px solid #cdc3c3;
}

.main_content_divleft {
	width:448px;
	border-top:1px solid #cdc3c3;
	min-height:185px;
	padding:15px;
	font-size:12px;
}

.main_content_divleft img {
	margin:10px;
}

.main_content_divleft a {
	color:#000000;
}

.main_content_divleft table td {
	vertical-align:top;
	padding-right:10px;
}

.main_content_divright {
	width:239px;
	border-top:1px solid #cdc3c3;
	min-height:213px;
	padding:1px;
}

/* next page */

.content_block {
	width:229px;
	border:1px solid #cdc3c3;
	min-height:170px;
	margin:1px;
	margin-top:15px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(../images/front_background.gif);
}

.content_block_foto {
	width:239px;
	border:1px solid #cdc3c3;
	margin:1px;
	margin-top:15px;
	background-image:url(../images/front_background.gif);
}

.content_block a, .content_block_foto a {
	color:#000000;
}

/* --- */

P {
	margin-bottom:15px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#2691c5;
}
td.main_content_front_news h2,
td.main_content_front_agenda h2 {
	font-size: 16px;
	}

td.main_content_front_agenda h2 {
	margin-bottom:10px;
}

h3 {
	color:#0082B3;
	font-size:12px;
	font-weight:bold;
}

ul, ol {
	margin-left: 20px;
	}

.content_block h3 {
	margin-bottom:10px;
}

/* FORMS */

form td {
	padding: 3px 10px 3px 0px;
	}