/* standaard waarden */
*{
	margin:0;
	padding:0;
	border:0;
}
html,body{
	margin:0px;
	text-align: center;
	background: #d4e7fe;
}

a {
color :#4a83af;
}

/* container */
div#container{
	text-align: left;
	width: 820px;
	margin-left: auto;
	margin-right: auto;			
}
div#logo{
	float:left;
	width:294px;
	height:53px;
	display:inline;
	margin-top:20px;
}
div#menutop{
	float:left;
	width:820px;
	height:57px;
	background:url('../img/topmenu.jpg') no-repeat;
}
div#menutop ul {
	float:left;
	list-style-type:none;
	height:25px;
	display:inline;
	margin-top:13px;
	margin-left:12px;
}
div#menutop ul li {
	float:left;
	display:inline;
	height:25px;
	border-left:1px solid #e3e3e3;
}
div#menutop ul .last{
	float:left;
	display:inline;
	height:25px;
	border-right:1px solid #e3e3e3;
}
div#menutop ul li:hover{
	float:left;
	
}
div#menutop ul li a{
	float:left;
	padding-left:10px;
	padding-right:10px;
	height:19px;
	font-family:arial;
	font-size:11px;
	color:#57625d;
	padding-top:6px;
	text-decoration:none;
}
div#menutop ul li a:hover{
	background:#f6f6f6;
}
div#subcontainer{
	float:left;
	width:819px;
	background:url('../img/sub.jpg') repeat-y;
}

div#header{
	float:left;
	display:inline;
	width:795px;
	height: 276px;
	background:url('../img/bgheader.jpg') no-repeat;
	margin-left:12px;
}
div#header img{
	margin-top:10px;
	margin-left:7px;
}
div#header p{
	position:absolute;
	color:#FFFFFF;
	width:360px;
	margin-top:50px;
	margin-left:400px;
	font-family:arial;
	font-size:12px;
	line-height:22px;
}

div#wrapper{
	float:left;
	display:inline;
	width:795px;

	margin-left:12px;
}
div#wrapper img{
	margin-top:10px;
	margin-left:7px;
}
div#content{
    margin-top:10px;
	margin-left:7px;
	margin-bottom:10px;
	font-family:arial;
	font-size:12px;
	color:#111111;
		text-align: justify;
		line-height:18px;
	}

div#content h1{
	font-size:14px;
	color:#152d3e;
	}
	
div#content h2{
	font-size:13px;
	color:#22425a;
	}	

img.content_img {
float: left;
border: solid 2px #c4d7e6;
display: inline;
margin: 15px;
width:212px;
height:149px;
}

#content h2.merk{
display: block;
background: url("images/merktitel.jpg");
color: #00407a;
height: 26px;
line-height: 26px;
padding-left: 10px;
}

#content ul.merklist{
list-style: disc;
padding-left: 30px;
}

#content ul.merklist a {
font: bold 13px arial;
text-decoration: none;
text-transform: uppercase;
line-height: 24px;
}

div#bottom{
	float:left;
	width:819px;
	height:15px;
	background:url('../img/footer.jpg') no-repeat;
}
div#footer{
	float:left;
	width:819px;
}
div#footer p {
	text-align:center;
	font-family:arial;
	font-size:10px;
	color:#7db1d6;
	padding-top:3px;
}