body {
	background: #F3F3F3 url(../images/bg-body-top-hor.gif) repeat-x;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border: 0px;
	display: block;
}

img {border: 0;}

table {	
	font-size: 11px;
	text-align:left;
	font-weight: normal;
	margin: 0px;
 	padding: 0px;
	border: 0px;
	line-height: 22px;
	vertical-align: top;
}
tr {
	text-align:left;
	font-weight: normal;
	margin: 0px;
 	padding: 0px;
	border: 0px;
}

td {
	text-align:left;
	font-weight: normal;	
	margin: 0px;
 	padding: 0px;
	border: 0px;
	vertical-align: top;
	color: #333;
}
.credits td {
	color: #666;
}
.credits td a {
	color: #666;
	-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
}
.credits td a:hover {
	color: #FFF;
}
hr {
	width: 100%;
	margin: 20px 0px 20px 0px;
	float: left;
	border: 1px solid #FFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
}
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	color: #003366;
}
ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #003366;
}
H1, H2, H3, H4, H5 , .digit{
	font-family: 'Passion One', cursive;
	text-transform: uppercase;

}
H1{
	font-size: 27px;
	font-weight: normal;
	text-align:left;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 24px;
}

H2{
	font-size: 22px;
	font-weight: normal;
	text-align:left;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 28px;
}
H3{
	font-size: 13px;
	font-weight: normal;
	text-align:left;
	color: #003366;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
H4{
	font-weight: normal;
	text-align:left;
	font-size:10px;
	color: #999;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
}
H5{
	font-family: georgia, serif;
	font-weight: normal;
	text-align:left;
	font-size:16px;
	color: #00CCFf;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}
p {
	font-size: 11px;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	text-align:left;
}
a {
	text-decoration: none;
}
.headerwrap, .contentwrap, .footerwrap, .creditswrap, .mapwrap {
	z-index: 50;
	width: 100%;
	margin: 0px auto;
	float: left;
}
.footerwrap{
	background: #E4E4E4;
	padding-bottom: 30px;
}
.creditswrap {
	background: #000;
}
.mapwrap {
	height: 500px;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
.credits {
	position: relative;
	width: 940px;
	max-width: 920px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	
}
.header {
	position: relative;
	width: 940px;
	height: 145px;
	max-height: 50px;
	margin: 0px auto;
	padding-top: 95px;
	
}	
.logo {
	position: absolute;
	right: 48px;
	top: 10px;
	text-align: left;
	z-index: 100;
	}


#menu {
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
	background: url('../images/bg-menu.gif');
	position: relative;
	width: 940px;
	height: 50px;
	max-height: 50px;
	color: #FFF;
	font-size: 11px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul{
	height:50px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#menu li{
		float:left;
		padding:0px;

		}
	#menu li a{
		background: url('../images/bg-menu-item.gif') no-repeat right top;
		color:#FFF;
		display:block;
		font-size:17px;
		font-weight: normal;
		line-height:44px;
		height:50px;
		max-height: 47px;
		margin:0px;
		padding:3px 15px 0px 15px;
		text-align:center;
		text-decoration:none;
		float: left;
		-webkit-transition: color .2s ease;
	   -moz-transition: color .2s ease;
	     -o-transition: color .2s ease;
	        transition: color .2s ease; 
		}
		#menu li a:hover {
			color:#999;
			text-decoration:none;
			}

	#menu li ul{
		background: #333;
		display:none;
		height:auto;
		padding:0px;
		margin:50px 0px 0px 0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#menu li:hover ul{
		display:block;
		
		}
	#menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	#menu li:hover li a{
		background:none;
		
		}
	#menu li ul a{
		font-size:17px;
		display:block;
		line-height: 40px;
		height:40px;
		width: 200px;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		-webkit-transition: background .3s ease;
	   -moz-transition: background .3s ease;
	     -o-transition: background .3s ease;
	        transition: background .3s ease; 
		}
		#menu li ul a:hover, #menu li ul li:hover a{
			background:#666;
			border:0px;
			color:#FFF;
			text-decoration:none;
			}
	#menu p{
		clear:left;
		}
	a.top-nav-link {
		height: 50px;
}

.content{
	position: relative;
	width: 940px;
	margin: 0px auto;
}
.image {
	overflow: hidden;
	height: 255px;
}
.text {
	float: left;
	min-height: 185px;
	padding: 40px 30px 40px 30px;


}
.text-map{
	float: left;
	min-height: 185px;
	padding: 40px 30px 40px 30px;
	width:100%;
}

.text-map a,
.text a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
.text-map a:hover,
.text a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 0px dotted #666;
}
.map {
	background: url('../images/map-holland.png');
	width: 400px;
	height: 421px;
	position: relative;
}

#text-map a.pin {
	position: absolute;
	width: 18px;
	height: 23px;
	background: url('../images/pin.png') no-repeat left top;
	text-indent: -9999px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 0px;
	color: #333;
}
#text-map a.pin:hover {
	background: url('../images/pin.png') no-repeat left top;
	text-indent: 0px;
	text-align: left;
	padding-left: 20px;
	width: 200px;
}
.conversion {
	display: none;
	position: absolute;
	right: 0px;
	top: 180px;
	background: url('../images/bg-conv.png');
	width: 340px;
	max-width: 310px;
	height: 240px;
	max-height: 205px;
	float: left;
	padding: 35px 0px 0px 30px;
}
.footer {
	position: relative;
	width: 940px;
	margin: 0px auto;
	text-align: left;
	min-height: 200px;
}
.one {
	position: relative;
	width: 340px;
	max-width: 320px;
	float: left;
	padding: 20px 10px 10px 10px;
}
.two {
	position: relative;
	width: 340px;
	max-width: 320px;
	float: left;
	padding: 20px 10px 10px 10px;
}
.three  {
	position: relative;
	width: 240px;
	max-width: 220px;
	float: left;
	padding: 20px 10px 10px 10px;
}
.digits {
	position: absolute;
	top: 130px;
	left: 70px;
	width: 160px;
	height: 59px;
	float: left;
}

.digit {
	font-family: 'Passion One', cursive;
	position: relative;
	background: url('../images/bg-digit.png');
	width: 40px;
	height: 59px;
	max-height: 54px;
	font-size: 48px;
	line-height: 50px;
	color: #FFF;
	float: left;
	z-index: 50;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
.overlay {
	width: 40px;
	height: 59px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/front-digit.png');
	z-index: 100;
}
.two ul li {
	list-style-type: none;
	line-height: 22px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-top: 0px;
	padding: 0px 0px 0px 40px;
	color: #666;
	background: url('../images/twitter-icon.png') no-repeat 0px 8px;
}
.two ul li a  {
	color: #000;
	text-decoration: none;
}
.three ul {
	margin-bottom: 10px;

}
.three ul li {
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
	font-size: 17px;
	color: #666;

	text-transform: uppercase;
	list-style-type: none;
	line-height: 30px;
	margin-bottom: 5px;
	margin-left: -20px;
	margin-top: 0px;
	padding: 0px 10px 0px 35px;
	background: url('../images/vinkje.png') no-repeat 0px 5px;
}
.balloon {
	position: absolute;
	right: 15px;
	top: -30px;
	font-family: 'Passion One', cursive;
	text-transform: uppercase;

	background: url('../images/bg-op-kaart.png');
	width: 204px;
	height: 85px;
	max-height: 67px;
	font-size: 21px;
	line-height: 24px;
	color: #FFF;
	float: left;
	text-align: center;
	padding: 18px 0px 0px 0px;
}