body {
	height: 100%;
	background: #004fa3 url('/images/backgound_blauw.png') repeat-x;
}

body.intro {
	height: 100%;
	background: #004fa3 url('/images/background_intro.png') repeat-x;
}

img {
    behavior: url("/js/iepngfix.htc");
    margin:0;
}

#intro {
	clear: both;
	margin: 0 auto;
	width: 800px
}

#wrapper {
	width: 920px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

#top {
	background: #15a8dd scroll url('/images/topA.png') no-repeat;
	height: 94px;
	min-height: 94px;
	position: relative;
}

#menu {
	float: right;
	list-style: none;
	position: absolute;
	right: 0;
	top: 50px;
}

	#menu li {
		float: left;
		margin-right: 10px;
	}
	
		#menu li a {
			text-decoration: none;
			color: #fff;
		}

#footer {
	background-color: #8c8888;
	text-align: center;
	font-size: 11px;
	clear: both;
}

	#footer a {
		text-decoration: none;
	}
		
#portfolio {
	height: 270px;
	overflow: hidden;
	position: relative;
}

	#portfolio_wrap {
		background: #15a8dd url('/images/background.png') no-repeat;
		width: 920px;
		height: 1058px;
	}

	.portfolio_top {
		height: 40px;
		position: absolute;
		width: 920px;
		height: 45px;
		top: 94px;
		left: 0;
		z-index: 100;
	}

	.portfolio_item {
		overflow: hidden;
		clear: both;
		height: 264px;
	}
	
		.portfolio_item p {
			background: transparent url('/images/wit.png') repeat;
			width: 450px;
			margin-right: 50px;
			margin-top: 75px;
			float: left;
			padding: 5px;
		}
		
		.portfolio_item .poloroid {
			margin-top: 20px;
		}
		
#content {
	background: #c7bdbe url('/images/grijsvlak.png') no-repeat bottom;
	padding: 10px;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	font-size: 13px;
}

.pagination {
	text-align: center;
}

/*		contact pagina
-------------------------------------------*/

#contact-form {
	float: left;
	border-right: 1px solid #004fa3;
	width: 550px;
}

#contact-gegevens {
	float: left;
	margin-left: 50px;
}

	#contact-gegevens address {
		font-style: normal;
	}
	
/*		schilderwerken pagina
-------------------------------------------*/

.schilderwerken_item {
	float: left;
	overflow: auto;
	margin: 10px;
	width: 419px;
	height: 140px;
}

	.schilderwerken_item img {
		float: left;
		margin-right: 10px;
		width: 152px;
		margin-top: 10px;
	}
	
	.schilderwerken_item_omschrijving {
		float: left;
		width: 250px;
	}
	
		.schilderwerken_item_omschrijving h2 {
			font-weight: bold;
			font-size: 16px;
			color: #000;
			border-bottom: 2px solid #004fa3;
			margin: 0;
		}
		
		.schilderwerken_item_omschrijving .status {
			font-size: 11px;
			padding-bottom: 10px;
			color: #004fa3;
		}
		
		.schilderwerken_item_omschrijving .omschrijving {
		}
		
		

