* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#005e94;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	padding: 10px 0;
}
	.col{
		float:left;
	}


h1 {
	margin:0;
	padding:0;
	font-size:24px;
	color:#003858;
}
.zapp:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
div.layout{
	height:16px;
	width:988px;
	margin-left:-17px;
}
div.layout.top{
	background:url(../img/layout/bg_layout_top.png) no-repeat;
}
div.layout.bottom{
	background:url(../img/layout/bg_layout_bottom.png) no-repeat;
}
div#wrapper{
	width:954px;
	padding:0 17px;
	margin:0 auto;
	background:url(../img/layout/bg_wrapper.png) repeat-y;
}
div#gradient_container{
	background:url(../img/layout/bg_gradient_container.png) no-repeat 0 255px;
	width:978px;
	margin-left:-10px;
	padding-left:10px;
}
div#header{
	width:954px;
	position:relative;
	background:green;	
	height:419px;
}
	div#header div.col.left{
		width:233px;
		background:url(../img/layout/bg_header_col_left.png) no-repeat #aa1669;
		height:419px;
		z-index:10;
		position:absolute;
	}
	div#header div.col.right{
		width:721px;
		background:black;
		height:419px;
		z-index:10;
		position:absolute;
		margin-left:233px;
	}
	div#address{
		background:url(../img/layout/bg_address.png) no-repeat;
		position:absolute;
		top:0;
		z-index:30;
		float:right;
		width:701px;
		height:44px;
		line-height:44px;
		margin-left:233px;
		color:white;
		font-size: 1.4em;		
		padding-right: 20px;
		vertical-align: middle;
	}
	div#address p{
		float:right;
	}
	div#address a{
		color:white;
	}
	ul#nav{
		background:url(../img/layout/bg_nav.png) no-repeat;
		position:absolute;
		bottom:0;
		z-index:40;
		height:44px;
		width:954px;
		list-style:none;
	}
	ul#nav li{
		float:left;
		font-size:1.4em;
		color:#FFF;
		background:url(../img/layout/menuItemDivider.png) no-repeat;
		height:44px;
	}
	ul#nav li:first-child{
		background:none;
	}
	ul#nav li a{
		color:#FFF;
		text-decoration:none;
		display:block;
		float:left;
		padding:0 22px;
		line-height:44px;
		vertical-align:middle;
	}
	div#content_box h2{
		color:#fff;
		font-size:2.4em;
		padding-left: 20px;
		font-weight: normal;
		margin-bottom: 7px;
		width:200px;
	}	
	div#content_box div.col div.content{
		width:264px;
		background:url(../img/layout/bg_content_col.png) #fff no-repeat;
		color:#00629a;
		font-size: 1.2em;
		padding: 20px 20px 15px 20px;
	}
	div#content_box div.col.big{
		margin-right: 21px;
	}
	div#content_box div.col.big div.content{
		width:589px;
		background:url(../img/layout/bg_content_col_big.png) #fff no-repeat;
	}
	div#content_box div.col.big div.content .gallerieImage{
		margin-right:5px;
		margin-bottom:5px;
	}
	div#content_box{
		margin-top:20px;
		width: 954px;
	}
	div#content_box a{
		color:#00629a;
	}
	div#content_box p{
		margin-bottom:20px;
		line-height: 1.4;
	}
	div#content_box p:last-child{
		margin-bottom:0;
	}
	div#content_box div.col.mid{
		margin:0 21px;
	}
	div#content_box div.col .bottom{
		background:url(../img/layout/bg_content_col_bottom.png) no-repeat;
		width:304px;
		height:5px;
	}
	div#content_box div.col.big .bottom{
		background:url(../img/layout/bg_content_col_bottom_big.png) no-repeat;
		width:629px;
		height:5px;
	}

#lang{
	float: right;
	list-style: none;
}
#lang li{
	float: left;
}
#lang span{
	display: none;
}
#lang li{
	margin-left: 2px;
	font-size: 1px;
	line-height: 1px;
	float: left;
}
#lang li a{
	display: block;
	width: 39px;
	height: 28px;
	background: url(../img/flags/flags.png) top left no-repeat;
}
	#lang #b_en{
		background-position:  0px 0px;
	}
	#lang #b_en:hover, #lang #b_en.on{
		background-position: 0px -28px;
	}
	#lang #b_nl{
		background-position:  -39px 0px;
	}
	#lang #b_nl:hover, #lang #b_nl.on{
		background-position: -39px -28px;
	}
