* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 16px;
	background-color: #FFFFFF;
	font-family: 'Georgia', 'Tahoma', 'Arial';
	background-image: url(img/achtergrond.jpg);	
}

#outer {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	border: 4px solid #005286;
	
}

#header {
	width: 100%;
	height: 175px;
	background-image: url(img/water9.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 800px;
	clear: both;	
} 




/********/
/* MENU */

#menu {
	list-style-type: none;
	width: 100%;
	height: 20px;
	background-color: #4682B4;
}

#menu li {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%; 
	text-decoration: none; 
	color: white;
	line-height: 20px;
	font-size: 18px;
	background-color: #005286;
}

#menu li a:hover {
	background-color: #DCDCDC;
}





/***********/
/* INHOUD */

.column {
	position: relative;
}

.normal {
	width:100%
}


.left {
	width: 70%;
	float: left;
}

.right {
	width: 30%;
	float: right;
}


.links {
	width: 60%;
	float: left;
}

.rechts {
	width: 40%;
	float: right;
}

.linksm {
	width: 30%;
	float: left;
}

.rechtsm {
	width: 70%;
	float: right;
}




/*********/
/* TEKST */



.column h1, h2, h3, h4, p {
	text-decoration:none;
	margin-left: 15px;
	margin-right: 15px;
}

h1 {
	margin-top: 15px;
	font-size: 16px;
	text-transform: uppercase ;
	color: #FFFFFF ;
	background-color: #005286;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 14px;
}

h4 {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
}

p {
	margin-top: 5px;
	text-align: justify;
	font-size: 12px;
	text-decoration: none;
}

a {
	text-decoration:none;
}

a:link { color: #000000; }

a:visited { color: #000000; }

a:active { 
	color: #FFFFFF;
	background-color: #005286;}
a:hover { 
	color: #FFFFFF;
	background-color: #005286;}
	






