body{
	display: block;
	width:100%;
	height:100%;
	background:#E8E8E8 url("../images/background.jpg") repeat-x;
}
img{
	border:none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -174px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 174px; /* .push must be the same height as .footer */
}

#container{
	display: block;
	margin:0 auto;
	width:999px;
	height:auto;

	background:#eaeaea;
}
#header{
	display: block;
	float:left;
	width:999px;
	height:87px;
	background:transparent url("../images/header-bg.jpg") repeat-x;
	position:relative;
}
	#header #logo{
		display: block;
		float:left;
		width:249px;
		height:87px;
		background:transparent url("../images/logo.jpg") no-repeat;
	}
	#header #menu{
	position:absolute;
	right:0px;
	width:377px;
	background:url("../images/Rechts_boven_bgrnd.png");
	}

#maincontent ul,
#accordion ul {
	list-style-type:disc;
}
maincontent p,
#accordion p{
	margin-bottom:10px;
	font-size:12px;
}
maincontent ol, ul,
#accordion ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
maincontent li,
#accordion li{
	font-size:12px;
	color:#00306C;
}
#content{
	display: block;
	float:left;
	width:999px;
	height:auto;
	padding-bottom:30px;
	background:#f3f3f3;
}
	#content #contentheader{
		display: block;
		float:left;
		width:999px;
		height:28px;	
		background:url("../images/main-bg.jpg") repeat-x;
	}
	#content #contentfilm{
		display: block;
		float:left;
		width:999px;
		height:344px;
		background:url("../images/flashfilmbg.png") repeat-y;
	}
	#content #contentfilm #videoPlayer{
		display: block;
		margin:0 auto 0 190px;
		width:612px;
		height:344px;
		background:transparent url(../images/achtergrondflash.jpg) repeat scroll 0 0;
	}
	#content #contentfilm #videoPlayer iframe{
		z-index:300!important;
	}
	#content #buttons{
		display:block;
		float:left;
		height:81px;
		margin:0 auto 0 230px;
		text-align:center;
		width:770px;
		padding-top:30px;
	}
	#content #scheiding{
		clear:both;
		display: block;
		float:left;
		width:845px;
		height:2px;
		background:url("../images/scheiding.jpg") repeat-x;
		margin:10px 77px;
		padding-top:40px;
	}
	#content #more{
		clear:both;
		display: block;
		float:left;
		width:845px;
		height:2px;
		background:url("../images/more.jpg") repeat-x;
		margin:10px 77px;
		padding-top:40px;
	}
	
	#content #maincontent{
		display: block;
		float:left;
		width:845px;
		height:auto;
		margin:0 77px;
	}
	#content #maincontent #left,
	#content #maincontent #right{
		display: block;
		float:left;
		width:372px; /*412px; */
		height:auto;
		margin-left:80px;
		margin-right:-20px;
	}
	#content #maincontent #left form{
		width:360px;
	}
	form input[type="text"],
	form textarea{
		height:14px;
		border:1px solid #555;
	}

	#content #maincontent #right{
		text-align:left;
		margin-right:0;
		margin-left:10px;
	}
	#content #maincontent #right p{
		margin-bottom:10px;
	}

	#sliderss{
		display: block;
		float:left;
		width:845px;
		/*margin:0 77px;	*/
		height:auto;
	}	
.footer{
	clear:both;
	margin-top:20px;
	display: block;
	float:left;
	width:100%;	
	height:92px;
	margin-top:62px;
	background:#5090cc;
}
#footer{
	display: block;
	width:999px;
	height:154px;
	margin:-62px auto;
	background:url("../images/sjors.png") no-repeat 50% 0;
	
}