@charset "utf-8";/* CSS Document */#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
overflow:hidden;
border:12px solid #FFF;
}
#sb-body-inner{
position:relative;
height:100%;
background-color: #FFFFFF;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:12px;
padding:5px 0;
color:#fff;
width: 90%;
display:inline;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(../images/layout/slimbox/closelabel.png);
background-repeat:no-repeat;
padding:0;
margin:0;
display:inline;
float:right;
height:22px;
width:80px;
cursor:pointer;
z-index:9999999;
}
#sb-nav-next{
background-image:url(../images/layout/shadowbox/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(../images/layout/shadowbox/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(../images/layout/shadowbox/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(../images/layout/shadowbox/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 5px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
font-weight: normal;
font-size: 12px;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
@charset "utf-8";
/* CSS Document */
span.currentpagenr {
	border		: 1px solid #bbb;
	background: #ccc;
	color			: #666; 
}

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

a.viewarchive { padding: 5px; }

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

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

a.pagenr, 
span.currentpagenr { width: 18px; }
a.pagenr, a.previouspage, a.nextpage, a.viewarchive { 	background: #695658; border: 1px solid #514445;	color: #fff; text-decoration: none; }
a.pagenr:hover, a.previouspage:hover, a.nextpage:hover, a.viewarchive:hover { background: #4b373e; color: #fff; border: 1px solid #36232f; text-decoration: none; }


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

/* HOOFDMENU */

/* Plaatsing van het hoofdmenu */
.menu {
	position: 		absolute;
	width		:	955px; 
	height	:		30px; 
	z-index	:		100; 
	display	: 		block;  
	margin: 		0px 0px 9px 10px;
	padding-top:	px;
}

.menu ul {
	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		:	10px;
	font-weight: 		bold;
	text-decoration	:	none;
	letter-spacing:		1px;
	text-transform:		uppercase; 
	color			:	#fff; 
	height			:	100%; 
	padding-left:		15px; 
	padding-right: 		15px; 
	line-height	:		25px;
	border-right: 		1px solid #fff;
	background:none;
}

/* Eigenschappen actief hoofdmenuitem */
.menu ul li .active, div#specialmenu #active { 
	color: #999;
	background-color:#333;
}

/* Eigenschappen hoofdmenuitems hover */
.menu a:hover, .menu ul ul a:hover { 
	color:#999;
	text-decoration: none;
	background: #830333;
	text-decoration: none;
	letter-spacing:		1px;
}


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

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

/* SUBMENU */

/* Eigenschappen van de submenuitems */
.menu ul ul a, .menu ul ul a:visited { 
	position: 					relative;
	display: 					block;
	font-size	: 				10px;
	color			:			#000; 
	height		:				20px; 
	line-height: 				18px; 
	padding		:				5px; 
	width			:			170px;
	text-decoration: 			none;
	border-right: 				0px solid #ffffff;
	background: 				#999;
}

/* Plaatsing submenu */
.menu ul ul {
	visibility:	hidden;
	position	:	absolute;
	padding-top: 	0px;
	height		:	25px;
	width		:	170;
}

/*.menu .firstsub { border-top: 1px solid #d0478e; } */
/*.menu .lastsub { border-bottom: 1px solid #695658; } */


/* Eigenschappen submenuitems hover */
.menu ul ul a:hover { 
	color	:	#999;
	background: #555;
}

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

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

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

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

/* submenu.css */
#submenu {
	
	position:absolute;
	width	:	100px; 
	z-index	:	100; 
	display	: block; 
	margin: 0px 0px 0px 44px;
	background-color:#F00;
	padding: 3px 3px 3px 10px;
		
}

#submenu ul li {
	float:left;
	border-right: 0px solid #009cdd; 
	background: #ef8d0f;

	
}

#submenu ul {

	
	list-style: none;
	display: block;
	text-align: center;
	
}

/* Eigenschappen van de submenuitems */
#submenu a, #submenu a:visited {
	display			:	block;
	font-size		:	10px;
	height:14px;
	line-height:14px;
	font-weight: normal;
	text-decoration	:	none; 
	color				:	#000; 
	margin: 0px 10px;
	text-transform:uppercase; 
	
}


/* Eigenschappen actief hoofdmenuitem */
#submenu ul li #current {
	color: #fff;
	background: #ef8d0f;
	position	:	relative;
}

/* Eigenschappen hoofdmenuitems hover */
#submenu a:hover { 
	color	:	#ef8d0f; 
	text-decoration: none;
}/* 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;
}

/* Login.css */
.loginpopup {
font-family: "trebuchet MS";
	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;

}
.loginpopup td.label { width: 160px; }
.loginpopup td.submit { text-align:	center; }

.loginpopup input.textinput {
	width: 170px;
	height: 22px;
	border: 1px solid #532409;
	color: #532409;
	margin: 1px;
}
.loginpopup input.textinput:hover { border-color: #DFDFDF; }
.loginpopup input.textinput:focus { border: 2px solid #DFDFDF; 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;
}


/* style.css */
a img { border: none; }
a { color:#c4004a; text-decoration: none; letter-spacing: 0.05em;}
a:hover { text-decoration: none; color: #888; letter-spacing: 0.05em;}
h1 { font-size: 18px; font-weight: normal; color: #c4004a; padding-bottom: 10px; text-transform:uppercase; letter-spacing: 0.05em;} 
h2 { font-size: 16px; font-weight: bold; color: #c4004a; padding-bottom: 5px; letter-spacing: 0.05em;} 
h3 { font-size: 12px; font-weight: bold; color: #c4004a; letter-spacing: 0.05em;}
h4 { font-size: 11px; font-weight: normal; color: #000; letter-spacing: 0.05em;}  

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
/*	background: url(../images/layout/background.jpg);*/
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-attachment: fixed;
	background-color:#fff;	
	margin:auto;
}

body, html {
/* font-family: Arial, Helvetica, sans-serif; */
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family:"georgia";
	letter-spacing: 0.025em;
	font-size		: 11px;
	margin			:	0px;
	width				: 100%;
	line-height	: 20px;
	position: relative;
	color:#000;
	
	}

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

div#header {
	margin		:	0px auto;
	left: 0px;
	width	: 955px;	
	height:	353px;
	background:url(../images/layout/header.png) 0 bottom;
	display: block;
}
div#header img#logo {
	float: left;
	top: 0px;
	position: absolute;
	display: inline;
	left: 10px;
}

div#menubalk {
	margin		:	2px auto;
	height:25px;
	width: 955px;
	position: relative;
	display: block;
	background:#c4004a;
/*	background:url(../images/layout/menu_background.png);*/
/*	z-index:100;*/
}

div#content {
	margin		:	0px auto;
	position		:	relative;
	left				:	0px;
	width				: 955px;
	display			:	block;
/*	background: url(../images/layout/contentwrap_background.png) repeat-y;*/
	
}

div#mainwrapper {
	width: 900px;
	left: 0px;
	height: 100%;
	display: block;
	position: relative;
}

div#rightside { 
	position: relative;
	width		: 215px;
	height		: auto;
	top			: 4px;
	margin		: 0px 0px 5px 5px;
	z-index		:100;  
	float		: right;
	color		: #e9e9e9;
	background	: url(../images/layout/rightside_background.gif) repeat-y;
}
div#rightside h1 a, div#rightside h1 { 
	text-transform:uppercase; 
	color: #000; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold; 
	display: block; 
}

div#maintext {
	width: 700px;
	padding: 20px 20px 20px 13px;
	min-height: 350px;
	display: inline;
	float: left;
	left: 10px;
	position:relative;
	overflow:hidden;
}
div#maintext p { padding-bottom: 15px; }

div#sidebarpromo {
	display:block;
	width		:	255px;
	height:auto  
	top: -25px;
	z-index	:	100;  
	float: right;
	padding-bottom: 10px;
	padding-right: 20px;
}

div#adres {
	display:block;
	height:auto  
	top: 0px;
	float: left;
	padding-bottom: 20px;
	padding-right: 0px;
}

div#socialmed {
	display:block;
	height:auto  
	top: -25px;
	float: left;
	padding-bottom: 30px;
	padding-right: 25px;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	margin		:	0px auto;
	width: 955px;
	height: 20px;
	position: relative;
	display: block;
	background-color:#fff;
/*	background: url(../images/layout/footer_background.png) no-repeat;*/
	
}

div#footer a { 
	text-transform:normal; 
	font-size: 11px; 
	text-decoration: none; 
	color: #555; 
}

div#footer a:hover {
	color: #999;
}

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

#inlog_link {
	float	: left;
	left: 23px;
}	

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

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

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

/*	hieronder alleen voor Kawan-sites */
#vlaggen {
	height:25px;
	margin: 12px 20px 5px 20px;
	float:right;
}

#sites {
	height:35px;
	margin: -60px 50px 50px 0;
	float:right;
	z-index:200;
}
/************ Agenda gedeelte *************/
a.agendah1 {font-size: 16px; width: 170px; color:#C4004A; display: block; height:20px; text-align:left; padding-bottom:8px; margin:0px; text-decoration:none; font-weight:bold;  margin-top: 0px; }

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


div.agendaitem { width: 100%; margin-top: 10px; }
div.agendaitem p { padding: 10px 10px 10px 5px; }

div.agendaitemheader { Width: 100%; padding: 0px 5px 0px 0px; margin: 0 auto; border-bottom: 1px solid #303b53; color: #303b53; }
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: 100%; padding: 0px 5px 5px 0px; margin: 0 auto; border-top: 1px solid #ddd; color: #bbb; }

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

.agendatabel tr.dagnamen {
	font-weight: bolder;
	font-size: 12px;
	background-color: #303b53;
	color: #fff;
}

.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; text-align:center; margin:0px; text-decoration: none; }

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

.agendatabel tr.dagnrs td.verleden {
	color: #888;
	border: 1px solid #c9c9c9;
	background-color: #fcfcfc;
}

.agendatabel tr.dagnrs td.verleden-evenement {
	color: #666;
	border: 1px solid #f0cb8f;
	background: #f5d59f;
}
.agendatabel tr.dagnrs td.verleden-evenement a { color: #888; height: 20px; display: block; line-height: 20px;  }

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


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

.agendatabel tr.dagnrs td.nu-evenement {
	border: 1px solid #273854;
	font-weight: bolder;
	background: #c4004a;
}
.agendatabel tr.dagnrs td.nu-evenement a { color: #333; height: 20px; display: block; line-height: 20px;  }

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

.agendatabel tr.dagnrs td.evenement {
	color: #999;
	border: 1px solid #f6aa23;
	background: #e786ab;
}
.agendatabel tr.dagnrs td.evenement a { color: #333; height: 20px; display: block; line-height: 20px; }

.agendatabel tr.dagnrs td.evenement:hover {
	background: #e987ac;
	border-color: #f8b548;
}

.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; color: #444; }
.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: 5px; background: #fff; width: 180px; border: 1px solid #dedede; color: #666; margin-top: 20px; position: relative; display: block; }
div#agenda-sidebar h3 { padding-top: 10px; }

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			: 50px; 
	left		: -250px; 
	z-index		: 100;
	text-align	: left;
}

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

div.popupTekst h1 { color: #303b53; }
div.popupTekst { color: #ccc; }

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

a.agendapopup, a.agendapopup div.linkTekst {
	display		:	block; 
	width			:	auto; 
	text-decoration: none;
	font-weight: normal;
}

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

/* Contact style */
form#contactform input.text, form#contactform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: none;
	border: 1px solid #bbb;
	color: #666;
	width: 180px;
	margin: 1px;
}
form#contactform input.text {	height: 26px; }
form#contactform textarea { height: 150px; width: 300px; }

form#contactform input.text:hover, form#contactform textarea:hover {
	border: 1px solid #999;
}
form#contactform input.text:focus, form#contactform textarea:focus {
	border: 1px solid #6f5558;
}

form#contactform input.button {
	background: url(../modules/contact/front/buttons/verzenden.jpg) 0px 0px no-repeat;
	width: 100px;
	height: 25px;
	border: none;
	padding-left: 20px;
	color: #fff;
}
form#contactform input.button:hover { background-position: 0px -25px;	cursor: pointer; color: #fff; }
form#contactform input.button:active { background-position: 0px -50px; }
@charset "utf-8";
/* Album style */
img.albumimg {
	border: 5px solid #f0f0f0; margin-right: 10px; margin-bottom: 15px;
}
