*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

.clear{ clear: both; }

html{
	height: 100%;
	background: #f4efe5 url('../images/container.png') center repeat-y;
}

body{
	height: 100%;
	font: 12px/18px 'Verdana';
	color: #605e5f;
}

/* Container */
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 955px;
	margin: 0 auto;
	padding: 0 44px 0 44px;
	background: url('../images/container2.png') center 268px no-repeat
	border: 1px solid #ffffff;
}

	/* Header */
	#header{
		width: 955px;
		height: 220px;
		padding: 10px 0 0;
		background: url('../images/header_image.jpg') 0 10px no-repeat;
	}

		#logo{
			width: 220px;
			height: 66px;
			margin: 0 0 -66px;
			position: relative;
			top: 6px;
			left: 9px;
			background: url('../images/logo.png');
		}

		#overlay{
			width: 955px;
			height: 220px;
			background: url('../images/header_overlay.png');
			position: absolute;
			z-index: 1000;
			top: 10px;
		}
	/* End Header */
	/* Menu */
	#menu{
		float: left;
		width: 211px;
		min-height: 290px;
		height: auto !important;
		height: 290px;
		padding: 1px 0 0;
		background: url('../images/menu.png') no-repeat;
	}

		#menu li{
			width: 186px;
		}

		#menu a{
			height: 30px;
			padding: 0 0 0 10px;
			line-height: 30px;
			display: block;
			color: #605e5f;
			border-bottom: 1px solid #eee;
		}
		#menu .sub a
		{
			padding: 0 0 0 19px;
			background: url('../images/menu_dash.png') 11px 15px no-repeat;
		}
		#menu a:hover, #menu li.active a{
			color: #ff8b00;
			background: url('../images/menu_hover.png') 0 11px no-repeat;
		}
		#menu li.active .sub a
		{
			background: url('../images/menu_dash.png') 11px 15px no-repeat;
			color: #605e5f;
		}
		#menu .sub a:hover, #menu .sub li.active a,#menu li.active .sub a:hover{
			background: url('../images/menu_hover.png') 11px 12px no-repeat;
			color: #ff8b00;
		}
	/* End Menu */
	/* Content */
	#content{
		float: left;
		width: 510px;
		padding: 0 11px;
	}
	#content table
	{
		width: 505px;
	}
	#content td
	{
		vertical-align: top;
	}
	#content table input,#content table select
	{
		border: 1px solid #c5c5c5;
		font: 11px Verdana;
		color: #605e5f;
		height: 16px;
		padding: 0 2px 2px 2px;
	}
	#content .input
	{
		width: 180px;
	}
	#content .knop
	{
		border: 1px solid #c5c5c5;
		font: 11px Verdana;
		color: #605e5f;
		height: 18px;
		padding: 0 2px 2px 2px;
		cursor:	pointer;
	}
	#content table select
	{
		height: 22px;
	}
	#content a
	{
		color: #ff8b00;
		text-decoration: none;
	}
		#content a:hover
		{
			text-decoration: underline;
		}
	#zoek_submit
	{
		margin: 20px 0 0 0;
		display: inline-block;
		cursor:	pointer;
	}
	#detail_tabel thead
	{
		background: URL(../images/thead_bg.png) top left no-repeat;
		height: 20px;
		vertical-align: middle;
		width: 510px;
		color: #ffffff;
		text-align: left;
	}
	#detail_tabel th
	{
		padding: 0 0 10px 5px;
	}
	#detail_tabel td
	{
		font-size: 11px;
	}
	#detail_left
	{
		float: left;
		width: 110px;
		margin: 20px 0 0 0;
	}
		#detail_left .thumb
		{
			background: URL(../images/thumb_bg.png) top left no-repeat;
			padding: 0 5px 5px 0;
		}
	#details
	{
		float: left;
		width: 410px;
		margin: 20px 0 0 2px;
	}
		#details span
		{
			display: inline-block;
			width: 77px;
		}
		h1{
			padding: 12px 0 4px;
			font: 20px 'Verdana';
			color: #ff8b00;
		}

		h1 span{
			font-size: 14px;
			position: relative;
			top: -8px;
		}

		h2{
			padding: 0 0 4px 0;
			font: 14px 'Verdana';
			color: #ff8b00;
		}

		p{
			padding: 0 0 18px 1px;
		}
		.back
		{
			text-align: center;
			padding: 18px 0 0 1px;
		}
		.left
		{
			float: left;
			display: inline-block;
		}
		.arrows
		{
			line-height: 3px;
			padding: 2px 0 0 5px;
		}
		.seperator
		{
			background: URL(../images/seperator.png) center center no-repeat;
			height: 30px;
		}
		#aanmelden
		{
			float: right;
		}
		#terug_resultaten
		{
			float: left;
		}
		.workshop
		{
			background: URL(../images/seperator.png) bottom center no-repeat;
			padding: 7px 0 10px 0;
			line-height: 14px;
		}
			.workshop .date
			{
				border: 1px solid #ff8b00;
				padding: 3px;
				width: 34px;
				float: left;
			}
				.workshop .date .day
				{
					display: block;
					background: #606060;
					color: #ffffff;
					font-weight: bold;
					font-size: 11px;
					padding: 2px 0 2px 0;
					text-align: center;
				}
				.workshop .date .day_n
				{
					font-size: 13px;
					font-weight: bold;
					color: #ff8b00;
					display: block;
					text-align: center;
					padding: 3px 0 0 0;
				}
				.workshop .date .month
				{
					text-align: center;
					display: block;
					font-size: 8px;
				}
			.workshop_details
			{
				float: left;
				width: 450px;
				padding: 0 0 0 13px;
				font-size: 11px;
			}
				.workshop_details h3
				{
					font-size: 12px;
					color: #ff8b00;
				}
				.workshop_details .label
				{
					font-weight: bold;
					display: inline-block;
					width: 170px;
				}
			.drop_menu
				{
					width: 143px;					
				}
			.pagination
			{
				text-align: center;
				margin: 15px 0 20px 0;
			}
				.pagination .active
				{
					font-weight: bold;
				}
				.pagination a
				{
					color: #626262 !important;
				}
		.align_center
		{
			text-align: center;
		}

	/* End Content */
	/* Right */
	#right{
		float: left;
		width: 202px;
		padding: 0 0 0 9px;
		background: url('../images/right.png') no-repeat;
	}
		#right .button{
			margin: 0 0 15px 12px;
		}

		#right .cite{
			margin: 36px 0 0 12px;
			font-size: 16px;
			text-align: center;
			color: #757575;
			background: url('../images/cite.png') top left no-repeat;
		}

		#right .cite_top{
			width: 202px;
			padding: 16px 0 10px 0;
			display: inline-block;
		}
		#right .cite_bottom
		{
			background: URL('../images/cite_bottom.png') top left no-repeat;
			width: 202px;
			height: 20px;
			display: block;
		}
	/* End Right */
	/* Footer */
	#footer{
		margin: 50px 0 0;
		padding: 0 0 0 10px;
		font: 11px/38px 'Verdana';
		color: #918d7f;
		background: url('../images/footer.png') 13px 0 no-repeat;
	}

		#footer a{
			color: #918d7f;
		}

		#footer a:hover{
			text-decoration: underline;
		}
	/* End Footer */
/* End Container */

/* sIFR */
@media screen {
.sIFR-flash {
float: left;
visibility: visible !important;
}

.sIFR-replaced, .sIFR-ignore {
visibility: visible !important;
}

.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
margin: 0pt;
padding: 0pt;
overflow: auto;
letter-spacing: 0px;
float: none;
}
}

@media print {
.sIFR-flash {
display: none !important;
height : 0;
width: 0;
position : absolute;
overflow : hidden;
}

.sIFR-alternate {
visibility : visible !important;
display: block !important;
position : static!important;
left : auto!important;
top: auto!important;
width: auto!important;
height : auto!important;
}
}
/* End sIFR */
