@charset "utf-8";/* CSS Document *//* nieuws-style.css */
div.newsitem, div.newsitem_overview {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

div.newsitem h2, div.newsitem_overview h2 {
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 14px;
}

div.newsitem p {
	padding-bottom: 12px;
	margin: 0px;
}

div.news_details {
	height: 20px;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbbbbb;
	color:#bbbbbb;
}

div.oldnewsitem {
	width		: 100%;
	display	: block;
	position: relative;
	margin	: 0;
	padding	: 0;
}

div.archivepagenrs {
	padding-top: 10px;
	text-align: center;
}

.allnews {
	position: relative;
	display: block;
	padding-top: 15px;
}

span.date {
	width: 95px;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}

span.link {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline;
}

span.currentpagenr {
	border		: 1px solid #00a7e1;
	background: #00a7e1;
	color			: #000; 
}

span.inactive_nextpage, span.inactive_previouspage {
	border : 1px solid #ddd;
	background: #eee;
	color: #aaa;
}

a.pagenr, 
span.currentpagenr {
	position	: relative; 
	display		: inline-block; 
	width			: 18px; 
	height		: 18px;
	text-align: center; 
	text-decoration: none; 
	margin-left: 3px;  
}

a.previouspage, 
a.nextpage, 
span.inactive_nextpage, 
span.inactive_previouspage { 
	position	: relative; 
	display		: inline-block; 
	width			: 85px; 
	height		: 18px;
	text-align: center; 
	text-decoration: none; 
	margin-left: 3px;  
}

a.nextpage, span.inactive_nextpage { margin-left: 10px; float: right; }
a.previouspage, span.inactive_previouspage { margin-right: 10px; float: left; }

a.pagenr, a.previouspage, a.nextpage { 	background: #bee0f3; border: 1px solid #00a7e1;	color: #000;  }
a.pagenr:hover, a.previouspage:hover, a.nextpage:hover { background: #00a7e1; }

/************ Agenda gedeelte *************/
a.agendah1 {font-size: 12px; width:240px; color:#333333; display: block; height:20px; background:url(../images/layout/bg_rss_head.gif) repeat-x; text-align:center; margin:0px; text-decoration:none; font-weight:bold;  margin-top: -10px; margin-left: -10px; }

table.agenda-list { width: 100%; border-spacing: 0; }
h3.agendah3 { padding: 15px 0px 0px 0px; }
table tr.agendaitemlist { background: transparent; }
table tr.agendaitemlist:hover { background: #ccc; cursor: pointer; }
table tr.agendaitemlist td { padding: 3px 3px 3px 3px; border-top: 1px solid #fff; line-height: 18px; }


div.agendaitem { width: 100%; border: 1px solid #a4af8f; margin-top: 10px; }
div.agendaitem p { padding: 10px 10px 10px 10px; }

div.agendaitemheader { Width: 96%; padding: 10px 5px 5px 5px; margin: 0 auto; border-bottom: 1px solid #bbb; color: #ddd; }
div.agendaitemheader div.starttime, 
div.agendaitemheader div.endtime, 
div.agendaitemheader div.duration,
div.agendaitemfooter div.location,
div.agendaitemfooter div.publisher { display: inline; padding-right: 50px; }
div.agendaitemfooter { Width: 96%; padding: 0px 5px 5px 5px; margin: 0 auto; border-top: 1px solid #bbb; }

.agendatabel {
	text-align: center;
	width			: 100%;
	line-height: normal;
}

.agendatabel tr.maandnaam, tr.dagnamen {
	font-weight: bolder;
	font-size: 12px;
	background-color: #bbb;
}

.agendatabel tr.maandnaam { background:url(../images/layout/bg_rss_head.gif) repeat-x; }

.agendatabel tr.maandnaam a	{ font-size: 12px; width:100%; color:#333333; display: block; height:20px; background:url(../images/layout/bg_rss_head.gif) repeat-x; text-align:center; margin:0px; }

.agendatabel tr.dagnrs td {
	height: 25px;
}

.agendatabel tr.dagnrs td.verleden {
	color: #909090;
	border: 1px solid #e0e0e0;
	/*background: url(../images/layout/agenda_verleden_background.gif) repeat-x ;*/
	background-color: #fcfcfc;
}

.agendatabel tr.dagnrs td.verleden-evenement {
	color: #aaa;
	border: 1px solid #e3d367;
	background: #fff08e;
	/* FFE010 */
}
.agendatabel tr.dagnrs td.verleden-evenement a { color: #888; height: 25px; display: block; line-height: 25px;  }

.agendatabel tr.dagnrs td.verleden-evenement:hover {
	border: 1px solid #dbbf00;
	background: #ffe855;
}


.agendatabel tr.dagnrs td.nu {
	color: #000;
	font-weight: bolder;
	border: 1px solid #dd0000;
	background: #e0e0e0;
}

.agendatabel tr.dagnrs td.nu-evenement {
	border: 1px solid #ff0000;
	font-weight: bolder;
	background: #FFE010;
}
.agendatabel tr.dagnrs td.nu-evenement a { color: #444; height: 25px; display: block; line-height: 25px;  }

.agendatabel tr.dagnrs td.nu-evenement:hover {
	border: 1px solid #dd0000;
	background: #f0d100;
}

.agendatabel tr.dagnrs td.evenement {
	color: #000;
	border: 1px solid #b39c00;
	background: #FFE010;
}
.agendatabel tr.dagnrs td.evenement a { color: #000; height: 25px; display: block; line-height: 25px; }

.agendatabel tr.dagnrs td.evenement:hover {
	background: #f3d404;
	border-color: #9b8700;
}

.agendatabel tr.dagnrs td.toekomst {
	color: #444;
	border: 1px solid #999;
	background: #f0f0f0;
}

button {
	background: none;
	border		: none;
	cursor		: hand;
	cursor		: pointer;
}

/*---------------------- Popup gedeelte -------------------*/

div.popupTekst	{
	background-repeat		: no-repeat; 
	background-position	: center right; 
	line-height: normal;
}

.popupTekst table { width: 100%; font-weight: normal; border-collapse: collapse; }
.popupTekst table td.linker { width: 40%; font-weight: bolder; }
.popupTekst table td.rechter { width: 60%; }
.popupTekst table td.rechter strong { color: #dd0000; }
.popupTekst table td.valign { vertical-align: top; height: auto; } 
.popupTekst table td.small { font-size: 11px; padding-bottom: 5px; }
	
a.agendapopup img { border:	none }
a:hover div { filter:	none; }

div#agenda-sidebar { text-align: left; padding: 10px; background: #fff; width: 220px; border: 1px solid #555; color: #666; }
div#agenda-sidebar h3 { padding-top: 10px; color: #dd0000; }

div.popupDiv {
	width		:	200px; 
	height	:	100%; 
	position:	relative; 
	top			:	0px; 
	left		:	0px;
}

div.popupTekst { display:none; }

a:hover div.popupTekst {
	display		: block; 
	width		: 233px; 
	height		: 130px; 
	background: url(../modules/agenda/front/img/postit.png) no-repeat;
	color		: black; 
	padding		: 10px 20px 10px 30px;
	position	: absolute; 
	top			: 15%; 
	left		: -230px; 
	z-index		: 100;
	text-align	: left;
}

a:hover div.popupTekst h1 {
	padding: 0px;
	margin: 0px;
	text-transform: none;
	width: 100%;
	color: #dd00000;
	font-size: 12px;
}

div.popupTekst h1 { color: #dd0000; }

div.linkTekst {	
	position:	relative; 
	top			:	0px; 
	z-index	:	99;
}

a.agendapopup, a.agendapopup div.linkTekst {
	display		:	block; 
	width			:	auto; 
	height		:	20px; 
	text-decoration: none;
}

/*---------------------- Einde popup gedeelte -------------------*//* sitemap-style.css */

#sitemap {
	width: 100%;
	height: 100%;
}

#sitemap ul {
	padding-top: 20px;
	list-style: none;
	padding-left: 0px;
}

#sitemap ul li ul li {
	padding-top: 5px;
	padding-left: 20px;
}

#sitemap ul ul {
	padding-top: 0px;
}

h1 a.sidebar-link {
	text-decoration: none;
	color: #0d233f;
}

div.totalbanner {
	width: 646px;
	height: 100px;
	padding: 10px 0px 0px 0px;
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
}

div.bannertext {
	float: right;
	display: block;
	width: 391px;
	min-height: 100px;
	position: relative;
	z-index: 1;
}

div.bannertext h2 {
	margin: 0px;
}

img.sidebar-banner {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

img.banner {
	height: 80px;
	width: 240px;
	overflow: hidden;
	vertical-align: middle;
	margin: 0px;
	position: relative;
	display: inline;
	float: left;
}/* Login.css */

.loginpopup table {
	width				: 	356px;
	height				: 	100%;
	position			: 	relative;
	margin				: 	0px;
	border				: 	none;
	text-align			: 	left;
}

.loginpopup th {
	padding-left		: 	15px;
	padding-top			:	15px;
	color				: 	white;
	width				: 	300px;
	height				:	40px;
	vertical-align		:	top;
}

.loginpopup .sluiten {
	top				: 	0px;
	right			: 	0px;
	padding			: 	0px;
	height			: 	24px;
	width			: 	24px;
	display			:	block;
	position		: 	absolute;
}

.loginpopup table td {
	padding-left: 	15px;
	padding-top:	15px;
	color		: 	white;
	width		: 	350px;
	height		: 	30px;
}

.loginpopup table td.submit {
	text-align	:	center;
	width		: 	350px;
}

/* menu.css */
.menu {
	width		:	100%; 
	height	:	30px; 
	position:	relative; 
	z-index	:	100; 
	display	: block;
	margin-left	: 0px; 
	margin-top	: 0px;  
	background: white;
	background-image:url(../images/layout/bg_button_grey_menu.png)
}

/* Breedte van menu voor oude browser (IE 5.5) */
* html .menu { 
	width	:	939px; 
	w\idth:	940px; 
}

.menu ul {
	padding	:	0;
	margin	:	0;
	list-style: none;
}

/* Float: left voor horizontaal menu */
.menu li {
	float		:	left;
	position	:	relative;
}

/* Eigenschappen van de hoofdmenuitems */
.menu a, .menu a:visited {
	display			:	block;
	font-size		:	14px;
	text-decoration	:	none; 
	color			:	#848484; 
	height			:	100%; 
	padding-left	:	10px; 
	padding-right	: 	15px; 
	line-height		:	30px; 
	font-weight		:	bold;
}

/* Breedte van hoofdmenuitems voor oude browser (IE 5.5) */
* html .menu a, * html .menu a:visited {
	width		:	49px; 
	w\idth	:	38px;
}

/* Eigenschappen actief hoofdmenuitem */
.menu ul li .active {
	color: #fff;
	background-color: #c60002;
	background-image:url(../images/layout/bg_button.png);
}

/* Eigenschappen hoofdmenuitems hover */
.menu a:hover, .menu ul ul a:hover { 
	color	:	#fff; 
	background-color: #777;
}
.menu :hover > a, .menu ul ul :hover > a { 
	color	:	#000; 
	background-color: #e6e6e6;
	background-image:url(../images/layout/bg_button_grey.png);
}

/* Eigenschappen van de submenuitems */
.menu ul ul a, .menu ul ul a:visited { 
	top: -1px;
	position: relative;
	font-size	: 11px;
	background: #ffb0aa; 
	color			:	#000; 
	height		:	auto; 
	line-height: 1em; 
	padding		:	10px 10px; 
	width			:	140px;
}

/* Breedte submenuitems voor oude browser (IE 5.5) */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width	:	150px;	
	w\idth:	128px;
}

/* Eigenschappen hoofdmenuitems hover */
.menu ul ul a:hover { 
	color	:	#fff;
	background: #e6e6e6;
}

/* Eigenschappen actief submenuitem */
.menu ul li ul li .activesub {
	color: #fff;
	background: #ff6c61;
}

.menu ul li:hover ul,
.menu ul a:hover ul{  visibility:visible; }

/* Inspringen submenu */
.menu ul ul {
	visibility	:	hidden;
	position		:	absolute;
	height:	0;
	top		:	30px;
	left	:	0; 
	width	:	169px;
}

/* Inspringen submenu voor oude browser (IE 5.5) */
* html .menu ul ul {
	top	:	30px;
	t\op:	31px;
}

/* Tabel voor IE */
.menu table {
	position	:	absolute; 
	top		:	0; 
	left	:	0; 
	border-collapse	:	collapse;
}

/* slimbox2.css */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
/*	background-color: #fff; */
}

.lbLoading {
	background: #fff url(../images/layout/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 12px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/layout/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/layout/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	background: transparent url(../images/layout/slimbox/closelabel.png) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 20px;
	top: 10px;
	position: relative;
	display: block;
}

#lbCaption {
	font-weight: bold;
}

/* style.css */

a img { border: none; }
a { color: #ffe010; }
a:hover { text-decoration: none; }
h1 { font-size: 11pt; font-weight: bold; color: #fff; margin: 0px 0px 12px 0px; } 
h2 { font-size: 10pt; font-weight: bold; color: #fff; } 
h3 { font-size: 9pt; font-weight: bold; color: #fff; } 

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body, html {
	font-family		:	"Arial", Verdana;
	line-height		:	150%;
	font-size		: 	12px;
	margin			:	0px;
	width			: 	100%;
	background: url(../images/layout/wrap_background.gif) repeat-x;	
	color: #fff;
	background-color:#000000;
}

div.wrap {
	width		: 	940px;
/*	border-right: px solid #fff;
	border-left: 1px solid #fff;*/
	height		: 	100%;
	margin		:	0 auto;
	position	:	relative;
}

div.header {
	width				: 	939px;	
	height				:	140px;	
	left				:	0px;
	position			:	relative;
	background-color:white;
/*	background: url(../images/layout/header.jpg)*/
}

div.content {
	position		:	relative;
	padding			:	0px 0px 0px 0px;
	min-height		:	350px;
	left			:	0px;
	width			: 	940px;
	display			:	block;
	overflow		: 	auto;
	z-index			:	1;
	background		: 	url(../images/layout/bglogo.png) no-repeat 0 100%;	
}

div.main {
	width: 646px;
	margin-left:15px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
}

div.modules {
	width: 240px;
	min-height: 500px;
	height	:	100%;
	float: right;
	padding: 10px 10px 0px 10px;
	position: relative;
	display: block;
	background-color:white;
	background:url(../images/layout/bggradient_modules.jpg) repeat-x; 
	
}

div.footer {
	position	: relative;
	bottom		: 0px;
	width 		: 100%;
	height		: 20px;
	z-index		: 1;
	background: #fff;
}

.inlog_link {
	height		:	auto;
	font-size	:	11px;
	width		:	auto;
	display		:	inline;
	left		: 	15px;
	position	:	relative;
	float: left;
}	

.inlog_link a {
	text-decoration: none;
	color		:	black;
}

.stickywall_link {
	color		:	grey;
	font-size	:	11px;
	height		:	auto;
	width		:	auto;
	display		:	inline;
	left		: 	365px;
	position	:	relative;
	float: left;
}

.stickywall_link a {
	text-decoration: none;
	font-size	:	11px;
	color		:	grey;
}

.sitemap_link {
	color		:	grey;
	font-size	:	11px;
	height		:	auto;
	width		:	auto;
	display		:	inline;
	right		: 20px;
	float: right;
	position	:	relative;
}

.sitemap_link a {
	text-decoration: none;
	color		:	grey;
}

.clear {
	clear	: 	both;
}

div.roodvlak {
	width		: 	100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../images/layout/roodvlak.gif) repeat-y;
	display:block;
}

.rss {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
background-color:#FFFFFF;
border: 1px solid #555;
margin-bottom:10px;

}
.rss a {color: red; font-weight:bold; padding: 10px; display:block}
.rss h1 {font-size: 12px; width:100%; color:#333333; display: block; height:20px; background:url(../images/layout/bg_rss_head.gif) repeat-x; text-align:center; margin:0px;}

.droogtecode {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
background-color:#FFFFFF;
border: 1px solid #555;
margin-bottom:10px;
width:238px;
height:230px;

}

.droogtecode a {color: red; font-weight:bold; padding: 10px; display:block}
.droogtecode h1 {font-size: 12px; width:100%; color:#333333; display: block; height:20px; background:url(../images/layout/bg_rss_head.gif) repeat-x; text-align:center; margin:0px;}
/* thickbox.css */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*	{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font	: 	12px Arial, Helvetica, sans-serif;
	color	: 	#333333;
}

#TB_secondLine {
	font	: 	10px Arial, Helvetica, sans-serif;
	color	:	#666666;
}

#TB_window a:link 		{color: #666666;}
#TB_window a:visited 	{color: #666666;}
#TB_window a:hover 		{color: #000;}
#TB_window a:active 	{color: #666666;}
#TB_window a:focus		{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position	: 	fixed;
	z-index		:	100;
	top			: 	0px;
	left		: 	0px;
	height		:	100%;
	width		:	100%;
}

.TB_overlayMacFFBGHack 	{background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color	:	#000;
	filter				:	alpha(opacity=60);
	-moz-opacity		: 	0.60;
	opacity				: 	0.60;
}

* html #TB_overlay { /* ie6 hack */
     position	: 	absolute;
     height		: 	expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position	: 	fixed;
	background	: 	#0a1a27;
	background-image	:url(../images/layout/loginpopup_background.jpg);
	background-repeat	: no-repeat;
	background-position	:center;
	z-index		: 	102;
	color		:	#000000;
	display		:	none;
	border		: 	3px solid #666666;
	text-align	:	left;
	top			:	50%;
	left		:	50%;
	overflow:hidden;
}

* html #TB_window { /* ie6 hack */
position	: absolute;
margin-top	: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display			:	block;
	margin			: 	15px 0 0 15px;
	border-right	: 	1px solid #ccc;
	border-bottom	: 	1px solid #ccc;
	border-top		: 	1px solid #666;
	border-left		: 	1px solid #666;
}

#TB_caption{
	height	:	25px;
	padding	:	7px 30px 10px 25px;
	float	:	left;
}

#TB_closeWindow{
	height	:	25px;
	padding	:	11px 25px 10px 0;
	float	:	right;
}

#TB_closeAjaxWindow{
	padding			:	7px 10px 5px 0;
	margin-bottom	:	1px;
	text-align		:	right;
	float			:	right;
}

#TB_ajaxWindowTitle{
	float			:	left;
	padding			:	7px 0 5px 10px;
	margin-bottom	:	1px;
}

#TB_title{
	background-color:	#e8e8e8;
	height			:	27px;
}

#TB_ajaxContent{
	clear		:	both;
	padding		:	2px 15px 15px 15px;
	overflow	:	hidden;
	text-align	:	left;
	line-height	:	1.4em;
}

#TB_ajaxContent.TB_modal{
	padding	:	15px;
}

#TB_ajaxContent p{
	padding	:	5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


