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

body {
	background: #71ecf3 url(images/background.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #767575;
	line-height: 24px;
}
a {
	font-size: 14px;
	color:#767575;
}

ul {
	padding: 0; margin: 0;
	list-style:inside square;	
}
.kopje {
	font-size: 30px;
	color: #f8a21d;
	font-weight:bold;
}
.kopje_small {
	font-size: 20px;
		color: #767575;
	font-weight:bold;
}
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}
.small {
	font-size: 14px;	
}
	div#header {
	width: 950px;	
	padding: 0; margin: 0 auto;		
	}
	div#headerTop {
		width: 950px;
		height: 13px;
		margin-top: 30px;
		background:url(images/kader_top.gif) no-repeat;
	}
	div#headerImage {
		width: 950px;
		height: 130px;
		padding: 0; margin: 0;
		background:#fff url(images/header.jpg) no-repeat;
	}
	div#GoogleAds {
		width: 930px;	
		background-color: #fff;
		text-align: right;
		padding-right: 20px;
	}
div#wrapper {
	width: 950px;	
	padding: 0; margin: 0 auto;
}
	div#wrapperContent {
		width: 950px;
		padding-top: 10px; padding-bottom:10px;
		background-color:#FFF;
		float: left; display:inline;
	}
		div#contentLinks {
			float: left; display: inline;
			width: 316px;
			padding-left: 24px;
		}
		div#contentMidden {
			float: left; display: inline;	
			width: 316px;
			padding-left: 40px;
		}
		div#contentRechts {
			float: left; display: inline;	
			width: 188px;
			padding-right: 24px;
			padding-left: 40px;
		}
			div#adverterenBlok {
				width: 168px;	
				border: solid 1px #f8a21d;
				padding: 10px;
			}
	
	
	div#footer {
		width: 926px;
		height: 40px;
		background:url(images/kader_bottom.gif) no-repeat top;
		padding-top:20px;
		padding-right: 24px;
		text-align:right;
	}
