*{	
	margin:0; 
	padding:0; 
}

body{ 
	background: #0f4d62 url("images/bg.jpg") top left repeat-x; 
	font-family:arial; 
	font-size:12px; 
	line-height:18px; 
}

#wrapper{ 
	background:url("images/wrapper_bg.jpg") top center no-repeat;
	height:538px;
}

#inhoud{
	width:760px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	position:relative;
	top:132px;
	left:-6px;
}

#inhoud2{
	width:740px;
	padding:10px;
	height:auto;
}

#nav{
	width:740px;
	height:29px;
	background:url("images/menu.jpg");
}

#nav ul {
	margin:0px;
	padding:5px;
	font-family:"Comic Sans MS", cursive;
	font-size:13pt;
	position:relative;
	left:-4px;
}

#nav a{
	text-decoration:none;
	color:#3d4755;
}

#nav a:hover{
	text-decoration:none;
	color:#FFF;
}

#nav li{
	display:inline;
	padding:23px;
	list-style:none;
}

.rechts1{
	position:relative;
	left:15px;
}

.rechts2{
	position:relative;
	left:16px;
}

.rechts3{
	position:relative;
	left:7px;
}

#foto{
	position:relative;
	top:10px;
}

#tekst{
	margin-top:20px;
}

h2{
	float:right;
	color:#069;
	font-size:18px;
}

p{
	padding-top:10px;
	padding-bottom:10px;
}

#footer{
	color:#FFF;
	width:760px;
	background-color:#0f4d62;
	text-align:right;
}

ul{
	position:relative;
	left:30px;
}

li{
	list-style-type:none;
}

a{
	color:#000;
	text-decoration:none;
}

.links{
	color:#06C;
}

p.link
	{
	position: relative;
	width: 150px;
	text-align: center;
		}
		
p.second
	{
	top: -125px;
	left: 200px;
	}

p.first
	{
	left: 25px;
	}

