﻿/* Standaard elementen */
	
	/* Body */
	body {font: 12px Arial;color:#757575;background: #03a3cf url(images/bg.png) repeat-x; line-height:20px;}
	
	/* Clear */
	.clear {clear:both;}
	
	/* Afbeeldingen geen border */
	img {border:0;}
	
	/* Margin reset */
	* {margin:0; padding:0;}
	  
	/* Hyperlinks */
	a {text-decoration:none; color:#757575;}
	a:hover {text-decoration:none; color:#207d9a;}
	
	/* Titels en tussentitels */
	h1 {
	font: bold 24px Arial;
	color: #004d65;
	text-align: left;
	padding: 10px 0px 0px 190px;
	line-height: 24px;
}
	h1 span {font: bold 18px Arial; color:#029aca; line-height:24px;}
	h2 {
	font: bold 12px Arial;
	color: #727272;
	text-align: left;
	padding: 5px 40px 5px 40px;
	line-height: 14px;
}
	h3 {font: bold 18px Arial; color:#004d65; padding:10px;}

 	/* Site Wrap */
	#container {width:669px; height:auto; margin: 20px auto; text-align:center; overflow:hidden;}

/* Website elementen */

	/* Top */
	#top {background-image: url(images/top.png);height: 39px;width: 669px;}
		#top ul {float:right; list-style:none; padding:0 10px 0 0;}
			#top ul li {float:left; padding:0 5px; line-height:39px;}
			
	/* Header */
	#header {background-image: url(images/header.png);height: 83px;width: 669px;}
		#header #download {
	margin: -18px 0 0 516px
}
	
	/* Content */
	#content {background: white url(images/content.png); background-repeat:repeat-x; height: 350px;width: 669px;}
		#tekst {width: 369px; height:auto; float:left; text-align:left;}
			.tekst {padding: 10px;}
		#afbeelding {width:300px; height:auto; float:left;}
		
	/* Footer */
	#footer {background-image: url(images/footer.png);height: 60px;width: 669px; color:white;}
		#footer p.pleft {float:left; text-align:left; padding: 25px 0 0 5px;}
		#footer p.pright {float:right; text-align:right; padding:25px 5px 0 0;}
		
		#footer a {text-decoration:none; color:white;}
		#footer a:hover {text-decoration: underline; color:white;}
