@charset "utf-8";/* CSS Document *//* nieuws-sidebar-style.css */
div#newssidebar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	margin			:	0px;
	width				: 100%;
	color				: #000;
	line-height	: 16px;
	
}

div#newssidebar div.newssidebaritem {
	margin-bottom: 5px;	
}
div.newssidebaritem span { font-style: italic; }
div.newssidebaritem a { color: #0000; font-style: italic; text-decoration: none; font-weight: bold; font-size: 11px;}
div.newssidebaritem h1 { color: red; font-style: italic; text-decoration: none; font-weight: bold; font-size: 12px;}

div.newssidebaritem a:hover { color: #fff; text-decoration: none; }

div#newssidebar div.newssidebaritem h2 a { color: #cf9200; font-style: normal; text-decoration: none; font-size: 11px; }

/* nieuws-style.css */
div.newsitem {
	height: auto;
	width: 100%;
	position: relative;
	display: block;
}

div.newsitem h2 {
	margin-bottom: 0px;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
}
div.newsitem h2 a { text-decoration: none; }

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

div.oldnews {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}

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

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

span.date {
	width: 120px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

span.link {
	width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
}
/************ 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		: 240px; 
	height		: 130px; 
	background: url(../modules/agenda/front/img/postit.png) no-repeat;
	color		: black; 
	padding		: 10px 30px 10px 30px;
	position	: absolute; 
	top			: 15%; 
	left		: -235px; 
	z-index		: 100;
	text-align	: left;
}

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

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;
}

#sitemap hr { margin-top: 20px; color: #fff; }

div#banner-sidebar h2 a {
	font-size: 14px;
	color: #fff;
}

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

div.bannertext {
	float: left;
	padding-left: 15px;
	display: block;
	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: auto;
	position: relative;
	display: inline;
	float: left;
}/* tabmenu.css: kleuren, zoals gebruikt in bijvoorbeeld 'paginabeheer' */
#contacttabmenu ul { 
padding: 3px 0; 
margin: 20px 15px 15px 0px;
border-bottom: 1px solid #255C9F; 
font: bold 12px 'Trebuchet MS', sans-serif; 
text-align: left; 
width: 100%;
} 

#contacttabmenu ul li { 
list-style: none; 
margin: 0; 
display: inline; 
} 

#contacttabmenu ul li a { 
padding: 3px 10px; 
margin-left: 3px; 
border: 1px solid #ccc; 
border-bottom: none; 
background: #fcfcfc; 
text-decoration: none; 
color: #6ca1df;
}
#contacttabmenu ul li a:hover, #contacttabmenu ul li a:visited:hover { 
background: #fafafa; 
border-color: #999; 
} 

#contacttabmenu ul li a#current { 
background: none; 
border-bottom: 1px solid; 
border-color: #255C9F #255C9F #DCE7F4 #255C9F;
padding-top: 5px;
color: #255C9F;
}

#routeplanner  {
width: 480px; 
border: 1px solid #7593BA; 
margin-bottom: 20px; 
padding: 10px;
}

#routeplanner .label { width: 100px; }
#routeplanner .input { width: 230px; }
#routeplanner td { height: 25px; }
#routeplanner input.addressinput { height: 20px; color: #444; background: #fff; border: 1px solid #7593BA; margin: 1px; }
#routeplanner input.addressinput:hover { border-width: 2px; margin: 0; }
#routeplanner input.addressinput:focus { border-width: 2px; margin: 0; border-color: #B44A14; }

#routeplanner input#button { 
	background: url(../modules/contact/front/images/pagina-opslaan.gif); 
	height: 25px; 
	width: 150px; 
	border: none; 
	padding: 0px 0px 2px 15px; 
}
#routeplanner input#button:hover { background-position: 0 -25px; cursor: pointer; }
#routeplanner input#button:active { background-position: 0 -50px; }
/* style.css */
a img { border: none; }
a { color: #255c9f; font-weight: bold; }
a:hover { text-decoration: underline; }
h1 { font-size: 16px; color: #255c9f; margin: 0px 0px 0px 0px; } 
h2 { font-size: 14px; font-weight: bold; color: #255c9f; text-align:left;} 
h3 { font-size: 12px; color: #255c9f; } 

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

body, html {
font-family: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	margin			:	0px;
	width				: 100%;
	color				: #000;
	line-height	: 20px;
	background: #e7e7e7;
}

div#wrap {
	text-align: left;
	width			: 938px;
	height		: 100%;
	margin		:	0px auto;
	position	:	relative;	
	text-align: left;
	background: url(../images/layout/wrap_background.gif) repeat-y #e7e7e7;
}

div#header {
	width	: 100%;	
	height:	260px;	
}
div#header img#logo {
	float: left;
	left: 30px;
	top: 15px;
	position: relative;
	display: inline;
}
div#header div#slogan {
	float: right;
	position: relative;
	width: 502px;
	height: 98px;
	display: inline;
	background: url(../images/layout/slogan.gif) no-repeat 0px 0px;
	right: 19px;
}

div#header a#viewprojects { 
	width: 205px;
	height: 125px;
	display: block;
	float: right;
	right: 19px;
	top: 135px;
	background:url(../images/layout/view_projects.gif) no-repeat;
	position: absolute;
}
div#header a#viewprojects:hover { background-position: 0px -125px; 
} 

div#header div#flashbar { 
	width: 685px; 
	height: 125px; 
	float: left; 
	display: block; 
	position: absolute; 
	left: 19px; 
	top: 135px;
	background:url(../images/layout/flash-header.jpg); 
} 

div#showcase {
	width: 685px;
	height: 125px;
	display: block;
	position: absolute;
	background: #b54a14;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	overflow: hidden;
	z-index:999px;
	left: 19px;
	top: 133px;
}

div#t3dshow {
	width: 100%;
	display: block;
}

div#menubalk {
	width: 940px;
	height: 25px;
	display: block;
}

div#specialmenu {
	float: right;
	padding-right: 25px;
}

div#content {
	position		:	relative;
	left				:	0px;
	width				: 900px;
	left				: 19px;
	display			:	block;
	background: url(../images/layout/content_background.gif) repeat-y 100% 0px;
}

div#contenttopbackground {
	width: 100%;
	height: 40px;
	display: block;
	position: relative;
}

div#mainwrapper {
	width: 900px;
	left: 0px;
	height: 100%;
	display: block;
	position: relative;
	background: url(../images/layout/maintext_background.jpg) no-repeat;
}

div#maintext {
	width: 560px;
	padding: 25px 30px 0px 90px;
	min-height: 500px;
	display: inline;
	float: left;
	position:relative;
}
div#maintext p { padding-bottom: 15px; }

div#logoos {
	background:url(../images/layout/blank.gif);
	width: 900px;
	height: 100px;
	top: -60px;
	left: -50px;
	position: relative;
/*	float: left;*/
	text-align: center;	
	display: inline;

}

div#kraanverhuur {
	width: 190px;
	top: 5px;
	left: 22px;
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}

div#twitter {
	width: 190px;
	top: 0px;
	left: 22px;
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}

div#modules {
	padding: 20px 8px 0px 0px;
	width: 180px;
	position: relative;
	float: right;
	background-color: none;
	text-align:left;
}

div#modules h1 { color: #fff; font-size: 13px; padding-bottom: 2px; text-decoration:none; text-align:left}
div#modules a { color: #255C9F; font-size: 12px; padding-bottom: 2px; text-decoration:none; text-align:left}
div#modules h2 { color: #fff; font-size: 12px; 
}


 

div#footer {
	width: 100%;
	height: 47px;
	position: relative;
	display: block;
	background: url(../images/layout/footer_background.gif) no-repeat;
}

div#footer a { font-size: 11px; text-decoration: none; color: #fff; }
div#footer a:hover {color: #c5cab4; }

div#inlog_link, div#stickywall_link, div#sitemap_link {
	height	:	auto;
	width		:	auto;
	position	:	relative;
	display	:	inline;
	padding-top: 7px;
}

#inlog_link {
	float	: left;
	padding-left: 57px;
}	

#stickywall_link {
	left	: 32%;
	float	: left;
}

#sitemap_link {
	float: right;
	right: 70px;
}

.clear { clear: both; }

.alertsuccess, .alertfailure {
	position: relative;
	clear: both;
	margin: 10px auto;
	padding: 1% 2% 1% 2%;
	width: 96%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	color: #000;
}

.alertsuccess {
	border-color: #00cc00;
	background-color: #bbffbb;
}

.alertfailure {
	border-color: #cc0000;
	background-color: #ffbbbb;
}

.alertsuccess a, alertfailure a { font-weight: bold; text-decoration: underline; }
.alertsuccess a { color:#00aa00; }
.alertfailure a { color:#aa0000; }

.alertfailure li {
	padding: 3px 0px 3px 0px;
}


/* Login.css */
.loginpopup {
	width: 356px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	position: absolute;
}

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

.loginpopup th {
	color				: white;
	width				: 100%;
	height			:	55px;
	vertical-align:	top;
}

.loginpopup #TB_closeWindowButton {
	top			: 0px;
	right		: 0px;
	padding	: 0px;
	height	: 20px;
	width		: 20px;
	display	:	block;
	position: absolute;
	background: url(../admin/images/buttons/close.png) no-repeat 0px 0px;
}
.loginpopup #TB_closeWindowButton:hover { background-position: 0px -20px; }

.loginpopup table td {
	padding-left: 15px;
	color	: black;
	width	:	350px;
	height: 30px;
	color: #444;
}
.loginpopup td.label { width: 160px; }
.loginpopup td.submit { text-align:	center; }

.loginpopup input.textinput {
	width: 170px;
	height: 22px;
	border: 1px solid #bbb;
	color: #555;
	margin: 1px;
}
.loginpopup input.textinput:hover { border-color: #888; }
.loginpopup input.textinput:focus { border-color: #8d9973; margin: 0; }

.loginpopup input.btninput { 
	font-family: Arial, Helvetica, sans-serif;
	width: 105px; 
	height: 25px; 
	border: none;
	background: url(../admin/images/buttons/inloggen.gif) no-repeat 0px 0px;
	padding-left: 15px;
	color: #555;
	font-size: 12px;
}
.loginpopup input.btninput:hover {
	background-position: 0px -25px;
	cursor: pointer;
}


/* 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;
}

/* menu.css */
.menu {
	position: relative;
	left		: 19px;
	width		:	840px; 
	height	:	25px; 
	z-index	:	100; 
	display	: block;
	padding-left: 60px;
	margin-top	: 5px;  
	margin-bottom: 5px;
	background: #255c9f;
}

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

.menu ul {
	padding	:	0;
	margin	:	0;
	margin-left	: 20px; 
	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		:	12px;
	font-weight: bold;
	text-decoration	:	none; 
	color				:	#fff; 
	height			:	100%; 
	padding-left:	10px; 
	padding-right: 10px; 
	line-height	:	25px; 
}

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

/* Eigenschappen actief hoofdmenuitem */
.menu ul li .active, div#specialmenu #active {
	color: #C19C4B;
}

/* Eigenschappen hoofdmenuitems hover */
.menu a:hover, .menu ul ul a:hover { 
	color	:	#d9dadb; 
	text-decoration: none;
}
.menu :hover > a, .menu ul ul :hover > a { 
	color	:	#d9dadb; 
	text-decoration: none;
}

/* Eigenschappen van de submenuitems */
.menu ul ul a, .menu ul ul a:visited { 
	top: 0px;
	position: relative;
	font-size	: 12px;
	border-left: 1px solid #255c9f;
	border-right: 1px solid #255c9f;
	color			:	#255c9f; 
	height		:	0px; 
	line-height: 0px; 
	padding		:	10px 10px; 
	width			:	140px;
	left			: -20px;
	background: #dce7f4;
	text-decoration: none;
}
/*.menu .firstsub { border-top: 1px solid #d0478e; } */
.menu .lastsub { border-bottom: 1px solid #255c9f; }

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

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

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

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

/* Inspringen submenu */
.menu ul ul {
	visibility:	hidden;
	position	:	absolute;
	height		:	0;
	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;
}

@charset "utf-8";
/* CSS Document */
span.currentpagenr {
	border		: 1px solid #7593ba;
	background: #7593ba;
	color			: #fff; 
}

span.inactive_nextpage, span.inactive_previouspage {
	border : 1px solid #666;
	background: #777;
	color: #aaa;
	visibility: hidden;
}

a.viewarchive { padding: 5px; }

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

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;  
	line-height: 18px;
}

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, a.viewarchive { 	background: #ca774d; border: 1px solid #b44a14;	color: #fff; }
a.pagenr:hover, a.previouspage:hover, a.nextpage:hover, a.viewarchive:hover { background: #b44a14; color: #fff; border: 1px solid #b44a14; text-decoration: none; }



