body {
	padding:0;
	margin: 10px 0 0 30px;
	font-size:95%;
	background-color:#333333;
	color:#ccc;
	font-family:Verdana, Geneva, sans-serif;
}
#container {
	width: 960px;
	margin: 0 auto;
	border:3px solid #897733;
}
#header {
	width: 960px;
	height: 150px;
	border-bottom: 2px solid #897733;;
}
#header h1 {
	display:none;
}
#centermenu {
	border-bottom:1px solid #999;
	width:100%;
	height:40px;
	background-color:#545454;
}
h1 {
	font-size:160%;
	letter-spacing:2px;
	color:#ca3737;
}
h2 {
	font-size:120%;
		color:#ca3737;

}
h3 {
	font-size:110%;
		color:#ca3737;

}
#content {
	padding:0;
	margin:0;
	text-align:justify;
	min-height:400px;
	z-index:1;
}
#content h1, #content h2, #content h3, #content p {
	margin:20px;
}
#content img {
	border: 1px solid #333;
	margin: 15px;
}
.tekst {
	padding: 15px 30px 15px 30px;
	text-align:justify;
	background-color:transparant;
	font-size:normal;
}
#footer {
	margin: 0;
	padding: 0;
	line-height:2em;
	font-size:.8em;
	letter-spacing:.1em;
	height: 2em;
	width:960px;
	clear:both;
	text-align:center;
	line-height:2em;
	margin:0;
	white-space:nowrap;
	font-size:smaller;
	border-top:#999 1px solid;
	color:#999;
	background-color:#545454;
}
#webdesign {
	position:relative;
	left: -5px;
	top:-1px;
	text-align:right;
	padding: 1px 0 8px 0;
}
#webdesign a {
	font-size:8px;
	color:#333;
	text-decoration:none;
}
#webdesign a:hover {
	color:#999;
}
.vet {
	font-weight:bold;
	text-align:left;
}
td {
	vertical-align:top;
}
img a:link {
	border:none;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000; /* Firefox/Mozilla */
	-webkit-box-shadow: 3px 3px 4px #000; /*Safari/Chrome */
	box-shadow: 3px 3px 4px #000; /* Opera & hoe het zou moeten */
	/* Voor IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* Voor IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
a:link, a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color: #0CC;
	text-decoration:none;
}
a:active {
	color:#999;
	text-decoration:none;
}
