body {
    background: #A9A9A9 url(afbeeldingen/bg.jpg) repeat-x;
	font: 11px/18px Verdana, Arial, sans-serif;
	color: #515151;
}

a
{
	color: #8DDE00;
	padding: 0px;
}

h1 {
  font: bold 20px "Verdana";
  color: #1C4C62;
  margin: 20px 0 10px 20px;
}

h2 {
  font: bold 16px "Verdana";
  color: #1C4C62;
  margin-top: 15px;
}

h3 {
  font: bold 18px "Verdana";
  color: #8DDE00;
  margin: 0;
}


#wrapper {
	width: 779px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: #fff url(afbeeldingen/header.jpg) no-repeat 0 0px;
	width: 779px;
	height: 188px;
}

#topnav {
	width: 779px;
	height: 24px;
	background: #fff url(afbeeldingen/menu.jpg) repeat-x 0 0px;
	margin: 0 0 0 0;
	color: #000;
}

#topnav ul
{
	line-height: 24px;
}

#navlist li { 
	display: inline;
}

#navlist li a
{
	text-decoration: none;
	font: Tahoma;
	color: #fff;
	padding: 0px 5px;
	font-size: 10px;
	line-height: 24px;	
}

#navlist li a:hover
{
	color: #000;
	background: #fff url(afbeeldingen/menu_over.jpg) repeat-x;
	line-height: 24px;	
}

#subheader {
	background: #fff url(afbeeldingen/subheader.jpg) no-repeat 0 0px;
	width: 770px;
	height: 71px;
	padding: 6px 0 0 9px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content {
	width: 779px;
	background: #F0F0F0;	
}

#left {
	width: 181px;
	float: left;
	min-height: 300px;
	background: #383838;
}

#right {
	width: 588px;
	background: #F0F0F0 url(afbeeldingen/contenttop.jpg) no-repeat 0 0px;
	float: left;
	min-height: 300px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: right;
	width: 779px;
	height: 20px;
	background-color: #8ED738;
}

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