@charset "utf-8";
/* CSS door BIMBIM nieuwe media b.v. */
/* http://www.bimbim.nl */

#container {
	width:910px;
	margin:10px auto;
	background-image:url(img/container_lijn.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#topelements {
	width:910px;
	height:70px;
	background-color:#FFFFFF;
}

#logo {
	width:225px;
	height:70px;
	float:left;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	margin-right:48px;
}

#memberlogin {
	width:400px;
	height:70px;
	float:left;
	position:relative;
}

#search {
	width:181px;
	height:60px;
	float:left;
	padding:10px 50px 0 0;
	background-color: #fff;
}

#headercontainer {
	position: relative;
	width:906px;
	height:120px;
	clear:both;
	background-color: #fff;
}

#headercontainer div {
	position: absolute;
}

div#headerquote {
	position: absolute;
	top: 75px;
	left: 205px;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}

#headerimg {
	left: 0;
	width:656px;
	height:120px;
	float:left;
	/*background-image:url(img/headerplaat.jpg);
	background-repeat:no-repeat;*/
}

#movie {
	left: 654px;
	width:179px;
	height:120px;
	margin-left:19px;
	float:left;
}

#mainnav {
	width:656px;
	height:29px;
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	z-index:20000;
}

#left {
	width:170px;
	float:left;
	background-color:#f2f2f2;
	margin-top:5px;
	min-height:343px;
	padding:5px 10px 10px 10px;
}

#middle {
	width:444px;
	float:left;
	margin-top:5px;
	border-top:1px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-left:2px solid #f2f2f2;
	padding:5px 10px 10px 10px;
	min-height:340px;
}


#right {
	width:199px;
	float:left;
	background-image:url(img/div_right_bg.gif);
	background-repeat:no-repeat;
	margin:-15px 0 0 0;
	/* position:relative;  */
	top:-15px;	 
	padding:0 20px 0 30px;
	min-height:358px;
	z-index: 0;
}

#footercontainer {
	width:906px;
	height:67px;
	clear:both;
	background-image:url(img/footer_bg.gif);
	background-repeat:no-repeat;
}