*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background:#ecf0f5;
	text-align:left;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:832px;
	position:relative;
}

#head{
	float:left;
	width:829px;
	height:95px;
	position:relative;
}

#logo{
	position:absolute;
	bottom:-40px;
	left:25px;
	z-index:99;
}

#visual{
	float:left;
	z-index:9;
	width:832px;
	height:441px;
	position:relative;
	background: url(../images/visual.png) no-repeat top center;
}

#content{
	width:792px;
	padding:15px 10px 0 30px;
	float:left;
	background: url(../images/content_bg.png) repeat-y top left;
}

.tekst-links{
	float:left;
	width:380px;
	padding:0 5px 0 0;
	border-right:3px solid #f9b7dc;
}

.tekst-rechts{
	float:left;
	width:380px;
	padding:0 0 0 20px;
}

#footer{
	float:left;
	width:832px;
	height:72px;
	background: url(../images/footer.png) no-repeat top left;
}

#footer p.bruijn{
	float:left;
	width:500px;
	padding: 35px 0 0 20px;
	text-align:left;
}

#footer p.wingweb{
	float:right;
	width:160px;
	padding: 35px 30px 0 0;
	text-align:right;
}