/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
#container {
	position:relative;
	margin: 0 auto;
	width:80%;
	min-width:800px;
	margin-top:20px;
}
#header {
	position:relative;
	float:left;
	width:100%;
	height: 100px;
	background-image:url(beelden/header.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	border-left:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;


}
#headerside {
	position:relative;
	float:right;
	width:100px;
	margin-right:-2px;
	height: 100px;
	background-image:url(beelden/headeright.png);
	overflow:hidden;
}
#nav {
	position:relative;
	float:left;
	border:1px solid #DDDDDD;
	width:100%;
	overflow:visible;
}
#navleft {
	position:relative;
	float:left;
	margin:3px;
	margin-left:5px;
	overflow:visible;
}
#navright {
	position:relative;
	float:left;
	margin:3px;
	margin-left:50px;
	overflow:visible;
}
#navcontact {
	position:relative;
	float:right;
	margin:3px;
	margin-right:5px;
	overflow:visible;
}
#subnav {
	position:relative;
	float:left;
	height:100px;
/*	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;*/
	background-color:#FFFFFF;
	width:100%;
	overflow:visible;
}
#sitenav {
	position:relative;
	float:left;
	height:15px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background-color:#DDDDDD;
	width:100%;
	overflow:visible;
}
#sitenavtekst {
	position:relative;
	float:left;
	height:15px;
	margin-left:5px;
	overflow:visible;
}
#picnav {
	position:relative;
	float:left;
	height:85px;
	background-color:#FFFFFF;
	margin-left:1px;
	width:100%;
	overflow:auto;
}
#content {
	position:relative;
	border:1px solid #DDDDDD;
	width:100%;
	float:left;
	height:350px;
	background-color:#DDDDDD;
	overflow:hidden;
}
#contentfirst {
	position:relative;
	width:95%;
	float:left;
	margin-left:20px;
	margin-top:20px;
	height:310px;
	background-color:#FFFFFF;
	overflow:auto;
}
#contentleft {
	position:relative;
	width:25%;
	padding:5px;
	padding-left:10px;
	float:left;
	height:300px;
	overflow:auto;
}
#contentright {
	position:relative;
	width:550px;
	float:right;
	height:310px;
	background-color:#FFFFFF;
	overflow:auto;
}
#footer {
	position:relative;
	border:1px solid #DDDDDD;
	width:100%;
	float:left;
	overflow:visible;
}
#footertext {
	position:relative;
	width:99%;
	float:left;
	margin:3px;
	overflow:auto;
}

