/* ********************************************************************************* */
/* DEFAULT */
/* ********************************************************************************* */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 12px; color:#121212; font-weight: normal; line-height:normal;
	text-align:center;
	background-image:url(../media/image/bg.gif);
	background-repeat:repeat-x;
	background-color:#303030;
}
* {
	margin:0px;
	padding:0px;
}
.pixel {
	width:10px;
}
/* ********************************************************************************* */
/* BASE */
/* ********************************************************************************* */
#base {
	position:relative;
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
/* ********************************************************************************* */
/* TOP */
/* ********************************************************************************* */
#top {
	position:relative;
	width:950px;
	height:130px;
	background-color:#fff;
	background-image:url(../media/image/top.gif);
}

#top_logo {
	position:relative;
	left:12px;
	top:28px;
	width:300px;
	height:74px;
	float:left;
}

#top_adres {
	position:relative;
	top:10px;
	width:400px;
	text-align:right;
	float:right;
}

#space {
	position:relative;
	width:950px;
	height:20px;
	float:left;
	background-image:url(../media/image/space.gif);
}
/* ********************************************************************************* */
/* MENU */
/* ********************************************************************************* */
#menu {
	position:relative;
	top:89px;
	height:15px;
	width:650px;
	float:right;
}
/* ********************************************************************************* */
/* SUBMENU */
/* ********************************************************************************* */
#submenu {
	position:relative;
	width:190px;
	height:589px;
	background-image:url(../media/image/submenu_bg.gif);
	background-color:#ffffff;
	float:left;
}

#submenu_space {
	position:relative;
	padding:37px 0 18px 0;
	margin-left:-35px;
	float:left;
	width:225px;
}

#submenu_fotoholder01 {
	position:relative;
	width:169px;
	height:148px;
	float:left;
	margin:10px;
}

#submenu_fotoholder01_rand {
	width:190px;
	height:167px;
	background-color:#fff;
	float:left;
}

#submenu_fotoholder02 {
	position:relative;
	width:169px;
	height:148px;
	float:left;
	margin:10px;
}

#submenu_fotoholder02_rand {
	margin-top:5px;
	width:190px;
	height:167px;
	background-color:#fff;
	float:left;
}
/* ********************************************************************************* */
/* WERKVELD */
/* ********************************************************************************* */
#werkveld {
	position:relative;
	min-height:348px;
	height:auto;
	width:950px;
	float:left;
	background-color:#fff;
}
/* ********************************************************************************* */
/* FOOTER */
/* ********************************************************************************* */
#footer {
	position:relative;
	height:172px;
	width:950px;
	float:left;
	background-image:url(../media/image/footer.gif);
}

#footer_tekst {
	color:#585858;
	text-decoration:none;
	position:relative;
	top:91px;
	height:30px;
	width:100px;
	float:right;
}