body, html {
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;	
	background: #FFF url("pics/background.gif") repeat top left;
	min-height: 100%;
	_height: 100%;
	height: 100%;
	font-size: 11px;
	color: #414141;
	line-height: 1.5em;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;
}

#wrap {	
	position: relative; 
	width: 900px;
	overflow: hidden;  
	margin: 0px auto;
	padding: 0px; 
	text-align: left;
}

#header {
	float: left;
	position: relative;
	height: 175px;
	width: 900px;
	background: url("pics/titel.png") no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#promo {
	position: relative;
	float: right;
	width: 350px;
	height: 110px;
	background: url("pics/promo-background.png") no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	text-align: left;
}

#promotekst {
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 10px 0px;
	text-align: left;
}

#content {
	position: relative;
	float: left;
	background-color: #FFF;
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

#navigation {
	position: relative;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	height: 30px;
	width: 860px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#menu {
	float: left;
}

#menu2 {
	float: right;
	text-align: right;
}

.contentblok {
	position: relative;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #F6F6F6;
}

.breed {
	position: relative;
	float: left;
	width: 820px;
}

.links {
	position: relative;
	float: left;
	width: 540px;
}

.rechts {
	position: relative;
	float: left;
	width: 220px;
}

#footer  {   
	position:relative;
	bottom: 0;
	float: left;
	clear: both;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #FFF;
	width: 860px;
	height: 26px;   /* Height of the footer */
	text-align: center;
	font-size: 11px;
	line-height: 1.4em;
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 5px 20px;
	color: #6F6F6F;
}

