* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #3D3D3D url(images/bg.gif) -29px -29px repeat;
	color: #654235;	
	font: 70%/1.4em Verdana, arial, Geneva, helvetica, sans-Serif;
}

h1 {
	font: 1.4em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #DC482A;
}

h2 {
	font: 1.4em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #DC482A;
}

h3 {
	font: 1.3em 'Trebuchet MS', Arial, verdana, sans-Serif;
	font-weight: bold;
	color: #DC482A;
}

h4 {
	font: 0.9em 'Trebuchet MS', arial, Verdana, sans-Serif;
	font-weight: bold;
}

p {
	margin: 0.7em 0;
}

ul,ol {
	margin-left:2em;
	margin-bottom:0.8em;
}

img {
	border: 0px;
}

a {
	font-weight:bold;
	color: #654235;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	background: #FFDC37;
  	width: 942px;
	height: 500px;
	margin-top: 41px;
}

#linkerZijde {
	width: 250px;
	height: 500px;
	float: left;
	background: url(images/bgLinks.jpg) left top no-repeat;
}

#linkerZijde h1 {
	text-indent: -9999px;
	width: 250px;
	height: 110px;
}

#linkerZijde h1 a {
	width: 250px;
	height: 110px;
	display: block;
	outline: none;
}

#rechterZijde {
	width: 692px;
	height: 500px;
	float: left;
}

#bovenZijde {
	width: 692px;
	height: 60px;
	background: url(images/bgBoven.jpg) left top no-repeat;
}

#onderZijde {
	width: 692px;
	height: 440px;
	background: url(images/bgOnder.jpg) left top no-repeat;
}

#content {
	width: 444px;
	height: 419px;
	margin: 0 0 5px 0;
	padding: 8px;
	overflow: auto;
	float: left;
}

#kolom {
	width: 180px;
	height: 419px;
	margin: 0 5px 5px 5px;
	padding: 8px;
	float: left;
}

ul#menu-0 { 
	width: 160px;
	margin: 3px 0 4px 0;
}

ul#menu-0 li {
	margin: 1px 0 0 0;
	list-style: none;
	width: 100%;
	text-transform: uppercase;
}

#footer {	
	background: transparent;
	width: 942px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
}

#footer a, #footer a:hover { color: #FFF; }

#randombanner
{
	width: 250px;
	text-align: center;
	margin-top: 200px;
	margin-left:9px;
}

