/* reset.css (blueprint CSS framework) */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;/* font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;*/vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	margin: 0px auto;
	width: 980px;
}

#content {
	min-height: 575px;	
}

/* ---------- HEADER ---------- */
#header {
	background: url("/images/bg-header.png") no-repeat;	
	height: 200px;
}
	
	#header.bestemmingen {
		background: url("/images/bg-header-bestemmingen.png") no-repeat;
	}
	
	#header.reisleiders {
		background: url("/images/bg-header-reisleiders.png") no-repeat;
	}
	
	#header.blogs {
		background: url("/images/bg-header-blogs.png") no-repeat;
	}
	
	#header.tweets {
		background: url("/images/bg-header-tweets.png") no-repeat;
	}

	#header a.logo {
		display:block;
		float:left;
		margin-bottom: 57px;
	}

		/* METAMENU */
		#metamenu {
			background: white;
			clear:right;
			float:right;
			margin-bottom:5px;
			padding:5px 10px;
		}

			ul.metamenu {
				
			}
				ul.metamenu li	{
					display: inline;			  
				}

					ul.metamenu li a,
					ul.metamenu li a:visited {
						border-left: 1px solid #555555;
						font-size: 15px;
						padding: 0px 5px;
						color: #294b8c;
						text-decoration: none;
					}
					
						ul.metamenu li.active a {
							text-decoration: underline;
						}

					ul.metamenu li.first a,
					ul.metamenu li.first a:visited {
						border: none;
					}
					
		/* SEARCH */
		.search {
			background: url("/images/bg-search.png") no-repeat right center;
			margin: -45px 0 0 425px;
			position: absolute;
		}
		
			.search label {
				font-weight: bold;
				color: #007AC5;
				padding-right:10px;
				padding-top:0px;
				line-height: 21px;
				position: absolute;
			}
			
			input.DataBoundText {
				background: none;
				border: none;
				font-size: 12px;
				height: 22px;
				width: 90px;
				line-height: 21px;
				margin-left: 95px;
			}

			button.SubmitButton {
				background: none;
				border: none;
				color: white;
				cursor: pointer;
				font-size: 10px;
				margin: 0;
				padding:0;
				text-transform: uppercase;
				width:25px;
				line-height: 22px;
			}

		/* LANGUAGESELECTOR */
		#language  {
			clear:right;
			float:right;
		}

			#language ul {
				font-size: 10px;		  
				margin: 0px;		
			}
				#language ul li {
					display: inline;
					padding: 2px;
				}

					#language ul li.active a,
					#language ul li.active a:visited {
						font-weight: bold;
						text-decoration: none;
					}

		/* MEMBERLOGIN */
		#memberlogin {
			clear:right;
			float:right;
			margin-bottom:5px;
			width: 335px;
		}
		
			#memberlogin input.DataBoundText {	
				background: #f6f6f6;
				border: 1px solid #CCCCCC;
				color: #555555;
				margin-top:1px;
				padding: 2px 3px;
				width: 75px;
			}
		
			#memberlogin input.SubmitButton {
				width: 75px;
			}

/* ---------- MAIN MENU ---------- */

#mainmenu {
	height: auto !important;
	height: 38px;
	clear:both;
	min-height: 38px;
	overflow:hidden;
	width: 980px;	
}

	#mainmenu ul {
		display: block;
		list-style: none;
		margin: 0px 0px 0px 0px;
	}

		#mainmenu ul li {		
			display: inline;
		}

			#mainmenu ul li a,
			#mainmenu ul li a:visited {
				background: #007ac5 url("/images/bg-menu-link.png") no-repeat right center;
				border-top: 2px solid white; 
				color: white;
				display: block;
				float: left;
				font-size: 15px;
				line-height: 30px;	
				padding: 4px 15px 4px 15px;
				text-decoration: none;
				height: auto;
			}
			
			#mainmenu ul li.active a {
				background: #007ac5 url("/images/bg-menu-link-active.png") no-repeat right center;
			}
			
			#mainmenu ul li a.last {
				background-image: none;
				border-right: 2px solid white;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;
			}	

			#mainmenu ul li a:hover {
				text-decoration: underline;
			}
			
			
			#mainmenu ul li.active a,
			#mainmenu ul li.active span.right {
				background-color: #00498e;
				color: white;
				text-decoration: none;

			}
			
/* ---------- BREADCRUMB ----------*/
#breadcrumb {
	border-bottom: 1px solid #3B7AC2;
	clear: both;
	padding: 10px 0 10px 180px;
	height: 20px;
}

	#breadcrumb, 
	#breadcrumb a, 
	#breadcrumb a:visited {
		color:#a1815d;
	}

/* ---------- COLUMN-LEFT / COUNTRY FILTER ----------*/

#column-left {
	float: left;
	width: 163px;
}

	#landfilter {
		margin-top: 15px;
	}
	
	#column-left ul {
		list-style-position: outside;
		list-style-type: none;
	}
	
	#column-left ul li.selected ul {
		display:block;
	}
	
	#column-left a.resetfilter 	{
		color:#294B8C;
		text-decoration:underline;
	}

	#column-left a.resetfilter.selected,
	ul.landen li.country.selected a {
		background:url('/images/icons/active-country.png') no-repeat center right !important;
		padding-right: 20px;
		text-decoration: none;
		cursor: default;
	}

	ul.continenten {
		border-right: 1px solid #3b7ac2;
		border-top: 1px solid #3b7ac2;
		margin: 10px 0px;
	}
	
		li.continent {
			background: #c4e3f5;
			border-bottom: 1px solid #3b7ac2;
		}
		
			li.continent a {
				background: url('/images/bg-continent.png') no-repeat 5px 0px ;
				color: #294b8c;
				font-size: 14px;
				line-height: 25px;
				padding: 0 0 0 25px;
				text-decoration: none;
			}
			
		
			li.continent.open a {
				background: url('/images/bg-continent-active.png') no-repeat 5px 0px ;
			}
			
			li.continent.selected  {
				background-image: none;
				background-color: #00498E;
			}
			
				li.continent.selected a {
					color: white;
					background-image: none;
				}
				
			
			li.continent a:hover {
				text-decoration: underline;
			}
		
	ul.landen {
		border-top: 1px solid #3b7ac2;
		border-bottom: 0 none;		
		display: none;
	}

		li.country {
			background: white;
			border-bottom: 1px solid #3b7ac2;
		}
			
			ul.landen li.country a {
				background: none;
				padding-left: 35px;
				color: #294B8C;
			}
			
			ul.landen li.country.selected {
				background: #007AC5;
			}
			
				ul.landen li.country.selected a {
					color: white;
				}
			
				
			
			li.country:last-child {
				border-bottom: none;
			}
			
.nieuwsbrief {
	float: left;
	margin-top: 35px;	
}
.smlinks {
  float:left;
  width:131px;
  background-color:#c4e3f5;
  border:1px solid #007dc4;
  padding:10px 15px;
  margin-top:-5px;
}
  .smlinks h2 {
    color:#007dc4;
    font-size:14px;
    font-weight:bold;
    
  }

/* ---------- CONTENT ---------- */

div#container {
	background: transparent url('/images/bg-content.gif') 162px 100px repeat-y;
	float: left;
	padding-bottom: 10px;
	padding-top: 0px;
}

	#content {
		padding:0px 20px 30px 15px;
		width: 621px;
		float:left;
	}
		
		#content .left {
			float:left;
			padding-right: 15px;	
			width:296px;
		}

		#content .right {
			float:right;
			width:309px;
			text-align: left;
		}
		
			#video {
				background: white;
				border:1px solid grey;
				height:200px;
				margin-bottom:30px;			
			}

				#video object {
					height: 200px;
					width: 309px;
					overflow: hidden;
				}

/* ---------- COLUMN-RIGHT ---------- */
			
#column-right {
	float:right;
	width: 140px;
	padding:0 10px;
	margin-top: 55px;
}

	#column-right img {
		margin-bottom:10px;
		float: none;
	}
	
	#column-right a,
	#column-right a:visited {
		color: #3b7ac2;
	}

/* ---------- SUBMENU ---------- */
#submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

	#submenu ul ul	{
		border: none;
		margin: 0px 0px 10px 10px;
	}

	#submenu li a,
	#submenu li a:visited {
		color: #888;				
		text-decoration: none;
		font-size: 12px;
		display: block;
		padding: 3px 0px;
		margin: 0px;				
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}

	#submenu li.active a,
	#submenu li.active a:visited {
		color: black;				
	}

		#submenu li.active li a,
		#submenu li.active li a:visited {
			padding: 2px 0px;
			min-height: 16px;
			height: auto !important;
			height: 16px;
			color: #888;
			font-size: 11px;
		}

		#submenu li.active li.active a,
		#submenu li.active li.active a:visited {
			color: black;
		}

/* ----------- FOOTER ---------- */

#footer {
	clear: both;
	color: #294b8c;
	margin-left: 170px;
}

	#footer .standaardcontent,
	#footer .copyright {
		float: left;
		margin-left:10px;
	}
	
		#footer .standaardcontent a,
		#footer .standaardcontent a:visited {
			margin-right: 5px;
			color: #294b8c;
			text-decoration:none;
		}
		
		#footer .standaardcontent a:hover {
			text-decoration: underline;
		}
		
#footer div.contact {
	position: absolute;
	top:200px;
	margin-left:555px;
	margin-top:5px;
}

	#footer div.contact img {
		vertical-align: -8px;
	}
