body, html {
	border: 0;
	margin: 0px auto;
	padding: 0;	
	background: #FFFFFF url("pics/backtop.gif") repeat-x top left;
	height: 100%;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	color: #505050;
}

#wrap {	
	position: relative; 
	background-color: transparent;
	min-height: 100%;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#main {
	overflow:auto;
	padding-bottom: 40px;  /* must be same height as the footer */
	} 


#header {
	float: left;
	background-color: transparent;
	width: 960px;
	height: 234px;
	margin: 0px auto;
	padding: 0px;
}

#logo {
    position:relative;
	float: left;
	width: 300px;
	height: 79px;
	display: inline;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
}

#menu {
	float: right;
	background-color: transparent;
	width: 600px;
	height: 79px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 1.8em;
}

.menublok {
    position:relative;
	float: left;
	padding: 40px 0px 0px 10px;
}

#submenu {
	float: left;
	background-color: transparent;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#top {
	float: left;
	width: 302px;
	height: 155px;
	text-align: left;
}

#titel {
	float: right;
	width: 600px;
	height: 155px;
	text-align: right;
}

#content {
	position: relative;
	float: left;
	background-color: transparent;
	width: 960px;
	margin: 0px auto;
	padding: 0;
	padding-bottom:10px;   /* Height of the footer */
}
			
#left {
	position: relative;
	float: left;
	width: 680px;
}
	
#right {
	position: relative;
	float: left;
	width: 270px;
}

.blok {
    position:relative;
	float: left;
	margin: 6px 20px 20px 20px;
	padding: 0px;
	background-color: #E9E7E6;
}
	
.stukjeright {
	width: 270px;
	padding: 0px;
	margin: 0px auto;
}

#footer  {   
	position:relative;
	float: left;
	clear: both;
	width: 960px;
	height: 40px;   /* Height of the footer */
	margin-top: -40px; /* negative value of footer height */
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
	margin: 10px 0px 0px 20px;
	color: #737373;
}

hr {
	border: 0;
	border-top: 1px dashed #0182AC;/*the border*/
	height: 1px;
	text-align: left;/*this will align it for IE*/
	margin: 0 20px 0 20px; /*this will align it left for Mozilla*/
}

img.blok { 
	margin: 20px 0 0 0;
	display: inline; 
}

