html{	
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

.clearfix {
	clear: both;
}

/* links */
a, a:link {
	color: #afafaf;
	text-decoration: none;
}
a:visited {
	color: #afafaf;
	text-decoration: none;
}
a:hover, a.hover {
	color: #fbc815;
	text-decoration:none;
}

/* headers */
h1, h2, h3, h4, h5, h6{
	margin:0px;
}

h1, h2, h3 { font-family: 'Times New Roman', Tahoma, Sans-serif;  }

h1 {
	font-size: 20px;	
	font-weight: bold;	
	color: #fbc815;
}
h2 {
	font: normal 16px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ACACAC;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}

#tagline {
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	z-index: -1;
	top: 16px;
	right: 10px;
}



/* Navigation
----------------------------------------------------------------------------------------------------*/
#showDesktop {
	float: left;
}

#navigation {
	font-family: 'Times New Roman', Tahoma, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 56px;
	background-color: #191919;
}

#navigation ul {
	float: left;
	position: relative;
	display: block;
}

#navigation ul li {
	background: url("/assets/images/css/nav_spacer.gif") no-repeat top right;
	height: 56px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	clear: right;
	display:table-cell;
}

#navigation ul li a{
	padding: 0px 5px 0px 3px;
}

#navigation ul li.news {
	background: url("/assets/images/css/nieuws.gif");
	width: 161px;
}

#navigation ul li:hover {
	background-position: right -56px;
}
#navigation ul li.here a {
	color: #fbcc00;
}
#navigation ul li.parent_here a {
	color: #fbcc00;
}

#navigation ul li.withsub {
	background-position: right -111px;
}
#navigation ul li.withsub:hover {
	background-position: right -167px;
}
#navigation ul li.parent_here {
	background-position: right -167px;
}
#navigation ul li.withsub a {
	display: block;
	margin-bottom: 2px;	
}

	/* Submenu
	----------------------------------------------------------------------------------------------------*/	

	#navigation li:hover ul {
		display:block;
	}

	#navigation li:hover li ul {
		display:none;
	}

	#navigation li ul li:hover ul {
		display:block;
	}
	
	#navigation li ul {
		display: none;
		position: absolute;
		top: 56px;
		width: 180px;
		background-color: #151515;
	}

	#navigation li ul li {
		float: none;
	}
		
		#navigation li ul li.parent_here a {
			color: #fbc815;
			background: url("/assets/images/css/nav_sub.gif") #313131 no-repeat top right;
		}
		#navigation li ul li.parent_here a:visited {
			color: #fbc815;
			background: url("/assets/images/css/nav_sub.gif") #313131 no-repeat top right;
		}
		#navigation li ul li.parent_here a:hover {
			color: #fbc815;
			background: url("/assets/images/css/nav_sub.gif") #313131 no-repeat top right;
		}
		
		#navigation li ul li.withsub a {
			background: url("/assets/images/css/nav_sub.gif") no-repeat -23px right;
		}
		#navigation li ul li.withsub a:hover {
			background: url("/assets/images/css/nav_sub.gif") #313131 no-repeat top right;
		}
		#navigation li ul li.withsub ul li a {
			background: url("") #151515;
		}
		#navigation li ul li.parent_here ul li a:visited {
			color: #afafaf;
			background: url("") #151515;
		}
		#navigation li ul li.withsub ul li a:hover {
			background: url("") #313131;
		}
		
	#navigation li.here ul li a {
		color: #ffffff;
	}
	#navigation li.parent_here ul li a {
		color: #ffffff;
	}			
		#navigation li ul li ul li.here a {
			color: #ffffff;
		}

	
	#navigation li ul li{
		display: block;
		background-image: none;
		height: auto;
		font-size: 9px;
		text-align: left;
		width: auto;
		position: relative;
	}
		
	#navigation ul li.withsub ul li a {
		margin-bottom: 0px;
	}
	
	#navigation li ul li a {
		display: block;
		font-family: Verdana, Tahoma, arial, sans-serif;
		padding: 7px;
		margin: 0px;
		color: #ffffff;
	}
	#navigation li ul li.here a {
		background-color: #313131;
		color: #fbcc00;
		font-weight: bold;
	}
	#navigation li ul li a:hover, #navigation li ul li.here a:hover{
		background-color: #313131;
		color: #fbcc00;
	}
	#navigation li.here ul li a{
		background-color: #313131;
	}
	
	#navigation li.here ul li a:hover {
		background-color: #313131;
	}			
			
		#navigation li ul li ul {
			display: none;
			position: absolute;
			left: 180px;
			top: 0px;
		}
		#navigation li ul li ul li {

		}

/* Content
----------------------------------------------------------------------------------------------------*/
#content {
	z-index: 2;
	position: absolute;	
	width: 520px;

	font: 12px/20px Verdana, Tahoma, arial, sans-serif;
	color: #808080;

	background: url("/assets/images/css/content_bg.png") transparent;
	
	top: 76px;
	bottom: 0px;
	left: 20px;
	
	padding: 20px 30px 0px 30px;
	overflow-y: auto;
	overflow-x:hidden;
	
	scrollbar-arrow-color: #FBC815;
	scrollbar-3dlight-color: #1C1C1C;
	scrollbar-darkshadow-color: #1C1C1C;
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #1C1C1C;
	scrollbar-shadow-color: #1C1C1C;
	scrollbar-track-color: #1C1C1C;
}
	
	#content img {
		display: block;
		border: solid #ffffff 1px;
		padding: 7px;
		margin-left: auto;
    	margin-right: auto;
	}
	
	#content p {
		text-align: justify;
		padding-bottom: 14px;
	}
	#content h1 {
		padding-bottom: 6px;
		clear: left;
	}
	#content h2, h3, h4, h5 {
		padding: 6px 0px 4px 0px;
	}
	#content h3, h4, h5 {
		font-family: Verdana, Tahoma, arial, sans-serif;
		font-size: 11px;
		padding: 0px 0px 4px 0px;
		margin: -6px 0 0 0;
	}

	#content p.date {
		font-size: 10px;
		padding: 0px 0px 12px 0px;
		margin: 0px;
	}
	
	#content ul {
		list-style-type: disc;
		padding-left: 30px;
		padding-bottom: 12px;
	}
	#content ul li {
		padding-bottom: 3px;
	}

	#nextpage {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#nextpage ul {
		display: inline;
		padding: 0px 10px 0 10px;
		margin: 0px;
	}
	
	#nextpage ul li {
		display: inline;
		padding: 0px;
		margin: 0px;
	}
	#content div.breadcrumb {
		margin-bottom: 12px;
	}
	
	#content div.media_folder {
		padding-bottom: 10px;
	}
		#content div.media_folder div.media_item {
			float: left;
			width: 104px;
			height: 100px;
			margin: 5px;
			padding: 5px;
		}
	
	#content hr {
		margin-bottom: 20px;
	}

/* Content - Pagination
----------------------------------------------------------------------------------------------------*/
div.pagination_wrap {
	margin-bottom: 20px;
	font-size: 11px;
}

div.pagination_wrap span {
	float: left;
	text-align: center;
}		
	div.pagination_wrap span.pagination_info {
		font-size: 10px;
		padding-right: 50px;
	}		
		
		div.pagination_wrap strong {
			display: block;
			float: left;
			width: 15px;
			padding: 0 3px 0 3px;
			background-color: #fbc815;
			color: #000000;
		}
		
		div.pagination_wrap a {
			display: block;
			float: left;
			width: 18px;
			padding: 0 3px 0 3px;
		}
		div.pagination_wrap a:hover {
			background-color: #313131;
			color: #000000;
		}
		

/* background
----------------------------------------------------------------------------------------------------*/	
#background_shuffle {
	position: absolute;
	top: 56px;
	left: 0px;
	z-index: 1;
	width: 100%;
}

#background_shuffle img{
	width: 100%;
}



/* Calendar
----------------------------------------------------------------------------------------------------*/

.calendarBG {
	background-color: #2e2e2e;
	width: 100%;
}
	.calendarBG td {
		text-align:  center;
		vertical-align: middle;
		width: 14.28%;
	}

.calendarBlank { 
	background-color: #9DB7A7;
}

.calendarHeader { 
	font-weight: bold; 
	color: #fff; 
	text-align: center;
	background-color: #fbc815;
}
	tr.calendarHeader th div a {
		color: #ffffff; 
		padding: 5px;
		display: block;
	}
	tr.calendarHeader th div a:hover {
		color: #000000; 
	}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
}


.calendarCell {
	padding: 5px 2px 4px 2px;
	border: solid 1px #cccccc;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	line-height: 11px;
}

.calendarCell a {
	display: block;
	padding-top: 4px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
  
.calendarCell a:visited {
}

.calendarCell a:hover {
	text-decoration:   none;
}

.calendarToday { 
	color: #000000;
	background-color: #fbc815;
}

ul.upcoming_events {
	padding-top: 28px;
}

ul.upcoming_events li {
}