*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
	background: #fff url(images/filler-header.gif) top repeat-x;
}
body
{
	height: 100%;
	font: 0.75em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #646568;
}
#container
{
	position: relative;
	width: 941px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/bg.jpg) left 165px no-repeat
}
/*******************/

/***** OPMAAK *****/
a
{
	text-decoration: none;
	color: #009cdc;
}
ul
{
	list-style: none;
}
img
{
	border: 0;
}

h1
{
	color: #009CDC;
	font-size: 32px;
	margin-bottom: 10px;
}


/*******************/

#fader
{
	width: 426px;
	height: 283px;
	float: left;
}

/***** HEADER *****/
#header {
	position: relative;
	height: 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: 6555;
}
#header h1 {
	position: absolute;
	top: 19px;
	left: 18px;
	text-indent: -9999em;
}
#header h1 a {
	display: block;
	height: 61px;
	width: 242px;
}
#header h2 {
	position: absolute;
	text-indent: -9999em;
}
/*******************/

/***** CONTENT *****/
#content {
	position: relative;
	left: 19px;
	width: 884px;
	margin-bottom: 124px;
}
#content h3 {
	clear: both;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
	color: #009cdc;
	padding: 15px 0;
}
#content p {
	margin-bottom: 15px;
}
.floatleft {
	float: left;
}

#topcontent
{
	overflow: hidden;
}


#contentrechts
{
	float: left;
	width: 225px;
	padding-left: 25px;
	font-size: 10px;
}
#afbeeldingrechts
{
	float: left;
}
#contentrechts ul
{
	list-style-type: none;
	margin: 0;
	padding: 0px 15px 0px 0px;
}
#contentrechts li
{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: 87px;
	border: 0px solid #f0f;
}
#contentrechts a {
	background: url(images/arrow.jpg) right center no-repeat;
	padding-right: 15px;
	font-weight: bold;
}
/***** LIST *****/
ul.list {
	float: right;
	z-index: 1;
}
ul.list li {
	height: 87px;
	font-size: 0.8em;
	margin-bottom: 10px;
	z-index: 1;
}
ul.list li p {
	position: relative;
	float: left;
	width: 230px;
	padding-top: 10px;
	z-index: 1;
}
ul.list li a {
color: #fff;
height: 30px;
display: block;

padding-top: 50px;
margin-top: -50px;
}
ul.list li strong {
	float: right;
	width: 189px;
	height: 31px;
	padding: 56px 0 0 10px;
	line-height: 24px;
	color: #fff;
	background: url(images/small_01.jpg);
	z-index: 1;
}
ul.list li strong.small02 {
	height: 30px;
	background: url(images/small_02.jpg);
	z-index: 1;
}
ul.list li strong.small03 {
	background: url(images/small_03.jpg);
	z-index: 1;
}
/*******************/


/***** FOOTER *****/
/*	background: url(images/filler-footer.gif) bottom repeat-x;*/

#footercontainer
{
	width: 100%;
	height: 124px;
	margin-top: -124px;
	position: relative;
	background-image: url(images/filler-footer.gif);
	background-repeat: repeat-x;
	overflow: hidden;	
}
#footer
{
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 60px;
	color: #fff;
	background-image: url(images/footer.jpg);
	padding: 10px 0 0 20px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer div
{
	float: left;
	width: 30px;
}
#footerlogo {
	position: absolute;
	right: 18px;
	top: 18px;
}

#footer ul {
	float: left;
	width: 250px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#footer ul.margin {
	margin-top: 1.5em;
}
#footer a {
	color: #fff;
}
