html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #353434;
	background-image:URL(../images/html_bg.png);
	background-position: top;	
}

body {
	margin: 0px;
	text-align: center;
	min-height: 100%;
	height: auto;
}


#container {
	width				: 1000px; /*centers the div in all modern browsers*/
	height				: auto;
	margin				: 0px auto;
	padding				: 0px; /*prevents margin collapse from allowing margins in this div from affecting margins around container*/
	text-align			: left; /*resets normal text align following centering in #container*/
	position			: relative;
	}


#container #header {
	position: absolute;
	width: 100%;
	height: 111px;
	clear: both;
	background-image:URL(../images/header_bg.png);
	background-position: top center;
	z-index:5;
}

#container #header #logo {
	position: absolute;
	left: 27px;
	top: 20px;
	z-index:6;
}

#container #header #contacts {
	position: absolute;
	left: 474px;
	top: 20px;
	width: 324px;
	height: 100%;
	text-align: right;
	color: #fffefe;
}

#container #header #login {
	position: relative;
	float: right;
	top: 5px;
	width: 186px;
	height: 100%;
	color: #fffefe;
}

#container #menu {
	width				: 800px;
	height				: 30px;
	margin				: 0px;
	padding				: 0px;
	text-align			: left;
	position			: relative;
	padding-left		: 25px;
	padding-top			: 80px;
	clear: both;
	z-index:5;
	}

#container #menu div {
		height: 19px;
		float: left;
		margin-right: 30px;
		padding-top: 10px;
		width: auto;
		}
#container #menu div:hover a {
		color: #ffffff;
	}	

#container #breadCrumms {
		position: relative;
		width: 100%;
		text-align: left;
		clear: both;
		height: auto;
		z-index: 0;
		margin-top: 4px;
		overflow: hidden;
		}


#container #content {
		position: relative;
		width: 100%;
		text-align: left;
		clear: both;
		height: auto;
		z-index: 0;
		margin-top: 2px;
		overflow: hidden;
		}



#container #content #main {
		position: relative;
		float: left;
		z-index: 1;
		width: 800px;
		height: 460px;		
		}
		
#container #content #main #bannerContainer {
		float: left;
		position: absolute;
		width: 800px;
		height: 460px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		z-index: 2;
	}
	
#container #content #main #bannerContainer #slideshow {
		float: left;
		position: absolute;
		width: 800px;
		height: 100%;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		z-index: 3;
	}	
	
#container #content #main #textContainer {
			float:left;
			position: absolute;
			z-index: 20;
			background-image:URL(../images/content_text_swirlbg.png);
			background-position: top left;
			background-repeat: no-repeat;
			height: 174px;
			width: 800px;
}

#container #content #main #textContainer.textueel {
			background-image:URL(../images/content_text_textueel.png);
			background-position: top left;
			background-repeat: no-repeat;
			height: 100%;
}

		
#container #content #main #textContainer #text {
			float:left;	
			width: 620px;
			height: auto;
			padding-left: 25px;
			padding-top: 13px;
			line-height: 1.1;
			z-index: 10;
			font-size: x-small;
		}

#container #content #main #verticalMenu {
		width: 798px;
		height: 460px;
		position: absolute;
		text-align: right;
		float: right;
		z-index: 2;
	}

#container #content #main #verticalMenu #verticalItem {
			float:right;
			position: relative;
			width: 40px;
			height: 460px;
			background-image:URL(../images/sidemenu_small_off.png);
			background-position: top right;
			background-repeat: no-repeat;
			z-index: 3;
			white-space:nowrap;
			margin-right: -10px;
			overflow: hidden;
			display: table-cell;
			vertical-align: bottom;	
		}
#container #content #main #verticalMenu #verticalItem img {
			position: relative;
			bottom: 0;
	}		
#container #content #main #verticalMenu #verticalItem:hover {
			background-image:URL(../images/sidemenu_small_on.png);
		}		
		
#container #content #main #verticalMenu #maakUwKeuzeContainer {
			float: right;
			height: 31px;
			position: relative;
			top: 427px;
			z-index: 4;
			white-space: nowrap;
			width: 240px;
			text-align: right;
			margin-right: 8px;

}
#container #content #main #verticalMenu #maakUwKeuzeContainer #maakUwKeuze {
			position: absolute;			
			top: 0px;
			z-index: 3;
			color: #ffffff;	
			font-size: large;
			margin-right: 10px;
			display: block;
			width: 240px;
			text-align: right;		
		}		
#container #content #main #verticalMenu #maakUwKeuzeContainer #maakUwKeuzeShadow {
			z-index: 2;
			position: absolute;
			top: 2px;
			margin-right: 8px;
			color: #353535;	
			font-size: large;
			text-align:right;
			display: block;
			width: 240px;
			text-align: right;			
		}		
		

#container #content #main #indexMenuContainer {
		width: 183px;
		height: 460px;
		position: relative;
		text-align: right;
		float: right;
		z-index: 2;
		margin-right: 20px;
	}
	
#container #content #main #indexMenuContainer #indexMenu {
		width: 183px;
		height: auto;
		position: relative;
		text-align: left;
		float: left;
		z-index: 2;
		background-image:URL(/images/index/index_bg.png);
		background-position: top left;
		background-repeat: no-repeat;	
	}	
	
#container #content #main #indexMenuContainer #indexMenuHeader {
		width: 183px;
		height: 30px;
		position: relative;
		text-align: left;
		clear: both;
		float: left;
		z-index: 2;
	}		

#container #content #main #indexMenuContainer #indexMenu #indexItems {
		width: 158px;
		height: auto;
		position: relative;
		text-align: left;
		float: left;
		z-index: 2;
		padding: 5px 5px 5px 12px;
		display: none;
		overflow: hidden;
		
	}
	
#container #content #main #indexMenuContainer #indexMenu #indexItems #indexItem {
		width: auto;
		height: auto;
		position: relative;
		text-align: left;
		float: left;
		z-index: 2;
		clear: both;
		white-space: nowrap;
	}	
	
#container #content #main #indexMenuContainer #indexMenu #indexItems #indexItem a {
		font-weight: bold;
		color: #ffffff;
	}	
#container #content #main #indexMenuContainer #indexMenu #indexItems #indexItem a:hover {
		color: #000000;
	}			

#container #content #right {
	position: relative;
	width: 190px;
	height: 460px;
	float: right;
	background-color: #ffffff;
	background-image:URL(../images/right_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#container #content #right #blok1 {
	position: absolute; 
	text-align: left;
	padding: 5px;
	width: 170px;
	height: 200px;
	float: left;
	overflow: hidden;
}

#container #content #right #blok2 {
	position: absolute; 
	top: 160px; 
	left: 5px; 
	text-align: center;
	height: 274px;
	line-height: 1.1;

}


#container #content #right #SocialLinks {
		position: absolute;
		width: 100%;
		height: 24px;
		top: 438px;
		left: 5px;
		}

#container #content #right #SocialLinks a {
		margin-right: 3px;
		}
#container #content #right #SocialLinks img {
		border: 0px;
		}	


#container #content #contentFooter {
		clear: both;
		position: relative;
		width: 100%;
		height: auto;
		z-index: 2;
		}
		
		
	
#container #content #contentFooter #line {
		clear: both;
		position: relative;
		width: 100%;
		height: 26px;
		background-image:URL(../images/footer_bg.png);
		background-position: top left;
		background-repeat: repeat-x;
		z-index: 2;
		}		
		
#container #content #contentFooter #nieuwsbrief {
		position: relative;
		float: right;
		width: auto;
		height: 100px;
		z-index: 3;
		margin-top: -18px;
		}
		
#container #content #contentFooter #nieuwsbrief-dialog {
		display: none;
		text-align: left;
		}	
		
#container #content #contentFooter #projectImages {
		clear: both;
		position: relative;
		width: auto;
		height: 100px;
		z-index: 1;
		margin-top: -18px;
		}		

#container #content #contentFooter #projectImages div {
		float: left;
		margin-right: 5px;
		width: 80px;
		height: 50px;
		overflow: hidden;
		border-bottom: 3px solid transparent;
		z-index: 1;
		}
		
#container #content #contentFooter #projectImages div:hover {
		border-color: #717171;
		cursor: pointer;
}

	
#dialog {
	text-align: left;
}
