/* CSS Document */

html {
	width:100%;
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	width:100%;
	height:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424346;
	background:url(../images/background.jpg) repeat-x;
}

h1 {
	font-size:18px;
	margin:10px 0 15px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ffbf17;
}

h2 {
	font-size:16px;
	color:#d29802;
	margin:10px 0 10px 0;
}

h3 {
	font-size:13px;
	margin:0 0 15px 0;
}

h4 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px 0;
}

a {
	cursor:pointer;
}

p {
	margin:0 0 15px 0;
}

a.menu_btn {
	float:left;
	margin-left:11px;
	margin-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#383735;
	text-decoration:none;
}

a.menu_home {
	display:block;
	float:left;
	width:36px;
	height:36px;
}

a.home_ref_button {
	position:relative;
	display:block;
	float:right;
	width:150px;
	height:18px;
	right:16px;
	top:10px;
	padding-top:3px;
	color:#666666;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/arrow.jpg) no-repeat right;
}

#wrapper {
	position:relative;
	width: 989px;
	margin: 0 auto;
}

#site {
	position:relative;
	width: 100%;
	background:url(../images/content_bg.jpg);
}

#bottom_bg {
	position: absolute;
	left: -151px;
	bottom: -194px;
}

#header {
	position:relative;
	width:981px;
	height:138px;
	left:5px;
	background:url(../images/banners/home.jpg) right no-repeat;
}

#logo {
	position:absolute;
	width:246px;
	height:73px;
	top:30px;
	left:27px;
}

#menu {
	position:relative;
	width:980px;
	height:36px;
	background:url(../images/menu_bg.jpg) no-repeat;
	background-color:#fbd97a;
	left:5px;
	border-top:1px solid #ffbd18;
	border-bottom:1px solid #ffbd18;
}

#content {
	position:relative;
	width:910px;
	padding:20px 40px 20px 35px;
	height:auto;
	left:7px;
}

#indexcol_left {
	position:relative;
	float:left;
	width:480px;
	height:auto;
	margin-right:50px;
	line-height:21px;
}

#indexcol_right {
	position:relative;
	float:left;
	width:375px;
	height:auto;
}

#home_referenties {
	position:relative;
	width:375px;
	height:241px;
	background:#FFFFFF;
	border:1px solid #dfdcd6;
}

#home_img {
	position:relative;
	width:374px;
	height:179px;
	padding:1px;
	margin-top:5px;
	background:#FFFFFF;
	border:1px solid #dfdcd6;
}

#ref_img_groot {
	position:relative;
	width:468px;
	height:350px;
}

#ref_thumbs_row {
	position:relative;
	width:100%;
	height:100px;
	margin-top:10px;
}

#thumb {
	position:relative;
	float:left;
	width:89px;
	height:89px;
	margin-right:5px;
	background:#edece9;
}

#ref_text {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:8px;
	border-top:1px solid #dfdddd;
}

#ref_text_col {
	position:relative;
	float:left;
	width:230px;
	height:auto;
}

#ref_box {
	width:380px;
	height:140px;
	margin-bottom:5px;
	background:url(../images/ref_box.jpg);
	float: left;
}

#ref_box_img {
	position:relative;
	float:left;
	width:148px;
	height:111px;
	margin:15px 15px 0 0;
	padding-left:15px;
}

#ref_box_text {
	position:relative;
	float:left;
	width:170px;
	height:111px;
	margin:15px 0 0 0;
}

#ref_box_text2 {
	position:relative;
	padding-top:10px;
	padding-left:10px;
}

#ref_box_btn {
	position:absolute;
	width:165px;
	height:26px;
	bottom:0;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	background:url(../images/ref_btn.jpg);
}

#footer {
	position:relative;
	bottom:0;
	width:990px;
	height:25px;
	background:url(../images/footer_bg.jpg);
}

.bouwgarant {
	position:relative;
	float:left;
	width:133;
	height:72px;
	padding-left:10px;
	margin-top:5px;
}

.bouwendnederland {
	position:relative;
	float:left;
	width:198;
	height:72px;
	margin-top:5px;
}

.home_ref {
	position:relative;
	float:left;
	width:108px;
	height:108px;
	left:15px;
	margin-right:7px;
	border:1px solid #e9b92f;
	cursor:pointer;
}

.home_ref_img {
	position:absolute;
}

.zoom {
	position:absolute;
	bottom:0;
	right:0;
}

