@charset "utf-8";
/* CSS Document */

body {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:active {
	color:#000;
	text-decoration:underline;
}

#container {
	position:absolute;
	left: 50%;
	margin-top:0px; /*set to a negative number 1/2 of your height*/
	margin-left: -623px; /*set to a negative number 1/2 of your width*/
	width:1247px;
	height:842px;
}

#links {
	width:200px;
	height:650px;
	background-image:url(../img/links_overbobbie.jpg);
	background-repeat:no-repeat;
	float:left;
}

#bg {
	width:849px;
	height:650px;
	background-image:url(../img/bg_overbobbie.jpg);
	background-repeat:no-repeat;
	float:left;
}

#rechts {
	width:198px;
	height:650px;
	background-image:url(../img/rechts_overbobbie.jpg);
	background-repeat:no-repeat;
	float:left;
}

#onder {
	width:1247px;
	height:192px;
	background-image:url(../img/onder_overbobbie.jpg);
	background-repeat:no-repeat;
	float:left;
}

#overbobbie {
	width:80px;
	height:111px;
	position:relative;
	left:360px;
	top:35px;
	float:left;
}

#werkwijze {
	width:72px;
	height:77px;
	position:relative;
	left:365px;
	top:10px;
	float:left;
}

#prijslijst {
	width:70px;
	height:118px;
	position:relative;
	left:370px;
	top:25px;
	float:left;
	z-index:1;
}

#fotogalerij {
	width:86px;
	height:93px;
	position:relative;
	left:350px;
	top:5px;
	float:left;
	z-index:2;
}

#contact {
	width:75px;
	height:138px;
	position:relative;
	left:340px;
	top:2px;
	float:left;
	z-index:3;
}

#cms_content {
	width:320px;
	height:450px;
	margin-right:10px;
	position:relative;
	left:125px;
	top:175px;
	float:left;
	overflow:auto;
}

