html, body {
	padding-top:0;
	padding-bottom:0px;
	border:0 none;
	background-color: white;
	margin: 0;
}
img {
	border: 0px;
}

#Container{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 900px;
	position: relative;
}

#Header {
	position: relative;
	width:970px;
	height:113px;
}

#Menubalk {
	position: relative;
	width: 920px;
	height: 23px;
	background-color: #EEEDEA;
	padding-top: 9px;
	padding-left: 50px;
}
.TekstItem {
	position: relative;
	margin-right: 50px;
}
.rechts{
	float: right;
}
.links{
	float: left;
}

#Schaduw {
	position: relative;
	width:970px;
	height:18px;
}

#ContentContainer {
	position: relative;
	width:970px;
	min-height:737px;
	background: #DCDCDC url(images/bg_verloop.jpg) repeat-x;
}

#TekstHeader {
	position: relative;
	width: 372px;
	height: 108px;
	text-align: right;
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 25px;
	float: left;
}

#TekstHeaderVervolg {
	position: relative;
	width: 600px;
	height: 73px;
	text-align: left;
	padding-right: 25px;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 20px;
	float: left;
}

.VerticaleLijn {
	position: relative;
	width: 1px;
	height: 75px;
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-bottom: 33px;
	float: left;
}
	
#Tekst {
	position: relative;
	width: 487px;
	height: 100px;
	padding-top: 33px;
	padding-left: 25px;
	float: left;
}	

.HorizontaleLijn {
	position: relative;
	width: 880px;
	height: 1px;
	background-color: #CCCCCC;
	margin-right: 45px;
	margin-left: 45px;
	clear: left;
}

#Filter {
	position: relative;
	width: 925px;
	height: 20px;
	margin: 10px 0 10px 45px;
}

#PortfolioContainer {
	position: relative;
	width: 970px;
	height: 420px;
	display: none;
}

#PortfolioAllItems {
	position: relative;
	width: 900px;
	height: 420px;
	overflow: hidden;
	float: left;
	background-color: #ffffff;
}
#DivPortfolioLaden {
	position: absolute;
	width:  970px;
	height: 395px;
	z-index: -10;
	background-color: #FFF;
	opacity:0.1;
	padding-top: 25px;
	text-align: center;
}

#PortfolioContainertje {
	position: absolute;
	width: 970px;
	height: 420px;
	
}
#PortfolioItems {
	position: relative;
	height: 420px;
	width: 999999px;
}


.PortfolioKolom {
	position: relative;
	float: left;
	width: 160px;
}

.PortfolioItemOver {
	position: absolute;
	width: 140px;
	height: 100px;
	padding: 10px;
	background-color: #000;
	z-index: -10;
}
.PortfolioItemOverTekst {
	position: absolute;
	width: 140px;
	height: 100px;
	padding: 10px;
	z-index: -10;
	background-image: url(images/spacer.gif);
	overflow: hidden;
}

.PortfolioItemOverKlik {
	position: absolute;
	width: 140px;
	height: 100px;
	padding: 10px;
	z-index: -10;
	background-image: url(images/spacer.gif);
}

.PortfolioItem {
	position: relative;
	float: left;
	width: 160px;
	height: 120px;
	padding: 10px;
	cursor: pointer;
}

.Pijlen {
	position: relative;
	float: left;
	height: 210px;
	width: 35px;
	padding-top: 190px;
	text-align: center;
	background-color: #fff;
}

.PijlOver {
	margin-top: -9px;
}

#PortfolioDetailsContainer {
	display: none;
	z-index: 20;
	position: absolute;
	width: 970px;
	height: 400px;
	margin-top: 10px;
}

#PortfolioDetailsMargin {
	position: relative;
	width: 880px;
	height: 400px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#PortfolioDetails {
	position: relative;
	width: 878px;
	height: 398px;
	overflow: hidden;
	float: left;
	background-image: url(images/bg_overlay.jpg);
	border: 1px solid #CCC;
}

#DivPortfolioSluiten {
	position: absolute;
	width: 400px;
	left: 448px;
	height: 30px;
	text-align: right;
	padding-right: 30px;
	padding-top: 20px;
	z-index: 25;
}

.PortfolioDetail {
	position: relative;
	width: 878px;
	height: 363px;
	overflow: hidden;
	float: left;
}

#DivPortfolioDetailScroller {
	position: relative;
	width: 878px;
	padding-top: 35px;
	height: 363px;
	overflow: hidden;
}

#DivPortfolioScrollerContent {
	height: 363px;
	width: 9999999px;
	position: relative;
}

.PortfolioDetailFoto {
	width: 439px;
	text-align: center;
	float: left;
}

.PortfolioDetailTekst {
	width: 409px;
	float: left;
	padding-top: 50px;
	padding-right: 30px;
}


#DisclaimerBalk {
	position: relative;
	width: 925px;
	height: 20px;
	float: left;
	clear: both;
	padding: 10px 0 10px 45px;
}
#ImpressionTekst {
	position: relative;
	width: 880px;
	height: 20px;
	float: left;
	padding-right: 45px;
	padding-left: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ContentVervolg {
	position: relative;
	width: 880px;
	min-height: 537px;
	margin-left: 45px;
	margin-right: 45px;
}

#BeeldenVervolg {
	position: relative;
	width: 880px;
	margin-bottom: 20px;
	float: left;
}

#SubmenuVervolg {
	position: relative;
	float: left;
	width: 255px;
}

.SubmenuItem {
	position: relative;
	float: left;
	width: 255px;
	height: 27px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
}

#TekstvakVervolg {
	position: relative;
	float: left;
	width: 565px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
}

.AlertBox_DivAchtergrond{	
	opacity:0.7;	/* Transparency */
	background-color:#000;
	z-index:50;
	position:absolute; /* Always needed	*/
	top:0;
	left: 0;
	display: none;
}
.AlertBox_DivContent{
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	display: none;
}

#DivPDContainer {
	width: 600px;
	background-color: #ffffff;
}
#DivPDSluiten {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 110;
	margin-left: 585px;
	margin-top: -15px;
}
#DivPDInhoud {
	width: 550px;
	padding: 25px;
}

#DivNieuwsbriefContainer {
	width: 750px;
	background-color: #666666;
	border: 1px solid #fff;
}
#DivNieuwsbriefSluiten {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 110;
	margin-left: 735px;
	margin-top: -15px;
}
#DivNieuwsbriefInhoud {
	width: 700px;
	padding: 25px;
}

#DivHidden {
	display: none;
}

#Onderverloop {
	clear: left;
	width: 970px;
	height: 172px;
	background-image: url(images/bg_verloop2.jpg);
}
#DivPlanUwRoute {
	position: relative;
	float: right;
	left: 0px;
	z-index: 10;
	width: 275px;
	margin-top: -80px;
}
#map_canvas {
	z-index: 5;
}
ul#UlNieuwsbriefArchief {
	width: 565px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#UlNieuwsbriefArchief li {
	color: #555555;
	font: 12px/160% Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	
}
ul#UlNieuwsbriefArchief li a:link,ul#UlNieuwsbriefArchief li a:active,ul#UlNieuwsbriefArchief li a:visited {
	text-decoration: none;
	color: #555;
	display: block;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul#UlNieuwsbriefArchief li a:hover {
	color: #333;
	background: #eeedea;
}