/* Indeling van de website */

body {
	background-color: #ECECEC;
	background-repeat: repeat-x;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	text-align: left;
	margin: 0 auto;	
	background: url('/images/layout/container_bg.jpg');
	width: 1000px;
}

#border_left {
	float: left;
	width: 20px;
	height: 285px;
	background-repeat: no-repeat;
	background-position: left;
}

#border_right {
	float: left;
	width: 20px;
	height: 285px;
	background-repeat: no-repeat;
	background-position: left;
}

#main {
	width: 960px;
	background-color: #ECECEC;
	float: left;
	border-bottom: 1px solid #D6D6D6;
}

	#content {
		width: 743px;
		float: left;
		margin-left: 10px;
		display: inline; /* IE6 double margin hack */
	}

		#header_top, #main_text_top {
			height: 11px;
			padding-top: 20px;
			background: #ECECEC url('/images/layout/content_top.jpg') bottom no-repeat;
			overflow: hidden; /* IE 6 div height hack */
		}
	
		#header {
			background: url('/images/layout/content_bg.jpg') repeat-y;
		}
		
			#menu {
				padding-top: 20px;
				height: 44px;
				line-height: 32px;
				font-size: 0.94em;
				background: #ECECEC url('/images/layout/menu_bg.jpg') no-repeat left bottom;
				color: #FFFFFF;
			}
			
				#menu ul {
					list-style: none;
					margin-left: 6px;
				}
				
				#menu ul li {
					float: left;
					text-align: center;
					width: 103px;
	
					margin-left: 1px;
				}
				
				#menu a {
					color: #FFFFFF;
					text-decoration: none;
				}
			
				#menu a:hover {
					text-decoration: underline;
				}
		
			#visual_top {
				height: 11px;
				padding-top: 20px;
				background: #ECECEC url('/images/layout/content_top.jpg') bottom no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}

			#visual {
				height: 190px;
				background-repeat: no-repeat;
			}
			
			#visual_bottom {
				height: 11px;
				background: url('/images/layout/content_footer.jpg') no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}		
			
				#banner_top {
					float: right;
					text-align: right;
					
					width: 468px;
					height: 60px;
					
					margin-top: 60px;
					margin-right: 33px;
				}

					#banner_top_rand {
						width: 478px;
						height: 67px;
						padding-top: 3px;
						text-align: center;
						background: url('/images/layout/banner_top_bg.png');
					}
			
			#reizen {
				background: url('/images/layout/content_bg.jpg') repeat-y;
				padding-left: 12px;
				padding-bottom: 20px;
			}
		
				.reizen_blok_titel {
					float: left;
					height: 28px;
					width: 135px;
					text-transform: uppercase;
					font-weight: bold;
					text-align: center;
					color: #FFFFFF;
					line-height: 28px;
					letter-spacing: 1px;
					margin-right: 11px;
				}
				
					.reizen_blok_titel a {
						color: #FFFFFF;
						text-decoration: none;
					}
				
					#reizen_titel {
						background: url('/images/menu/menu_reizen_titel.jpg') right no-repeat;
					}
			
					#specials_titel {
						background: url('/images/menu/menu_specials_titel.jpg') right no-repeat;
					}
					
					#vervoer_titel {
						background: url('/images/menu/menu_vervoer_titel.jpg') right no-repeat;
					}
					
					#accommodaties_titel {
						background: url('/images/menu/menu_accommodaties_titel.jpg') right no-repeat;
					}
					
					#actief_titel {
						background: url('/images/menu/menu_actief_titel.jpg') right no-repeat;
					}
				
				.reizen_blok_content {
					width: 719px;
					padding: 10px 0;
					min-height: 200px;
				}					
		
					.links_blok {
						float: left;
						width: 135px;
						margin-right: 11px;
					}

						.links_blok ul li.active {
							list-style: none;
							font-weight: bold;
						}

						.links_blok .tick {
							float: left;
							margin-left: -25px;
							margin-top: 4px;
						}
						
						.links_blok .untick {
							float: left;
							margin-left: -25px;
							margin-top: 4px;
						}

						.links_blok ul {
							padding: 0;
							margin: 0;
							list-style: none;
							line-height: 25px;
							font-size: 0.85em;
							margin-left: 35px;
						}
						
						.links_blok ul li {
							padding: 0;
							margin: 0;
						}

						.links_blok_step {
							font-weight: bold;
							margin-bottom: 10px;
							margin-left: 18px;
						}
						
						.links_blok ul li a: {
							display: block;
						}
						
						.links_blok ul li a:hover {
							text-decoration: none;
						}
						
					#question {
						float: left;
						font-weight: bold;
						width: 135px;
						text-align: center;
					}
					
					.reizen_blok_content a {
						color: #000000;
						text-decoration: none;
					}
					
					.reizen_blok_content a:hover {
						color: #000000;
						text-decoration: underline;
					}

					#buttons {
						float: left;
						margin-left: 10px;
						width: 135px;
						text-align: center;
						font-weight: bold;
					}

						#buttons_intro {
							margin-bottom: 10px;
						}

						#buttons .toelichting {
							border: 1px dashed #FFFFFF;
							padding: 5px;
							width: 105px;
							margin-left: 10px;
							color: #FFFFFF;							
						}

							#buttons .toelichting_reizen, #buttons .toelichting_homepage {
								background-color: #F97CCA;
							}

							#buttons .toelichting_specials {
								background-color: #AEB96B;
							}

							#buttons .toelichting_vervoer {
								background-color: #FF6600;
							}

							#buttons .toelichting_accommodaties {
								background-color: #4496EA;
							}
							
							#buttons .toelichting_actief {
								background-color: #8AD530;
							}							


						#buttons .button {
							border: 1px dashed #FFFFFF;
							padding: 5px;
							width: 105px;
							margin-left: 10px;
						}

							#buttons .button a {
								color: #FFFFFF;
								text-decoration: none;
							}
	
							#buttons .button a:hover {
								color: #FFFFFF;
								text-decoration: underline;
							}

							#buttons .button_reizen {
								background-color: #F97CCA;
							}

							#buttons .button_specials {
								background-color: #AEB96B;
							}

							#buttons .button_vervoer {
								background-color: #FF6600;
							}

							#buttons .button_accommodaties {
								background-color: #4496EA;
							}

							#buttons .button_actief {
								background-color: #8AD530;
							}


					#reizen_content {
						background: #fdd9f0 url('/images/menu/menu_reizen_content.jpg') left bottom no-repeat;
					}
			
					#specials_content {
						background: #ebeeda url('/images/menu/menu_specials_content.jpg') left bottom no-repeat;
					}
					
					#vervoer_content {
						background: #ffd3b5 url('/images/menu/menu_vervoer_content.jpg') left bottom no-repeat;
					}

					#accommodaties_content {
						background: #c9e1f9 url('/images/menu/menu_accommodaties_content.jpg') left bottom no-repeat;
					}
					
					#actief_content {
						background: #ddf3c3 url('/images/menu/menu_actief_content.jpg') left bottom no-repeat;
					}	
			
			#tekst, #main_text {
				padding-left: 10px;
				padding-right: 10px;
				background: url('/images/layout/content_bg.jpg') repeat-y;
			}

				#tekst ul, #tekst ol, #main_text ul, #main_text ol {
					margin-left: 15px;
					padding: 10px;
					padding-bottom: 0;
				}

				#breadcrumb {
					font-size: 0.85em;
				}
				
					#breadcrumb a {
						text-decoration: none;
					}

					#breadcrumb a:hover {
						text-decoration: underline;
					}

				#photo_frame {
					width: 220px;
					height: 157px;
					
					float: right;
				
					background: url('/images/layout/photo_frame.jpg') repeat-y;
				}
				
					#photo {
						width: 180px;
						height: 130px;
						
						padding-left: 22px;
						padding-top: 7px;
					}
					
				.aanbieder_link {
					text-align: center;
					font-size: 17px;
					font-weight: bold;
				}

				.aanbieder_link a {
					color: #FF6600;
				}
				
				.aanbieder_link a:hover {
					text-decoration: none;
				}
				
				.button_aanbieder, .button_actiepanel {
					text-align: center;
					height: 50px;
					line-height: 50px;
					color: #FFFFFF;
					font-weight: bold;
					font-size: 18px;
					width: 490px;
				}
				
				.button_aanbieder {
					background: url('/images/button_aanbieder.png') no-repeat center;
				}
				
				.button_actiepanel {
					background: url('/images/button_actiepanel.png') no-repeat center;				
					width: 500px;
				}
				
				.button_aanbieder a, .button_actiepanel a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				.button_aanbieder a:hover, .button_actiepanel a:hover {
					text-decoration: underline;
				}
		
			#onderliggende_paginas {
				width: 500px;
			}
			
			#onderliggende_paginas td {
				width: 125px;
			}
		
			#tekst_footer, #main_text_footer {
				height: 11px;
				background: url('/images/layout/content_footer.jpg') no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}
			
			#tekst_header {
				height: 11px;
				background: url('/images/layout/content_header.jpg') no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}
			
			.tekst_blok_top {
				height: 11px;
				padding-top: 20px;
				background: #ECECEC url('/images/layout/content_top.jpg') bottom no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}
			
			.tekst_blok_content {
				padding-left: 10px;
				padding-right: 10px;
				background: url('/images/layout/content_bg.jpg') repeat-y;
			}
				
				.aanbieders_tabel {
					width: 350px;
					float: left;
				}
				
				.aanbieders_spacer {
					width: 20px;
					float: left;
				}
				
				.aanbieders_tabel table tr {
					height: 29px;
				}
				
				.aanbieders_tabel table tr td {
					border-top: 1px solid #CECECE;
				}

					.aanbieder_logo {
						width: 30px;
						height: 28px;
					}

					.aanbieder_logo img {
						border: 1px solid #CECECE;
					}
				
					.aanbieder_naam {
						width: 140px;
						overflow: hidden;
					}
				
					.naam {
						height: 18px;
						overflow: hidden;
					}
				
					.aanbieder_prijs {
						width: 50px;
					}
				
					.keurmerken {
						width: 100px;
					}
				
					.keurmerken img {
						border: 0px;
						margin-right: 2px;
					}
					
					.aanbieder_beoordeling {
						width: 30px;
						text-align: right;
					}
			
				#aanbieders_left {
					padding-top: 10px;
					width: 150px;
					float: left;
					cursor: pointer;
				}
			
					#aanbieders_meer {
						font-size: 0.9em;
						font-weight: bold;
					}

				#aanbieders_right {
					padding-top: 10px;
					width: 570px;
					float: left;
				}
				
					#last_check {
						font-size: 0.9em;
						text-align: right;
					}
			
				.tip {
					color: #FF6600;
					font-weight: bold;
					letter-spacing: 0.1em;
				}
			
			.tekst_blok_footer {
				height: 11px;
				background: url('/images/layout/content_footer.jpg') no-repeat;
				overflow: hidden; /* IE 6 div height hack */
			}

	#loading {
		text-align: center;
		padding-bottom: 20px;	
	}
	
	#sorteren {
		margin-top: 10px;
		font-size: 0.95em;
	}
	
			#sorteren span {
				cursor: pointer;
				text-decoration: none;
			}
		
			#sorteren span:hover {
				text-decoration: underline;
			}
			
			.bold {
				font-weight: bold;	
			}
	
	#sorteren_aanbieders {
		float: left;
		width: 230px;
		font-size: 0.9em;
		margin-bottom: 10px;
		height: 20px;
		padding-top: 10px;
		margin-top: -10px;
	}
	
		#sorteren_aanbieders span {
			cursor: pointer;
			text-decoration: none;
		}
		
		#sorteren_aanbieders span:hover {
			text-decoration: underline;
		}
	
	#filteren_aanbieders {
		float: left;
		width: 490px;
		text-align: right;
		font-size: 0.9em;
		margin-bottom: 10px;
		height: 30px;
		line-height: 30px;
		margin-top: -10px;
	}

		#panels {
			margin-top: 20px;
		}
	
			.panel, .panel_aanbieder {
				float: left;
				width: 176px;
				height: 325px;
				
				margin-right: 13px;
				margin-bottom: 17px;
				
				cursor: pointer;
			}

				.panel_reizen {
					background: #FFFFFF url('/images/panels/reizen.jpg') no-repeat;			
				}
				
				.panel_specials {
					background: #FFFFFF url('/images/panels/specials.jpg') no-repeat;			
				}
	
				.panel_vervoer {
					background: #FFFFFF url('/images/panels/vervoer.jpg') no-repeat;			
				}
	
				.panel_accommodaties {
					background: #FFFFFF url('/images/panels/accommodaties.jpg') no-repeat;			
				}
	
				.panel_actief {
					background: #FFFFFF url('/images/panels/actief.jpg') no-repeat;			
				}
	
			.panel.last, .panel_aanbieder.last {
				margin-right: 0px;
			}
			
				.panel_titel {
					height: 41px;
					line-height: 41px;
					text-align: center;
					font-weight: bold;
					overflow: hidden;
					margin-left: 15px;
					margin-right: 15px;
					
					font-size: 0.95em;
				}
	
				.panel_picture {
					height: 100px;
					text-align: center;
				}

				.panel_brochure {
					height: 140px;
					text-align: center;
				}

				.panel_tekst {
					height: 95px;
					overflow: hidden;
	
					margin-left: 11px;
					margin-right: 11px;
					margin-top: 5px;
					margin-bottom: 5px;
					
					font-size: 0.9em;
				}
				
				.panel_prijs {
					height: 40px;
					font-weight: bold;
					line-height: 40px;
					font-size: 2em;
					text-align: right;
					padding-right: 20px;
					
					overflow: hidden;
				}
				
					.panel_prijs_reizen {
						color: #F97CCA;
					}

					.panel_prijs_specials {
						color: #AEB96B;
					}
					
					.panel_prijs_vervoer {
						color: #FF6600;
					}
															
					.panel_prijs_accommodaties {
						color: #4496EA;
					}

					.panel_prijs_actief {
						color: #8AD530;
					}
				
				.panel_verder {
					height: 21px;
					line-height: 21px;
					text-align: right;
					padding-right: 10px;
					text-transform: uppercase;
					color: #FFFFFF;
				}
				
					.panel_verder_reizen {
						background-color: #F97CCA;
					}

					.panel_verder_specials {
						background-color: #AEB96B;
					}
					
					.panel_verder_vervoer {
						background-color: #FF6600;
					}
															
					.panel_verder_accommodaties {
						background-color: #4496EA;
					}

					.panel_verder_actief {
						background-color: #8AD530;
					}
				
					.panel_verder a {
						color: #FFFFFF;
						text-decoration: none;
					}
				
				.panel_onder {
					height: 18px;
					overflow: hidden; /* IE 6 div height hack */
				}

		#iframe_under_content {
			margin-left: 10px;
			width: 743px;
			float: left;
		}
				
			#banner_bottom {
				height: 90px;
				width: 743px;
				text-align: center;
				padding-top: 3px;
			}
			
			#banner_bottom_extra {
				height: 90px;
				width: 743px;
				text-align: center;
				padding-top: 20px;
			}			
			
			#wistudat_top {
				height: 11px;
				padding-top: 20px;
				background: #ECECEC url('/images/layout/wistudat_top.jpg') bottom no-repeat;
				overflow: hidden; /* IE 6 div height hack */
				margin-left: 7px;
				margin-right: 7px;
			}
			
			#wistudat_content {
				margin-left: 7px;
				margin-right: 7px;
				padding-left: 10px;
				padding-right: 10px;
				background: url('/images/layout/wistudat_bg.jpg') repeat-y;
			}
			
			#wistudat_content ul {
				margin-left: 15px;
			}
				
			#wistudat_footer {
				height: 11px;
				background: url('/images/layout/wistudat_footer.jpg') no-repeat;
				overflow: hidden; /* IE 6 div height hack */
				margin-left: 7px;
				margin-right: 7px;
			}
		
		#iframe_under_sidebar {
			width: 179px;
			float: left;
			margin-left: 18px;
		}	
		
	#sidebar {
		float: right;
		width: 189px;
		padding-top: 20px;
	}

		#logo {
			width: 180px;
			margin-bottom: 10px;
		}
	
		.tweet {
			font-size: 0.95em;
		}

		.tweet_datum_tijd {
			font-size: 0.95em;
			text-align: right;
			margin-bottom: 10px;
			color: #8C8C8C;
		}

		.twitter_icon {
			float: left;
			width: 20px;
		}
	
		.twitter_tekst {
			float: left;
			width: 100px;
			line-height: 16px;
		}


		.blok {
			margin-bottom: 20px;
			width: 179px;
		}
	
			.blok .blok_titel {
				background: url('/images/layout/blok_start_bg.jpg') no-repeat;
				padding-left: 35px;
				height: 44px;
				line-height: 40px;
				color: #FFFFFF;
			}
			
			.blok .blok_content {
				background: url('/images/layout/blok_content_bg.jpg') repeat-y;
				padding-left: 10px;
				padding-right: 10px;
				font-size: 0.95em;
				overflow: hidden;
			}
			
			.blok .blok_content .waarom_punt {
				width: 133px;
				height: 35px;
				margin-bottom: 5px;
				margin-top: 5px;
				padding-left: 25px;				
				background: url('/images/tick.png') no-repeat left;
			}

			.blok .blok_reisadvies {
				background: url('/images/layout/blok_content_bg.jpg') repeat-y;
				font-size: 0.95em;
				overflow: hidden;
			}

			.blok .blok_reisadvies div {
				padding-left: 10px;
				padding-right: 10px;
				margin-bottom: 20px;
			}
			
			.blok .blok_reisadvies div a {
				text-decoration: none;
			}
	
			.blok .blok_banner {
				background: url('/images/layout/blok_content_bg.jpg') repeat-y;
				padding-left: 10px;
				padding-right: 10px;
				font-size: 0.95em;
				overflow: hidden;
				text-align: center;
			}
			
			.blok .blok_content input[type="text"],textarea {
				border: 1px solid #FF6600;
				background-color: #FFCFAF;
				padding: 2px;
			}
			
			.blok .blok_content input[type="button"],input[type="submit"]  {
				font-weight: bold;
			}
	
			.blok .blok_eind {
				background: url('/images/layout/blok_eind.jpg') no-repeat;
				height: 11px;
			}

	#iframe {
		border: 1px solid #FF6600;
		width: 940px;
		margin: 10px;
	}

	#footer {
		width: 940px;
		height: 28px;
		line-height: 28px;
		background: #ff6600 url('/images/layout/footer_bg.jpg');
		
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		
		color: #FFFFFF;
		font-size: 0.9em;
		text-align: center;
	}
	
		#footer a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}

	#sitemap ul {
		padding-top: 0;
		padding-bottom: 0;
	}

	.prijzen_afbeelding {
		width: 300px;
		float: right;
		padding-left: 22px;
		padding-bottom: 7px;
		font-size: 0.9em;
		text-align: right;
	}
				

/* Onderdelen op de website */

#meer {
	text-decoration: underline;	
}

h1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}

h2 {
	font-style: italic;
	margin-bottom: 10px;
}

h3, .titel {
	font-size: 1.1em;
	color: #FF6600;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.winnaar {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

	.winnaar img {
		border: 1px solid #000000;
	}

/* Zoeken */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eeeeee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#pagination {
	text-align: center;
	font-weight: bold;
}

	#pagination a {
		text-decoration: none;
	}

	#pagination a:hover {
		text-decoration: underline;
	}
	
.searchlink {
	color: #2F2F2F;
	text-decoration: none;
}

.searchtitle {
	color: #FF6600;
	text-decoration: underline;
}

a.searchtitle:hover {
	color: #FF6600;
	text-decoration: none;
}

/* Ezelsoor */

#ezelsoor {
	position: relative;
	z-index: 999999;	
}

#ezelsoor img {
	width: 50px;
	height: 52px;
	z-index: 999999;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}

#ezelsoor .msg_block {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
}

/* Formulieren */

input[type="text"],textarea {
	border: 1px solid #FF6600;
	background-color: #FFCFAF;
	padding: 2px;
	margin-bottom: 1px;
}

input[type="button"],input[type="submit"]  {
	font-weight: bold;
}
