* {
	margin: 0;
	padding: 0;	
}

:focus, a:focus {
	outline:none;	
}

html, body {
	height:100%;	
	max-height: 1200px;
}

body {
	background: #0F84C7 url(../images/bg.jpg) no-repeat fixed top left;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	min-width: 930px;
	max-width: 1920px;
}

h1 {
	
}

h2 {
	color: #3FA9F5;
	font-size: 15px;
	margin: 12px 0 6px;
}

ul {
	padding: 0 0 0 21px;	
}

img {
	border: 0;	
}

a {
	color: #666;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;	
	}

#header {
	width: 100%;
	background: url(../images/balken_boven.png) no-repeat top right;
}

	#header .inner {
		width: 900px;
		margin: 0 auto;
	}

#wrapper {
	min-height: 100%;
	max-height: 1200px; 
}

#container {
	margin: 0 auto;	
	width: 900px;
	padding-bottom: 228px;
}

	#content {
		float: left;
	}
	
		#content .inner {
			padding: 10px 30px;
			background: url(../images/content-bg.png) no-repeat center;
			width: 305px;
			height: 501px;
		}
		
		.go-website {
			width: 364px;
			text-align: right;
			margin-top: 20px;
		}

	#sidebar {
		float: right;
		width: 515px;
		padding-top: 1px;
	}
	
		.go-contact {
			margin-top: 15px;	
			width: 515px;
			text-align: right;
			color: #FFF;
			font-size: 12px;
		}
		
			.go-contact p {
				background: #000;	
				padding: 5px; 
				width: auto;
				float: right;
				margin-top: 5px;
				display: block;
			}

#footer {
	background: url(../images/footer.png) repeat-x center center;
	height: 228px;
	width: 100%;
	clear: both;
	color: #FFF;
	margin-top: -228px;
	position: relative;
}

	#footer .inner {
		width: 900px;
		margin: 0 auto;
		font-size: 11px;
		padding: 139px 0 0;
	}
	
		#footer .inner p {
			position: absolute;	
		}
		
	#footer .balken {
		background: url(../images/balken_onder.png) no-repeat bottom right;
		height: 228px;
		max-width: 16%;
		margin-top: -139px;
	}
	
	#footer a {
		color: #FFF;	
		text-decoration: underline;
	}
	
	#footer a:hover {
		text-decoration: none;	
	}
