html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}

#container {
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	width: 947px;
	height: 3000px;
	position: relative;
	background-color: #679966;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}

#header_img {
	position: absolute;
	top: 33px;
	left: 14px;
}

#zoeken {
	position: absolute;
	top: 72px;
	left: 445px;
	width: 241px;
	height: 26px;
}

/* */
#left {
	position: absolute;
	top: 107px;
	left: 20px;
	width: 394px;
	height: auto;
	min-height: 600px;
	border: 0px solid black;
}

	#slideshow {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 394px;
		height: 413px;
		background: #000;
		opacity: 0.1;
		filter: alpha(opacity=10,style=0);
	}

	#ss_image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 394px;
		height: 393px;

		font-weight: bold;
	}

	#ss_textbox {
		position: absolute;
		top: 393px;
		left: 8px;
		width: 384px;
		height: 16px;
	}
	
	.dot {
		color: #ff8200;
	}
	
	.href {
		color: #010101;
	}

	#ss_subtitle {
		position: absolute;
		top: 420px;
		left: 8px;
		width: 384px;
		height: 16px;
		text-align: right;
		font-family: arial, sans-serif;
		font-size: 10px;
		color: #343434;
	}

	#left_content {
		position: absolute;
		top: 450px;
		left: 8px;
		width: 384px;
		height: auto;
	}
/* */

/* */
#center_container {
	position: absolute;
	top: 107px;
	left: 435px;
	width: 245px;
	height: auto;
	z-index: 1;
}

#recent_header {
	height: 35px;
}

#recent_header_opa {
	height: 35px;
	position: absolute;
	background: #000;
	width: 245px;
	opacity: 0.1;
	filter: alpha(opacity=10,style=0);
}

#recent_header_content {
	position: absolute;
}

#center {
	position: absolute;
	width: 245px;
	height: 100%;
	background-color: #000000;
	/* for IE */
	filter:alpha(opacity=10);
	/* CSS3 standard */
	opacity:0.10;
	z-index: -1;
}

/* Recent huuraanbod (center) */
	.project, .projectopac, .projectopac_highlight, .pjcontainer, .pj_tussenstuk {
		width: 245px; 
		height: 65px;
		font-family: Arial, sans-serif;
		font-size: 10pt;
	}
	.pj_tussenstuk {
		height: 10px;
		background: #000;
		opacity: 0.1;
		filter: alpha(opacity=10,style=0);
	}
	.projectopac, .projectopac_highlight {
		position: absolute;
		background: #000;
		z-index: 1;
	}
	.projectopac {
		opacity: .1;
		filter: alpha(opacity=10,style=0)
	}
	.projectopac_highlight {
		opacity: .2;
		filter: alpha(opacity=20,style=0)
	}
	.pjcontainer {
		z-index: 3;
	}
	.projectinhoud {
		position: absolute;
		padding-left: 75px; 
		width: 170px;
		z-index: 2;
		padding-top: 1px;
	}
	.projectinhoud img {
		margin-left: -70px;
		margin-top: -1px;
		float: left;
		border: 0;
	}
	.projectinhoud a {
		text-decoration: underline;
		color: #9b683f;
	}
	.projectinhoud a:hover {
		text-decoration: none;
		color: #ff8200;
	}
/* */

/* menu */
#right {
	position: absolute;
	top: 107px;
	left: 701px;
	width: 223px;
	height: auto;
	min-height: 600px;
}

/* Menu */
	.menubox {
		height: 22px;
		margin-bottom: 5px;
	}

	.menuopac, .menu_opac_highlight {
		height: 22px; position: absolute; background: #000; width: 223px; opacity: 0.1; filter: alpha(opacity=10,style=0);
	}
	.menu_opac_highlight {
		opacity: 0.20; filter: alpha(opacity=20,style=0)
	}
	
	.menu_lvl0 {
		position: absolute;
		color: #ff8200;
		font-family: Arial, sans-serif;
		font-weight: bold;
		margin-top: 2px;
		font-size: 11pt;
	}
	.menu_lvl0 a, .menu_lvl1 ul li a {
		color: #ff8200;
	}
	.menu_lvl1 {
		color: #ff8200;
		font-family: Arial, sans-serif;
		margin-top: 2px;
		font-size: 11pt;
		margin-bottom: 10px;
	}
	.menu_lvl1 ul {
		margin: 0;
		padding: 0;

		list-style-position: inside;
		list-style-image: url(../images/menustip.png);
		list-style-type: image;
	}
	.menu_lvl1 ul li ul {
		list-style-position: inside;
		list-style-image: url(../images/menustip2.png);
		list-style-type: image;
		margin-left: 1em; padding: 0;
	}

.text {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #343434;
	line-height: 17px;
}

.zoekknop {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #FF8200;
	font-weight: bold;
	margin-top: -5px;
}

.submenu_selected {
	font-weight: bold;
}

hr {
	color: #000000;
	height: 1px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #7f3901;
}

a:visited a:active {
}

a:hover {
	text-decoration: underline;
	color: #000;
}

h1 {  
	font-family: Arial, sans-serif;  
	font-size: 13pt;  
	line-height: 16pt; 

	color: #ff8200;  
	margin-bottom: 0; 
} 

h2 {  
	font-family: Arial, sans-serif;  
	font-size: 11pt;  
	line-height: 15pt;  
	color: #ff8200; 

	margin-bottom: 0; 
}

table {
	width: 100%;
	height: 100%;
}

.br_clear {
	clear: both;
}

input, textarea, button {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
