body, html {
	width:100%;
	height:100%;
	background:#fff;
	margin:0;
	padding:0;
	font-family:Calibri;
	font-size:12pt;
	color:#0356a3;
}

#wrap {
	width:960px;
	height:auto;
	position:absolute;
	background:#cdcccc;
	padding:0;
	top:0;
	left:50%;
	margin-left:-480px;
	}
	#breadcrumbs{
		position: absolute;
		top:55px;
		right:55px;
		font-size:9pt;
		color:#fff;
	}
	
	#header {
		width:854px;
		height:250px;
		/*background:#fff url('/images/bg_header.png') no-repeat;*/ 
		padding:0 53px 0 53px;
		float:left;
		}
		#mask {
			position:absolute;
			top:20px;
			left:0;
		}
		#slide {
			position:absolute;
			top:20px;
			left:30px;
			height:200px;
			width:900px;
		}
		#logo_designbouw {		
			position:absolute;
			margin:1px 0 0 0;
			top:30px;
			padding:0;
			border:0;
		}
		#top_menus{
			float:left;
			width:960px;
			height:20px;
			background:#fff url('/images/bg_top.jpg') repeat-y;			
		}
		#topmenu {
			position:absolute;
			right:50px;
			top:0;
			font-size:9pt;
			color:#fff;
			}
			.topitem a:link, .topitem a:active, .topitem a:visited {
				color:#fff;
				padding:0 10px 0 10px;
				text-decoration:none;
			}
			.topitem a:hover {
				color:#d3eaff;
				text-decoration:underline;
		}
		#mainmenu {			
			width:900px;
			position:absolute;
			left:30px;
			top:222px;
			background:#fd1813;
		}
		#contentmenu {
			position:absolute;
			list-style:none;
			display:inline;
			margin:0;
			width:600px;
			left:30px;
			top:151px;
			}
			.contentmenu {
				list-style:none;
				display:inline;
			}
			.contentmenucurrentpage {
				list-style:none;
				display:inline;
			}
			.contentmenu a:link, .contentmenu a:visited, .contentmenu a:active {
				color:#8a8a8a;
				font-size:9pt;
				text-decoration:none;
			}
			.contentmenu a:hover {
				color:#ff0000;
				font-size:9pt;
				text-decoration:none;
			}
			.contentmenucurrentpage a:link, .contentmenucurrentpage a:visited, .contentmenucurrentpage a:active, .contentmenucurrentpage a:hover {
				color:#ff0000;
				font-size:9pt;
				text-decoration:none;
			}
			.contentmenuspacer {
				color:#8a8a8a;
				font-size:9pt;
				display:inline;
			}

		.menuitem a:link, .menuitem a:visited, .menuitem a:active {
			width:auto;
			height:29px;
			display:block;
			background:#ef4136;
			border-right:1px solid #ff6360;
			padding:11px 12px 0 12px;
			font-family:Calibri;
			font-size:11pt;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
		.menuitem a:hover, .menuitem_active a:link, .menuitem_active a:visited, .menuitem_active a:active, .menuitem_active a:hover {
			width:auto;
			height:29px;
			display:block;
			background:#fa5143;
			border-right:1px solid #ff6360;
			padding:11px 12px 0 12px;
			font-family:Calibri;
			font-size:11pt;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
		.search {
			width:263px;
			height:34px;
			display:block;
			background:#ef4136;
			padding:6px 15px 0 15px;
			font-family:Calibri;
			font-size:11pt;
			font-weight:bold;
			vertical-align:top;
			color:#fff;
			text-decoration:none;
			}
			.searchfield {
				width:135px;
				height:22px;						
				padding:4px 5px 0 5px;
				margin:0;
				float:left;
				font-style:italic;
				background:#ee8079;
				color:#fff;
				border:1px solid #fff;
			}
			.searchsubmit {
				width:94px;
				height:28px;
				border:0;
				float:right;
				margin:0 0 0 19px;
				color:#fff;
				cursor:pointer;
				text-align:center;
				background:url('/images/bg_searchsubmit.gif')
	}	
	#main {
		width:854px;
		height:auto;
		padding:10px 53px 0 53px;
		float:left;
		background:#cdcccc url('/images/bg_body.jpg') repeat-y;
		}	
		#content_wrap {
			width:854px;
			height:auto;
			float:left;
			padding:0;
			background:#cdcccc url('/images/bg_content_wrap.gif') no-repeat;
			background-position:90px 26px;
		}
		#content_left {
			width:550px;
			border:1px solid 000;
			padding:0 10px 0 0;
			height:auto;
			float:left;
			}
			h1{
				font-weight:bold;
				font-size:26px;
				color:#0d2b88;
			}
			h2 {
				font-size:20px;
			}	
			.pagetitle_rood {
				font-weight:bold;
				font-size:15pt;
				color:#fd1813;
			}
			.pagetitle_white {
				font-weight:bold;
				font-size:15pt;
				color:#fff;
			}
			.alineatitle {
				font-weight:bold;
				font-size:10pt;
				color:#000;
			}
			#content a:link, #content a:visited, #content a:active {
				font-weight:bold;
				color:#0d2b88;
				text-decoration:none;
			}
			#content a:hover {
				font-weight:bold;
				color:#0d2b88;
				text-decoration:underline;
			}
			#content_left a:link, #content_left a:visited, #content_left a:active {
				font-weight:bold;
				color:#0d2b88;
				text-decoration:none;
			}
			#content_left a:hover {
				font-weight:bold;
				color:#0d2b88;
				text-decoration:underline;
			}
			.thumbnail {
				border:2px solid #fff;
			}
			#nieuws {
				width:300px;
				height:auto;
				float:left;
				padding:0 10px 0 20px;
				}
				.newsitem{					
					height:22px;
					font-size:9pt;
				}
				.newsitem a:link, .newsitem a:active, .newsitem a:visited {
					font-size:9pt;
					text-decoration:none;
					color:#fff;
				}
				.newsitem a:hover {
					color:#fff;
					text-decoration:underline;
				}
				.newstitle {
					color:#fff;
				}
				.newsitem_date {
					width:70px;
					font-size:9pt;
					font-weight:bold;
					text-decoration:none;
					color:#0356a3;
			}
			.locaties {
				padding-left:15px; 
				color:#fff
			}
			.locaties a {
				color:#fff;
				text-decoration:none;
			}
			.locaties a:hover {
				text-decoration:underline;
			}
			#contactgegevens {
				width:300px;
				height:auto;
				padding:15px 0 0 20px;
				color:#545454;
				font-size:9pt;
				line-height:25px;
				float:left;				
			}
			#belgratis {
				font-size:18pt;
				font-weight: bold;
				color:#fff;
			}
			.eyecatcher {
				position:absolute;
				top:740px;
				left:90px;
			}
			.eyecatcher2 {
				position:absolute;
				top:810px;
				left:90px;
			}

		#homelist {
			background:url('/images/listbg.png') no-repeat;
		}
		#nieuwsagenda {
			width:582px;
			height:197px;
			background:url('/images/bgright.gif') no-repeat;
			background-position:top right;
			border:1px solid 000;
			margin:0 0 0 0;
			padding:0 0 0 0;
			float:left;
		}
		#flash {
			position: relative;
			top: -180px;
			right: -320px;
	
		}

		
		#content_right {
			width:237px;
			height:auto;
			margin:0;
			padding:35px 50px 0 0;
			float:right;
			}
			#ster_aanbieding1 {
				position:absolute;
				top:20px;
				right:160px;
				}
				#ster_aanbieding1 img {
					border:0;
			}
			.smallimage {
				width:208px;
				height:150px;
				float:right;
				margin:-30px 0 40px 0;
			}
			.smallimage img {
				border:0;
			}
			#smallbutton1 {
				position:absolute;
				right:30px;
				top:305px;
				}
				#smallbutton1 img {
					border:0;
			}
			#smallbutton2 {
				position:absolute;
				right:30px;
				top:470px;
				}
				#smallbutton2 img {
					border:0;
			}
			#smallbutton3 {
				position:absolute;
				right:30px;
				top:635px;
				}
				#smallbutton3 img {
					border:0;
	}
	#footer {
		width:854px;
		height:155px;
		background:#fff url('/images/bg_footer.jpg') no-repeat;
		padding:35px 53px 0 53px;
		text-align:center;;
		font-family:Calibri;
		font-size:8pt;
		float:left;
		color:#fff;
		}
		#footercontainer {
			width:854px;
			height:190px;
			background:#fff url('/images/bg_footercontainer.gif') no-repeat;
			float:left;
			margin-bottom:10px;
			text-align:left;
			}
			#footer a:link, #footer a:active, #footer a:visited {
				color:#0d2b88;
				text-decoration:none;
			}
			#footer a:hover {
				color:#0d2b88;
				text-decoration:underline;
		}
			



