/* Body & Container */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-color: #8f8e8e;
	list-style: none;
}

a:link, a:visited, a:active {
	color: #92b1cd;
	text-decoration: none; 
}

a:hover {
	font-weight: bold;
	color: #2D5885;
	text-decoration: none; 
}

div#container {
	width: 960px;
	margin: auto;
	font-family: Verdana;
	font-size: 12px;
}

/* Header */
div#header {
	background: url('../images/header.jpg') no-repeat top left;
	width: 965px;
	height: 245px;
	margin-top: 25px;
}
h1 {
	width: 965px;
	height: 245px;
	margin: 0;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999999px;
	overflow: hidden;
}

/* Content */
div#kopje {
	background-image: url('../images/content_driehoek.jpg');
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-bottom: 10px;
	height: 21px;
	min-width: 35px;
}

h2 {
	font-size: 80%;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	color: #2D5885;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
}

div#content {
	color: #FFFFFF;
	width: 965px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-x;
	background-color: #676666;
	padding-bottom: 20px;
}
div#column1 {
	width: 288px;
	float: left;
	background: url('../images/stippel.jpg') right repeat-y;
	padding: 10px 20px 10px 20px;
	min-height: 450px;
}
div#column2 {
	float: left;
	width: 288px;
	background: url('../images/stippel.jpg') right repeat-y;
	padding: 10px 20px 10px 20px;
	min-height: 450px;
}
div#column3 {
	float: left;
	padding: 20px 0px 10px 20px;
	width: 288px;
	height: 450px;
}
div#column4 {
	float: left;
	width: 576px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
div#bovag {
	background: url('../images/bovag1.jpg') bottom right no-repeat;
	min-height: 400px;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

/* Footer */
div#footer {
	background: url('../images/footer.jpg') no-repeat;
	background-color: #676666;
	height: 40px;
	width: 965px;
	padding-top: 15px;
	font-size: 10px;
	color: #676666;
}
span#left {
	float: left;
	color: #FFFFFF;
}
span#right {
	float: right;
	color: #FFFFFF;
}

