*
{
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'LucidaSans', 'LucidaSans Unicode', 'LucidaSansUnicode', 'Lucida Grande', 'LucidaGrande', Arial, Geneva, sans-serif;
	color: #999;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

/****************************************************************************************************************/
/*
	Basis styles voor alle menu's.
*/

.menu ul,
.menu li,
.side_menu ul,
.side_menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
}

.menu a,
.side_menu a
{
	text-decoration: none;
}

.menu a:hover,
.side_menu a:hover
{
	color: #555;
}

.menu .selected a
{
	/*font-weight: bold;*/
	color: #555;
}

/****************************************************************************************************************/
/*
	Basis styles voor alle sub sub menu's.
*/
.side_menu .menu li,
.side_menu .menu a
{
	font-size: 9px;
	/*letter-spacing: 0.1px;*/
	line-height: 18px;
}

.side_menu .menu .inactive
{
	color: #CCC;
}

.side_menu .menu .selected a
{
	font-weight: normal;
	color: #555;
}

.side_menu .menu a
{
	display: block;
	width: 100%;
}

.side_menu .items
{
	float: left;
	overflow: hidden;
	width: 181px;
	margin-left: -10px;
}

	.side_menu .items .item,
	.side_menu .items .item_active,
	a.arrow_link
	{
		cursor: pointer;
		width: 100%;
		font-size: 10px;
		text-decoration: none !important;
	}
	
	.side_menu .items .item .arrow,
	.side_menu .items .item_active .arrow,
	a.arrow_link .arrow
	{
		float: left;
		width: 10px;
		text-align: right;
	}

	.side_menu .items .item .label,
	.side_menu .items .item_active .label,
	a.arrow_link .label
	{
		float: right;
		/*width: 263px;*/
		width: 171px;
		line-height: normal;
	}
	
	.side_menu .items .item:hover,
	.side_menu .items .item:hover .arrow,
	.side_menu .items .item:hover .label,
	.side_menu .items .item_active,
	.side_menu .items .item_active .arrow,
	.side_menu .items .item_active .label,
	a.arrow_link:hover,
	a.arrow_link:hover .arrow,
	a.arrow_link:hover .label
	{
		color: #555;
		text-decoration: none !important;
	}
	
	.side_menu .items .item_title
	{
		clear: both;
		padding-top: 30px;
		padding-bottom: 5px;
		padding-left: 10px;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.side_menu .items .top_spacer
	{
		height: 24px;
	}
	
	.side_menu .items .item_spacer
	{
		clear: both;
		height: 3px;
	}

a.arrow_link .arrow
{
	margin-top: -2px;
}

a.arrow_link .label
{
	float: left;
	font-size: 11px;
}

/****************************************************************************************************************/
/*
	Basis tekst styles.
*/
	.text
	{
		font-size: 11px;
	}
	
	.text h1
	{
		margin-top: 20px;
		margin-bottom: 18px;
		padding: 0px;
		font-size: 18px;
		font-weight: bold;
		line-height: 23px;
		text-transform: uppercase;
	}
	
	.text h2,
	.text h3
	{
		margin: 0px;
		padding: 0px;
		font-size: 18px;
		font-weight: normal;
	}
	
	.text h3
	{
		text-transform: uppercase;
	}
	
	.text p
	{
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
	}
	
	.text a
	{
		color: #555;
		text-decoration: none;
	}
	
	.text a:hover
	{
		text-decoration: underline;
	}
	
	.text ul
	{
		margin: 0px;
		margin-left: 20px;
		padding: 0px;
	}

/****************************************************************************************************************/
/*
	Standaard styles voor scroll balk.
*/

.scroller
{
	width: 9px;
}

	.scroller_button_up
	{
		background-image: url('/images/scroll_up.gif');
	}
	
	.scroller_button_down
	{
		background-image: url('/images/scroll_down.gif');
	}
	
	.scroller_button_up,
	.scroller_button_down
	{
		width: 9px;
		height: 6px;
		background-repeat: no-repeat;
	}
	
	.scroller_slider
	{
		cursor: n-resize;
		width: 9px;
		height: 8px;
		background-image: url('/images/scroll_slider.gif');
		background-repeat: no-repeat;
	}

/****************************************************************************************************************/
/*
	Basis layout onderdelen.
*/

#wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header,
#body
{
	width: 1012px;
	margin-left: -6px;
	/*background-color: #9FC*/
}

#logo
{
	height: 80px;
	margin-top: 15px;
	margin-left: 28px;
	margin-right: 28px;
}

#header
{
	float:left;
	height: 36px;
	margin-top: -3px;
	font-size: 11px;
	text-transform: uppercase;
}

	#menu_main_left,
	#menu_main_right
	{
		float: left;
		height: 22px;
		margin-top: 7px;
		line-height: 22px;
	}
	
	#menu_main_left
	{
		padding-left: 23px;
	}
	
		#menu_main_left li,
		#submenus li
		{
			float: left;
		}
	
	#menu_main_right
	{
		float: right;
		padding-right: 76px;
	}
	
		#menu_main_right li
		{
			float: right;
		}
		
		#menu_main_left a,
		#menu_main_right a,
		#submenus a
		{
			padding-top: 4px;
			padding-bottom: 10px;
			padding-left: 9px;
			padding-right: 9px;
		}
		
		/*#menu_main_left .selected a,
		#menu_main_right .selected a,
		#submenus .selected a
		{
			padding-top: 5px;
			padding-bottom: 11px;
			padding-left: 7px;
			padding-right: 7px;
		}*/
	
	#search_spacer
	{
		float: right;
		width: 23px;
		height: 1px;
	}
	
	#search
	{
		float: right;
		width: 209px;
		height: 27px;
		padding-top: 11px;
		background-image: url('/images/bg_search.png');
		background-repeat: no-repeat;
		text-align: right;
	}
		
		#search .find
		{
			float:left;
			padding-left: 5px;
			padding-right: 15px;
		}
		
		#search #pipe 
		{
			width: 3px;
			float: left;
		}
		
		#search_box
		{
			float: left;
			padding-right: 20px;
		}

#body
{
	/*clear:both;*/
	margin-top: 22px;
	min-height: 525px;
	/*background-color: #9C0;*/
}

#footer,
#madeby
{
	margin-right: 26px;
}

#footer_inner
{
	float: right;
}

#footer *
{
	font-size: 9px;
	color: #BBB;
	text-transform: uppercase;
}

	#footer span
	{
		float: left;
	}

	#footer ul,
	#footer li
	{
		float: left;
	}
	
	#footer a:hover,
	#madeby a:hover
	{
		color: #555
	}

#madeby
{
	text-align: right;
}

#madeby,
#madeby a
{
	font-size: 9px;
	color: #DDD;
	text-transform: uppercase;
}

#submenus
{
	z-index: 10;
	font-size: 10px;
}

	.submenu
	{
		z-index: 11;
		position: absolute;
		top: 124px;
		background-color: #FFF;
		font-size: 11px;
	}

	.submenu *
	{
		line-height: 22px;
	}
	
	#submenus a
	{
		padding-bottom: 4px;
	}
	
	#submenus .selected a
	{
		padding-bottom: 5px;
	}

/****************************************************************************************************************/
/*
	Standaard items voor linkerkant.
*/

#side_left
{
	float: left;
	width: 118px;
	height: 430px;
	padding-left: 32px;
}

	#menu_left
	{
		/*width: 100%;*/
		width: 114px;
		height: 235px;
		padding-top: 25px;
		padding-right: 4px;
	}

	#quicklinks
	{
		position: absolute;
		width: 118px;
		height: 95px;
		margin-top: 261px;
		margin-left: -9px;
		padding-right: 14px;
		background-image: url('/images/bg_quicklinks.png');
		background-repeat: no-repeat;
	}
	
		#quicklinks h3
		{
			padding-top: 17px;
		}
		
		#quicklinks p
		{
			letter-spacing: -1px;
		}
		
		#quicklinks h3,
		#quicklinks p
		{
			margin-left: 15px;
		}
	
	#coming_event
	{
		position: absolute;
		width: 114px;
		height: 76px;
		margin-top: 354px;
		background-color: #999;
	}
	
		#coming_event .shade,
		#coming_event .content
		{
			position: absolute;
			width: 114px;
			height: 76px;
		}
		
		.coming_event_over .shade
		{
			background-color: #000;
			opacity: 0.5;
			filter: alpha(opacity = 50);
		}
	
		#coming_event h3
		{
			padding-top: 9px;
		}
		
		#coming_event h3,
		#coming_event p,
		#coming_event a
		{
			color: #FFF !important;
		}
	
		#coming_event h3,
		#coming_event p
		{
			margin-left: 5px;
		}
	
	#quicklinks h3,
	#quicklinks p,
	#coming_event h3,
	#coming_event p
	{
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 10px;
		line-height: 15px;
	}
	
	#quicklinks h3,
	#coming_event h3
	{
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#quicklinks a,
	#coming_event a
	{
		text-decoration: none;
	}
	
	#quicklinks a
	{
		font-size: 9px;
		letter-spacing: normal;
	}
	
		#quicklinks a .arrow
		{
			cursor: pointer;
			float: left;
			width: 10px;
			font-size: 10px;
		}
		
		#quicklinks a .label
		{
			cursor: pointer;
			float: left;
			width: 93px;
		}
	
	#quicklinks a:hover,
	#quicklinks a:hover *
	{
		color: #555;
	}
	
	#coming_event a:hover
	{
		color: #CCC;
	}

/****************************************************************************************************************/

.search_results
{
	margin-left: -129px;
}