@charset "utf-8";
/* CSS Document */

*
	{
	margin:0px;
	padding: 0px;
	}

body{
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5;
	color: #666;
	}

a{
	color				: #000;
	text-decoration		: 1px dotted #000;
	text-align			: left;
}

a:link{
	text-decoration		: 1px dotted #000;
	color				: #000;
}

a:hover{
	text-decoration		: 1px dotted #000;
	color				: #333;
}
	
#wrapper
	{
	width: 900px;
	}

.header
	{
	display: block;
	width: 100%;
	background-image:url(bg_header.jpg);
	height: 50px;
	}

#onderdeel
	{
	position: relative;
	top: 16px;
	left: 520px;
	height: 26px;
	width: 334px;
	}

#menu
	{
	background-image: url(bg_menu.jpg);
	height: 105px;
	overflow: hidden;
	}
	
#lade
	{
	float: left;
	height: 105px;
	width: 155px;
	}

#submenu
	{
	position:relative;
	height: 30px;
	background-color:#fff;
	}
	
#tekstveld
	{
	float: left;
	height: 500px;
	width: 200px;
	}
#tekst
	{
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	top: 330px;
	text-align: right;
	padding-left: 0px;
	padding-right: 15px;
	font-size: 9px;
	}

#afbeelding
	{
	float: right;
	height: 500px;
	width: 700px;
	overflow:hidden;
	margin-top: 30px;
	}
	
#navi
	{
	float: right;
	position:relative;
	top: 450px;
	right: 20px;
	}

#info, #contact
	{
	width: 900px;
	height: 500px;
	}
#info
	{
	background-image: url(bg_info.jpg);
	}

#contact
	{
	padding-top: 43px;
	padding-left: 100px;
	}
#infotekst
	{
	position: relative;
	top: 72px;
	left: 385px;
	width: 380px;
	height: 133px;
	overflow: auto;
	overflow-x: hidden;
	}
#nieuwstekst
	{
	position: relative;
	top: 100px;
	left: 385px;
	width: 380px;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	}

#phlot	{height: 12px; width: 900px; text-align:right; font-size:9px;}
