* { 
	margin: 0;
	padding: 0; 
	font-family: Arial,Sans-serif;
}
body { 
	background-image: url('./images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFFF;
}

#container { 
	width: 910px; 
	margin: 0 auto; 
}

#spacer {
	height: 35px;
}

#clearer {
	clear: both;
}

#header {
	margin-top: 30px;
	height: 130px;
	width: 911px;
	background-image: url('./images/luidspreker.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#header a {
	text-decoration: none;
	color: #972626;
}

#header h1 {
	margin-left: 250px;
	color: #972626;
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
}

#header p {
	margin-top: 10px;
	margin-left: 170px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

#menu {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	color: #972626;
	font-size: 14px;
}

#menu a {
	text-decoration: underline;
	color: black;
}

#menu a:hover {
	text-decoration: none;
	color: black;
}

#blok_boven {
	width: 911px;
	height: 12px;
	background-image: url('./images/boven.gif');
	background-repeat: no-repeat;;
}

#blok_onder {
	width: 911px;
	height: 14px;
	background-image: url('./images/onder.gif');
	background-repeat: no-repeat;;
}


#blok {
	width: 911px;
	background-image: url('./images/midden.gif');
	background-repeat: repeat-y;
	padding: 20px;
	font-size: 13px;
}

#blok h2 {
	color: #329739;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 10px;
}

#links {
	width: 650px;
	float: left;
}

#rechts {
	width: 200px;
	float: left;
	margin-left: 20px;
	text-align: center;
}

#footer {
	padding: 10px;
	font-size: 10px;
	color: #BBBBBB;
	text-align: center;
	width: 900px;
}

#footer a {
	text-decoration: none;
	color: #BBBBBB;
}

.tabel_bold {
	font-weight: bold;
	color: #972626;
}