html, body, img {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #ffffff url("../images/html_bg.gif") 0 0 repeat-x;
}

h1 {
	margin: 26px 0 0 0;
	font: bold 21px Georgia, Times, serif;
	color: #800000;
	letter-spacing: 0px;
}

#rightcontainer h1 {
	color: #ffffff;
}

#maincontainer {
	margin: 0 auto;
	width: 950px;
}

#topcontainer {
	width: 950px;
}

#logo {
	width: 950px;
	height: 118px;
	background: url("../images/logo_bg.gif") center 0 no-repeat;
}

#header {
	width: 950px;
	height: 265px;
}

#maandmenu-banner {
	position: relative;
	float: left;
	width: 240px;
	height: 265px;
	background: url("../images/maandmenu_banner_bg.gif") 0 0 no-repeat;
}

#maandmenu-banner-content {
	padding: 130px 38px 0 24px;

	font: normal 12px/18px Arial;
	color: #ffffff;
	text-align: center;
}

#maandmenu-banner-content a {
	color: #df9431;
	text-decoration: none;
}	

#maandmenu-banner-content a:hover {
	color: #ffffff;
}

#animatie {
	position: relative;
	float: left;
	width: 700px;
	height: 227px;
	margin: 14px 0 0 0;
	border: 5px solid #941e1e;
}

#menu-h1 {
	width: 950px;
	height: 38px;
	font: bold 12px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url("../images/menu_bg.gif") 0 0 repeat-x;
}

#menu-h1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-h1 ul li {
	display: inline;
}

#menu-h1 ul li a {
	float: left;
	height: 38px;
	padding: 0 20px 0 20px;
	background: url("../images/menu_bg.gif") 0 0 repeat-x;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #631211;
}

#menu-h1 ul li a:hover, #menu1 ul li a:active{
	background-position: 0 -38px;
}

#leftandright {
	position: relative;
	float: left;
	width: 950px;
	margin: 0;
	padding: 0 0 25px 0;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 580px;

	font: normal 12px/18px Arial;
	color: #000000;
	text-align: justify;
}

#leftcontainer-content {
	margin: 0 40px 0 0;
}

#leftcontainer-content a {
	color: #000080;
}

#leftcontainer-content a:hover {
	text-decoration: none;
}

#leftcontainer-content img {
	padding: 1px;
	border: 2px solid #000080;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 370px;
	background: url("../images/rightcontainer_bg.gif") 0 0 repeat-x;

	font: normal 12px/18px Arial;
	color: #000000;
	text-align: center;
}

#rightcontainer-content a {
	color: #000080;
}

#rightcontainer-content a:hover {
	text-decoration: none;
}

#rightcontainer-content img {
	padding: 1px;
	border: 2px solid #000080;
}

#bottomcontainer {
	position: relative;
	float: left;
	width: 950px;
	border-top: 1px solid #800000;
}

#bottomcontainer-content {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;

	font: 12px/20px Arial;
	color: #878787;
}

#bottomcontainer-content a {
	color: #800000;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}