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:150px;
		/*background:#fff url('/designbouw/images/bg_header.jpg') 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:0px;
			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:900px;
			left:40px;
			top:271px;
			}
			.contentmenu {
				list-style:none;
				display:inline;
			}
			.contentmenucurrentpage {
				list-style:none;
				display:inline;
			}
			.contentmenu a:link, .contentmenu a:visited, .contentmenu a:active {
				color:#fff;
				font-size:11pt;
				font-weight:bold;
				text-decoration:none;
			}
			.contentmenu a:hover {
				color:#ff0000;
				font-size:11pt;
				font-weight:bold;
				text-decoration:none;
			}
			.contentmenucurrentpage a:link, .contentmenucurrentpage a:visited, .contentmenucurrentpage a:active, .contentmenucurrentpage a:hover {
				color:#ff0000;
				font-size:11pt;
				font-weight:bold;
				text-decoration:none;
			}
			.contentmenuspacer {
				color:#fff;
				font-size:11pt;
				font-weight:bold;
				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:150px 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;
		}
		#content_left {
			width:350px;
			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;
			}
			.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;
		}
		#content_right {
			width:487px;
			height:550px;
			border:1px solid 000;
			margin:0;
			padding:0;
			float:right;
			}
			/*Productenoverzicht { Zie index.php } */
				#productenmenu {
					float:right;
					list-style:none;
					padding:0;
					margin:0;
					height:550px;
					}
					.productitem {
						list-style:none;
						padding:0;
						margin:0;
					}
					.productitem a:link, .productitem a:visited, .productitem a:active {
						display:block;
						background:url('/images/bg_productitem.gif');						
						width:178px;
						height:37px;
						padding:18px 0 0 40px;
						color:#fff;						
						font-weight:bold;
						text-decoration:none;
						font-size:13pt;
					}
					.productitem a:hover, .productitem_active a:link, .productitem_active a:visited, .productitem_active a:active, .productitem_active a:active {
						display:block;
						background:url('/images/productarrow.png');
						background-position:left top;				
						width:178px;
						height:37px;
						padding:18px 0 0 40px;
						color:#ffc4c3;
						cursor:pointer;
						font-weight:bold;
						text-decoration:none;
						font-size:13pt;
			}

				#ster_aanbieding1 {
				position:absolute;
				top:20px;
				right:160px;
				}
				#ster_aanbieding1 img {
					border:0;
			}

			#ctl {
				position:absolute;
				top:200px;
				left:417px;
			}
			#ctr {
				position:absolute;				
				top:200px;
				right:53px;
			}
			#cbl {
				position:absolute;				
				top:579px;
				left:417px;
			}
			#cbr {
				position:absolute;				
				top:579px;
				right:53px;
			}
			#gallerymask {
				position:absolute;
				top:320px; 
				left:420px;
			}

	#footer {
		width:854px;
		height:205px;
		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;
			}
			#contactgegevens {
				width:267px;
				height:175px;
				padding:15px 0 0 20px;
				color:#545454;
				font-size:9pt;
				line-height:25px;
				float:left;				
				}
				#kaart_img {
					float:left;
			}



