html, body {
margin: 0;
padding: 0;

font-family: Arial;
font-size: 11px;
color: #000000;
background-color: #0b2644;
}

div#container {
position: absolute;
left: 50%;
top: 50%;
margin-left: -381px;
margin-top: -292px;
width: 763px;
height: 584px;
border: 1px solid #000000;
overflow: hidden;
background-color: #ffffff;
}

/**
 *intro
 */
div#laag1 {
position: absolute;
left: 0px;
top: 0px;

background-image: url('../images/holland/holland.jpg');
width: 762px;
height: 235px;
z-index: 1;
}

div#laag2 {
position: absolute;
left: 0px;
top: 235px;
background-image: url('../images/holland/mieterbetreuung.jpg');
width: 762px;
height: 71px;
z-index: 2;
}

div#laag3 {
position: absolute;
left: 0px;
top: 306px;
width: 762px;
height: 282px;
cursor: pointer;
background-image: url('../images/holland/background_intro.jpg');
z-index: 3;
}

div#laag4 {
position: absolute;
left: 0px;
top: 237px;
cursor: pointer;
width: 764px;
height: 347px;
z-index: 4;
}

/**
 * site
 */
	div#container div#header {
	float: left;
	width: 594px;
	height: 92px;
	}

		div#container div#header div#logo {
		float: left;
		width: 169px;
		height: 92px;
		background-color: #eaebeb;
		background-image: url('../images/holland/img_logo.jpg');
		background-repeat: no-repeat;
		}

		div#container div#header div#banner {
		float: left;
		width: 425px;
		height: 92px;
		background-color: #ffffff;
		}

			div#container div#header div#banner img.welkom {
			width: 425px;
			height: 92px;
			background-image: url('../images/holland/img_banner.jpg');
			background-repeat: no-repeat;
			}

			div#container div#header div#banner img.overig {
			width: 425px;
			height: 92px;
			background-image: url('../images/holland/img_banner.jpg');
			background-repeat: no-repeat;
			}

		div#container div#header div#menubalk {
		float: left;
		width: 594px;
		height: 24px;
		overflow: hidden;
		background-color: #ff4500;
		}

			div#container div#header div#menubalk div.menuspacer {
			float: left;
			width: 20px;
			height: 24px;
			}

			div#container div#header div#menubalk div.menuitem {
			float: left;
			height: 24px;
			margin-top: 4px;
			}

				div#container div#header div#menubalk div.menuitem a {
				font-family: Arial;
				font-size: 11px;
				color: #ffffff;
				text-decoration: none;
				}

				div#container div#header div#menubalk div.menuitem a:hover {
				text-decoration: underline;
				}


	div#container div#rechtsboven {
	float: left;
	position: relative;
	overflow: hidden;
	width: 169px;
	height: 116px;
	background-color: #eaebeb;
	background-image: url('../images/holland/img_rb.jpg');
	background-repeat: no-repeat;
	}

	div#container div#links {
	float: left;
	width: 169px;
	height: 468px;
	border-right: 1px solid #0b2644;
	overflow: hidden;
	}

		div#container div#links div#kopje {
		float: left;
		clear: both;
		width: 169px;
		height: 56px;
		}

		div#container div#links div#projecten {
		float: left;
		clear: both;
		width: 169px;
		height: 287px;
		}

			div#container div#links div#projecten p {
			margin-left: 10px;
			}

			div#container div#links div#projecten a {
			color: #000000;
			text-decoration: none;
			}

			div#container div#links div#projecten a:hover {
			text-decoration: underline;
			}

		div#container div#links div#project_img {
		float: left;
		clear: both;
		width: 169px;
		height: 125px;
		}

	div#container div#midden {
	float: left;
	position: relative;
	width: 424px;
	height: 468px;
	z-index: 2;
	}

		div#container div#midden div#balk_1 {
		float: left;
		clear: both;
		width: 424px;
		height: 20px;
		background-color: #fff;
		}

		div#container div#midden div#balk_2 {
		float: left;
		clear: both;
		width: 424px;
		height: 71px;
		background-color: #004682;
		/*
		background-image: url('../images/pasen2009/bg_balk_2.jpg');
		background-repeat: no-repeat;
		*/
		}

		div#container div#midden div#submenu {
		float: left;
		clear: both;
		width: 424px;
		height: 24px;
		background-color: #100b45;
		}

			div#container div#midden div#submenu div.menuitem {
			float: left;
			height: 24px;
			margin-top: 5px;
			}

				div#container div#midden div#submenu div.menuitem a {
				color: #ffffff;
				text-decoration: none;
				}

				div#container div#midden div#submenu div.menuitem a:hover {
				text-decoration: underline;
				}

			div#container div#midden div#submenu div.menuspacer {
			float: left;
			width: 35px;
			height: 24px;
			}

		div#container div#midden div#content {
		float: left;
		clear: both;
		width: 425px;
		height: 353px;
		overflow: auto;
		z-index: 2;
		}

		div#container div#vdhorst {
		position: absolute;
		left: 170px;
		bottom: 0px;
		width: 424px;
		height: 206px;
		z-index: 1;
		overflow: hidden;
		}

			div#container div#midden div#content p {
			margin-left: 10px;
			z-index: 3;
			}

			div#container div#midden div#content a {
			color: #000000;
			text-decoration: none;
			z-index: 3;
			}

			div#container div#midden div#content a:hover {
			color: #000000;
			text-decoration: underline;
			z-index: 3;
			}

	div#container div#rechts {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 169px;
	height: 468px;
	background-color: #00fff0;
	}

		div#container div#rechts div#balk_3 {
		float: left;
		clear: both;
		width: 169px;
		height: 20px;
		background-color: #004682;
		/*background-image: url('../images/pasen2009/bg_balk_3.jpg');
		background-repeat: no-repeat;*/
		}

			div#container div#rechts div#balk_3 img#home {
			margin-top: 5px;
			margin-right: 5px;
			margin-left: 30px;

			width: 9px;
			height: 9px;
			}

			div#container div#rechts div#balk_3 img#kontakt {
			margin-top: 5px;
			margin-right: 5px;
			margin-left: 20px;

			width: 9px;
			height: 9px;
			}

			div#container div#rechts div#balk_3 a {
			font-family: Arial;
			font-size: 11px;
			color: #ffffff;

			text-decoration: none;
			}

			div#container div#rechts div#balk_3 a:hover {
			text-decoration: underline;
			}

		div#container div#rechts div#anruf {
		float: left;
		clear: both;
		width: 169px;
		height: 71px;
		background-color: #fff;
		background-image: url('../images/holland/anruf_jetzt.jpg');
		background-repeat: no-repeat;
		}

		div#container div#rechts div#sfeer {
		float: left;
		clear: both;
		width: 169px;
		height: 377px;
		}

a img {
border: 0;
}

#advertentie {
position: absolute;
left: 82px;
top: 80px;
width: 600px;
height: 424px;
z-index: 999;
}
