body {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	background-image:url("img/bgcolor.jpg");
}

#container {
	border:2px solid #c80503;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#fotolinksboven {
	float:left;
	height:350px;
	width:550px;
}

#logorechts {
	float:right;
	height:165px;
	width:250px;	
	background-image:url("img/logorechts.jpg");
}

#menurechts {
	float:right;
	height:185px;	
	width:250px;
}

#menurechts img {
   display: block;
}

#tekst {
	position: relative;
	float:left;
	padding-left:20px;
	padding-right:20px;
	height:350px;
	width:549px;
	max-width:509px;
	background-color:#ffffff;
}

#fotorechts {
	position: relative;
	float:right;
	padding-left:50px;
	padding-right:49px;
	height:350px;
	width:250px;
	max-width:151px;
	background-color:#ffffff;
}

#footer {
	padding-left:20px;
	padding-top:7px;
	height:75px;
	background-image:url("img/footer.jpg");
	clear:both;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0;
}