

	/*****************************************************************************************
	** Basis 																				**
	*****************************************************************************************/
	
	* {
		margin:0px;
		padding:0px;
	}
	
	body {
		background: #fdefc6 url(../images/layout/background.jpg) repeat-x;
		color:#000000;
		font-family:arial, verdana, sans-serif;
		font-size:12px;
	}
	
	#body {
		visibility: hidden;
	}
	
	h1 {
		color:#780001;
		font-size:20px;
		letter-spacing:-1px
	}

	a,
	a:link,
 	a:hover {
		color:#B10103;
	}
	
	a:visited ,
	a:active {
		color:#B10103;
	}

	img { border:0px solid; }

	h2 {
		color:#780001;
		font-size:16px;
		letter-spacing:-1px
	}	
	
	div#centerThis {
		margin:0px auto;
		width:980px;
	}
	
	div#canvas {
		background-color:#FFFFFF;
		float:left;
		margin:10px 0 0 0;	
		width:980px;
	}
	
	div#visual {
		background-color:#FFFFFF;	
		float:left;	
		height:350px;
		margin:10px 20px 0px 20px;
		width:940px;
		overflow:hidden;
	}
	
	div#mainmenu {
		background-color:#b10102;
		float:left;
		margin:10px 20px 0px 20px;
		width:940px;	
	}
		
	div#submenu {
		background-color:#720001;
		float:left;
		margin:0px 20px 0px 20px;
		width:940px;		
	}
		
	div#content {
		float:left;
		margin:10px 10px 0px 10px;
		width:960px;	
	}	
	
	div#large-col-one {
		float:left;
		margin:0px 10px 0px 10px;
		min-height:300px;
		width:940px;
	}
		
	div#basic-col-one {
		float:left;
		margin:0px 10px 0px 10px;
		min-height:300px;
		width:620px;	
	}
		
	div#basic-col-two {
		float:left;
		margin:0px 10px 0px 10px;
		min-height:300px;
		width:300px;	
	}
	
	div#affiliates {
		float:left;
		margin:10px 20px 0px 20px;
		width:940px;	
	}	
		
	div#footer-text {
		float:left;
		margin:5px 20px 0px 20px;
		min-height:12px;
		width:940px;
		text-align:center;	
	}
	div#footer-text a {
		text-decoration:none;
		color:#BBBBBB;
		font-size:10px;
	}

	div#footer-sand {
		background:url(../images/layout/footer-sand.png) no-repeat;
		float:left;
		height:54px;
		margin:0;
		min-height:30px;
		width:980px;	
	}

	div#basic-col-one p img {
		margin:7px;
	}	

	div#basic-col-one ul {
		margin:5px 0 0 20px;
	}

	
	
	
	/*****************************************************************************************
	** Blokken 																				**
	*****************************************************************************************/	

	div.block {
		margin:0 0 5px 0;
	}

	div.block h2 {
		font-size:13px;
		font-weight:bold;
		margin:2px 0px;
	}
	
	div.block p {
		font-size:11px;
		margin:0px 0px 5px 0px;
	}	


	/*****************************************************************************************
	** Menu 																				**
	*****************************************************************************************/
	
	div#mainmenu ul {
		
	}
	
	div#mainmenu ul li {
		list-style-type:none;
		display: inline;
	}	
	
	div#mainmenu ul li a {
		padding:0 10px;
		height:30px;
		float:left;
		line-height:30px;
		font-size:14px;
		font-weight:bold;
		color:#FFFFFF;
		display:block;
		text-decoration:none;
	}
	
	div#mainmenu ul li a:hover,
	div#mainmenu ul li a.current {
		background-color:#720001;
	}
	

	div#submenu ul {
		
	}
	
	div#submenu ul li {
		list-style-type:none;
		display: inline;
	}	
	
	div#submenu ul li a {
		padding:0 10px;
		height:25px;
		float:left;
		line-height:22px;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		display:block;
		text-decoration:none;
	}
	
	div#submenu ul li a:hover,
	div#submenu ul li a.current {
		background:url(../images/layout/menu-sub-active.jpg) no-repeat 50% 100%;
	}
	
	/*****************************************************************************************
	** Blok nieuwbrief aanmelden 															**
	*****************************************************************************************/
	
	form#nieuwsbriefAdd {
		background-color:#b10102;
		color:#FFFFFF;
		width:300px;
		margin:0px;	
		padding:0px;	
	}
	
	form#nieuwsbriefAdd h2 {
		display:block;
		margin:0px;
		width:300px;
		height:60px;
		background:url(../images/layout/block-nieuwsbrief-header.jpg) no-repeat;
	}
	
	form#nieuwsbriefAdd p {
		margin:0 10px 10px 10px;
		padding:0 0 10px 0;
	}	

	span.nieuwsbriefAddNaam {
		display:block;
		width:160px;
		float:left;
		margin:2px 2px 2px 10px;
		height:18px;
	}
	span.nieuwsbriefAddGeslacht {
		display:block;
		width:100px;
		float:left;
		margin:2px 2px 2px 18px;
		height:18px;	
	}
	span.nieuwsbriefAddEmail {
		display:block;
		width:270px;
		float:left;
		margin:5px 2px 2px 10px;	
		height:18px;
	}
		
	form#nieuwsbriefAdd input.formfield {
		width:95%;
		margin:2px 0px;
	}
	
	input#nieuwsbriefAddSubmit { 
		margin:2px 0px -5px 0px; 
	}


	
	/*****************************************************************************************
	** Blok lotenactie 																		**
	*****************************************************************************************/
	
	form#id_lotenactie {
		background-color:#b10102;
		color:#FFFFFF;
		width:300px;
		margin:0px;	
		padding:0px;	
	}
	
	form#id_lotenactie h2 {
		display:block;
		margin:0px;
		width:300px;
		height:60px;
		background:url(../images/layout/block-lotenactie-header.jpg) no-repeat;
	}
	
	form#id_lotenactie p {
		margin:0 10px 5px 10px;
		padding:0 0 5px 0;
	}	

	span.formSetLotenactie {
		display:block;
		width:270px;
		float:left;
		margin:2px 2px 2px 10px;
		height:18px;
	}

		
	form#id_lotenactie input.formfield {
		width:95%;
		margin:2px 0px;
	}
	
	input#nieuwsbriefAddSubmit { 
		margin:2px 0px -5px 0px; 
	}


	
	/*****************************************************************************************
	**	Agenda																				**
	*****************************************************************************************/

	div#id_roodBlok {
		background-color:#B10102;
		color:#FFFFFF;
		margin:0;
		padding:10px;
		width:280px;
	}

	div#id_roodBlok a, 
	div#id_roodBlok a:visited, 
	div#id_roodBlok a:active {
		color:#B10103;
	}
	
	div#id_roodBlok a:hover  {
		color:#2246FD;
	}

	/*div#evenementenNavigatie a:visited {
		color:#720001;	
	}*/

	div#evenementPicture {
		width:150px;
		float:right;
	}

	
	/*****************************************************************************************
	** Video 																				**
	*****************************************************************************************/
	
	div#playerContainer {
		width:940px;
		float:left;
		background-color:#b10102;
		height:375px;
	}		
	
	div#videoplayer {
		float:left;
	}
	
	div#player {
		width:610px;
		margin:5px;
		float:left;
	}

	
	
	div#clipselector {
		width:300px;
		height:360px;
		float:left;
		background:#b10102;
		margin:5px 0 0 10px;
		padding:0;
		overflow:auto;
	}	

	div.clips {
		width:270px;
		height:100px;
		margin:0 0 5px 5px;
		background-color:#FFFFFF;
		float:left;
		clear:both;
	}		
	
	div.clips h1{
		margin:3px;
		font-size:14px;
		font-weight:bold;
	}
	
	div.clipImage {
		width:75px;
		height:50px;
		float:left;
		margin:2px 2px 2px 5px;
		text-align:center;
		font-size:10px;
	}	
	
	div.clipImage img{
		margin:0px 0px 1px 0px;
		border:0px solid;
	}

	div.clipDescription {
		width:180px;
		height:50px;
		float:left;
		margin:2px;
	}
	
	div.clipTime {
		width:75px;
		height:16px;
		float:left;
		margin:2px 2px 2px 5px;
		text-align:center;
		font-size:10px;
	}	
	
	div.clipViewlink {
		width:180px;
		height:16px;
		float:left;
		margin:2px;
		text-align:right;
	}

	div.clipViewlink a{
		color:#b10102;
		text-decoration:none;
	}
	
	/*****************************************************************************************
	** Foto gallery 																		**
	*****************************************************************************************/
	div#foto-albums {
		float:left;
		width:220px;
		margin:5px 20px 0 0;
	}
	
	div#foto-albums ul {
		width:220px;
		float:left;
		background-color:#FFFFFF;
		margin:0;
		padding:0;
	}
	
	div#foto-albums ul li {
		list-style-type:none;
		padding:3px 3px 6px 3px;
		float:left;
		cursor:pointer;
		color:#FFFFFF;
	}
	
	.albumNormal {
		background-color:#B10102;
	}
	
	.albumHover {
		background-color:#780000;
	}

	.albumActive {
		background-color:#780000;
	}		

	div.albums-thumb {
		float:left;
		width:90px;
		height:60px;
		background-color:#FF0000;
	}
		
	div.albums-text {
		float:left;
		width:120px;
		height:60px;
		margin-left:3px;
		color:#FFFFFF;
	}		

	div#foto-thumbs-album {
		float:left;
		width:380px;
		min-height:100px;
		margin:5px 0 0 0;
	}	
	div.foto-thumbs {
		float:left;
		width:380px;
		min-height:100px;
		margin:0 0 20px 0;
		display:none;
	}	
	
	div.foto-thumbs:first-child {
		display:block;
	}

	div.foto-thumbnails {
		float:left;
		width:70px;
		height:56px;
		/* background-color:#CCCCCC; */
		margin:3px;
		text-align:center;
		vertical-align:middle;
		line-height:56px;
	}
	
	div.foto-thumbnails img { 
		border:0px; 
		vertical-align:middle;
	}



	/*****************************************************************************************
	** Boeken 																				**
	*****************************************************************************************/

	#boekenform {
		float:left;
		width:600px;
	}
	

	#boekenform h2 {
		margin:10px 0 0 0;
	}
	
	#boekenform .formrecord {
		float:left;
		clear:both;
		width:600px;
		margin:1px;	
	}
	
	#boekenform .forminput {
		width:350px;	
	}
	
	#boekenform label {
		width:200px;
		float:left;
		display:block;
		height:18px;
	}
	
	div.fieldset {
		float:left;
		clear:both;
		width:600px;
	}	
	
	div.medereizigers,
	div.kinderen,
	div.babies {
		float:left;
		clear:both;
		width:600px;
	}
	

	div#buttons {
		text_align:center;
	} 
	
	div#button_left {
		text-align:left;
		width:200px;
		float:left;
	}
	
	div#button_middle {
		text-align:center;
		width:200px;
		float:left;
	}
	
	div#button_right {
		text-align:right;
		width:200px;
		float:left;
	}



	div#steps {
		width:610px;
		float:left;
	}
	
	div.steps {
		width:120px;
		height:40px;
		margin:1px;
		float:left;
		background-color:#F0F0F0;
		text-align:center;
	}	
	div.stepsDone {
		width:120px;
		height:40px;
		margin:1px;
		float:left;
		background-color:#F6C600;
		text-align:center;
	}	

	/*****************************************************************************************
	** Aanbieding 																			**
	*****************************************************************************************/
	
	div#aanbiedingContainer {
		margin:5px;
		clear:both;
	}
	
	div#aanbiedingContainer h1 {
		margin:3px;
		font-size:18px;
	}
	
	div.aanbiedingDeel {
		margin:5px;
	}
	
	div#aanbiedingPrinter {
		text-align:right;
	}
	
	div#hidecontent{
		visibility: hidden;
		width: 100%;
		height: 200%;
		position: absolute;
		z-index: 899;
		top: 0;	
		left: 0;	
		background: #666; 
		opacity: 0.65;
		-moz-opacity: 0.65; 
		filter:alpha(opacity=65); 
	}
	
	div#poster {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 999;
		top: 0;	
		left: 0;	
		background: transparent;	
	}
	
	div#poster_inner {
		width:  566px;
		height: 600px;
		margin: 50px auto;
	}



div#msg {
	margin:20px;
	padding:20px;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
}

div#msg h1 {
	margin:2px;
	color:#FF0000;
	font-size:16px;
}
div#msg ul {
	margin:2px 2px 2px 20px;
	font-size:11px;
}

div#basic-col-one ol {
	margin-left:26px;
}

div#basic-col-one p {
	margin:0 0 10px 0;
}
a.boekartiest{
	float:right;
	background-color:#B10102;
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
}

div.evenementContainer {}

div.evenementContainer ul {
	margin:5px 0 10 0px;
}

div.evenementContainer ul {
	margin:0 0 0 20px;
}

div.evenementContainer ul li {}

a.agendaNavLink {
	display:block;
	background-color:#B10102;
	color:#FFFFFF
	padding:5px 10px;
}

div#evenementNavleft a {
	display:block;
	float:left;
	background-color:#B10102;
	color:#FFFFFF;
	padding:5px 10px;
}

div#evenementNavright a {
	display:block;
	float:right;
	background-color:#B10102;
	color:#FFFFFF;
	padding:5px 10px;
}

div#evenementNavleft  {
	width:150px;
	float:left;
}

div#evenementNavmiddle {
	width:310px;
	float:left;
	text-align:center;	
}

div#evenementNavright  {
	width:150px;
	float:left;
}


	/* -- STEMMEN ------------------------------------------------------- */
	div.contest {
		float:left;
		margin:0 10px 10px 0;
	}

	div.contest a img,
	div.contest img {
		border:none;
		float:left;
		margin:0 5px 4px 0;
	}

	div.contest p {
		margin:0 0 8px 0;
	}

	div#voting-box {
		background-color:#F0F0F0;
		float:right;
		min-height:50px;
		width:180px;
		padding:10px;
		margin:0 0 10px 10px;
	}

	div#voting-box input[type=text] {
		width:180px;
		border:1px solid #444444;
	}


	div.contest-competitor {
		background-color:#F0F0F0;
		float:left;
		margin:0 10px 10px 0;
		padding:10px;
		width:225px;
		height:160px;
	}


	div.contest-competitor-details {
		float:left;
		height:100px;
		overflow:hidden;
	}

	div.contest-competitor-details a img,
	div.contest-competitor-details img {
		border:none;
		float:left;
		margin:0 5px 4px 0;
	}

	div.contest-competitor-details p {
		margin:3px 0 8px 0;
	}

	p.contest-competitor-detail-link {
		text-align:center;
	}

	p.contest-competitor-detail-link a {
		text-decoration:none;
		color:#FFFFFF;
		background-color:#444444;
		display:block;
		padding:5px;
		float:left;
		width:215px;
	}

	p.contest-competitor-detail-link a:hover {
		text-decoration:underline;
	}

	p.contest-back-to-listview a {
		text-decoration:none;
		color:#FFFFFF;
		background-color:#444444;
		display:block;
		padding:5px;
		float:left;
	}

	input#id_votesubmit {
		margin:6px 0 0 0;
		float:right;
	}

	div.humaneinterface {
		display:none;
	}
