/* CSS Document */
html{
	height:100%;
}
html, body{
	margin:0 auto;
	padding:0 auto;
}

body {
	margin: 0;
	padding: 0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

/* ********** START - Global Settings ********** */
*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
}
p {
	margin:5px 0 10px 0;
}
/* ********** END - Global Settings ********** */


#holder{ 
	position: relative;
	margin:0 auto;
	padding:0 auto;
	width:700px;
	min-height:600px;
	border:none;
}

#header{
	position:relative;
	float:left;
	width:700px;
	height:166px;
	background-color:#FFFFFF;
}
    
#header_top{
	position:relative;
	float:left;
	width:700px;
	height:31px;
	background-color:#b2b2b2;
}

#header_centre{
	position:relative;
	float:left;
	width:700px;
	height:82px;
	background-color:#FFFFFF;
}

#offerte{
	position:relative;
	float:left;
	width:62px;
	height:48px;
	margin-left:425px;
	margin-top:15px;
}

#mail{
	position:relative;
	float:left;
	width:45px;
	height:45px;
	margin-left:10px;
	margin-top:15px;
}

#telefoon{
	position:relative;
	float:left;
	width:158px;
	padding-top:20px;
	margin-left:0px;
}

#header_welkom{
	position:relative;
	float:left;
	width:700px;
	height:41px;
	background-image:url(images/header_onder.jpg);
	background-color:#FFFFFF;
}

#header_bottom{
	position:relative;
	float:left;
	width:700px;
	height:12px;
	background-color:#FFFFFF;
}

#logo{
	position:absolute;
	left:0px;
	top:0px;
}

#container{
	position:relative;
	float:left;
	width:700px;
	min-height:900px;
}

#navigation{
	position:relative;
	float:left;
	width:220px;
	min-height:600px;
	background-color:#d8d8d8;
}

#menu{
	position:relative;
	float:left;
	width:220px;
	min-height:600px;
}

#content{
	position:relative;
	float:left;
	width:480px;
	min-height:600px;
	background-color:#FFFFFF;
}

#inhoud{
	position:relative;
	float:left;
	width:460px;
	min-height:300px;
	padding-left:15px;
	padding-top:5px;
}

#content_top{
	position:relative;
	float:left;
	width:480px;
	height:212px;
	background-color:#FFFFFF;
}

#content_top img{
	border:2px solid #bebfc1;
	float:right;
}

#content_center{
	position:relative;
	float:left;
	width:480px;
	min-height:600px;
	background-image:url(images/shapeimage_2_spiegel.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:5px;
}

#content_left{
	position:relative;
	float:left;
	width:210px;
	min-height:600px;
	padding-left:15px;
	padding-top:10px;
}

#content_left img{
	border:2px solid #bebfc1;
}

#content_right{
	position:relative;
	float:left;
	width:215px;
	min-height:600px;
	padding-top:10px;
	margin-left:40px;
}

#actie{
	position:relative;
	float:left;
	border:2px solid #f48d7a;
	width:700px;
	min-height:200px;
	margin-top:10px;
	padding-bottom:5px;
}

#actie img{
	position:relative;
	float:left;
	border:none;
	margin-left:5px;
	margin-top:5px;
}

#klapper{
	margin-top:5px;
	padding-top:5px;
	width:480px;
	height:46px;
	text-align:center;
	position:relative;
	float:left;
}

#inhoud_actie{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:10px;
}

#add{
	position:relative;
	float:left;
	width:700px;
	height:175px;
}

#footer{
	position:relative;
	float:left;
	min-width:600px;
	min-height:100px;
	margin-top:15px;
}

#footer img{
	position:relative;
	float:left;
	border:2px solid #bebfc1;
}