* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	height: 100%;
}

body {
	background: #fff;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: #4B4743;
}

br.clear {
	clear: both;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}


/* wrapper & container */

#shim {
	float: left;
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -325px;
}

#wrapper {
	margin: auto;
	width: 1000px;
	height: 650px;
	clear: both;
	position: relative;
	top: -325px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/
div#shim {
display: none;
}

html, body {
height: auto;
}
/* end hack */

/* ]]> */


#container {
	float: left;
	width: 1000px;
	height: 650px;
	background: url('/_grafix/bg_container.gif') top left no-repeat;
}


/* header */

#header {
	float: left;
	width: 1000px;
	height: 65px;
	margin: 80px 0 30px 0;
}

#header .logo {
	float: left;
	width: 250px;
	height: 65px;
}

/* navigation */

#navigation {
	float: left;
	width: 700px;
	height: 65px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin-top: 20px;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 25px;
	margin-right: 15px;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 25px;
	border: none;
}

#navigation li a.selected { 
	background-position: 0 -50px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -50px; 
}

#navigation li span {
	display: none;
}


/* home */

#home {
	float: left;
	width: 1000px;
	height: 440px;
}

#home .gutter {
	float: left;
	width: 971px;
	padding-left: 29px;
}

#home ul {
	float: left;
	list-style-type: none;
	margin-top: 27px;
}

#home li {
	float: left;
	vertical-align: top;
	width: 170px;
	height: 164px;
	margin-right: 23px;
}

#home li a {
	float: left;
	display: block;
	vertical-align: top;
	width: 170px;
	height: 164px;
	border: none;
}

#home li span {
	display: none;
}


/* home footer */

#footer {
	float: left;
	width: 1000px;
	height: 35px;
}

#footer .gutter {
	float: left;
	width: 973px;
	padding: 0 27px 0 0;
	text-align: right;
}


/* main */

#main {
	float: left;
	width: 1000px;
	height: 475px;
	background: url('/_grafix/bg_main.gif') top left no-repeat;
}


/* browser */

#browser {
	float: left;
	width: 250px;
	height: 330px;
}

#browser .gutter {
	float: left;
	width: 150px;
	height: 315px;
	padding: 0 60px 0 40px;
}

/* arrow up */

#browser .arrow_up {
	float: left;
	width: 150px;
	height: 25px;
}

a#up {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin: auto;
}

a#up:hover {
	background-position: 0 -15px;
}

/* arrow down */

#browser .arrow_down {
	float: left;
	width: 150px;
	height: 15px;
}

a#down {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin: auto;
}

a#down:hover {
	background-position: 0 -15px;
}

#browser_wrap {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 263px;
	margin-bottom: 12px;
}

#browser_carousel {
	height: 1000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#browser_carousel li {
	float: left;
	display: inline;
	width: 150px;
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 5px;
	border-bottom: 1px solid #eee;
}

#browser_carousel li b {
	font-weight: bold;
	font-size: 10px;
	color: #000;
}


/* text browser */

ul.text_browser {
	list-style-type: none;
}

ul.text_browser li {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 5px;
}


/* image */

#image_container {
	float: left;
	width: 400px;
	height: 390px;
	background: url('/_grafix/bg_image.gif') top left no-repeat;
}

#image {
	float: left;
	width: 380px;
	height: 370px;
	padding: 10px;
}

#wrap {
	display: block;
	overflow: hidden;
	position: relative;
	width: 380px;
	height: 315px;
	margin-bottom: 10px;
}

#carousel {
	width: 6000px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#carousel li {
	float: left;
	display: inline;
	width: 380px;
	height: 315px;
	margin: 0;
	padding: 0;
}

/* prev arrow */

#image div.left_arr {
	float: left;
	width: 175px;
}

a#previous {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

a#previous:hover {
	background-position: 0 -15px;
}

/* next arr */

#image div.right_arr {
	float: right;
	width: 175px;
}

a#next {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

a#next:hover {
	background-position: 0 -15px;
} 

#image span {
	float: left;
	display: block;
	width: 380px;
	margin-top: 8px;
	text-align: center;
}


/* text */

#text_container {
	float: right;
	width: 350px;
}

#text {
	float: left;
	width: 290px;
	height: 315px;
	padding: 0 15px 0 25px;
	overflow: auto;
}

#text p {
	line-height: 1.3em;
	margin-bottom: 14px;
}

#text h1 {
	padding: 3px 0 0 5px;
	margin-bottom: 5px;
	line-height: 0.8em;
}

#text.bureau h1 {
	background: #8e7ea1;
}

#text.wonen h1 {
	background: #d7e66e;
}

#text.appartementen h1 {
	background: #e9832f;
}

#text.utiliteitsbouw h1 {
	background: #9fd0dd;
}

#text.stadsontwerp h1 {
	background: #3d6b74;
}

#text.contact h1 {
	background: #d00107;
}

/* ordered list */

#text ol {
	padding-left: 18px;
	margin-bottom: 14px;
}

#text ol li {
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* unordered list */

#text ul {
	list-style-type: square;
	padding-left: 18px;
	margin-bottom: 14px;
}

#text ul li {
	padding-bottom: 3px;
	line-height: 1.3em;
}


/* milkbox */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 3px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading { background: #fff url('/_grafix/loading.gif') no-repeat center; }

#mbCanvas { margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear { clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */

#mbNavigation {
	float:right;
	width:27px;
	padding-top:3px;
}

#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px;
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url('/_grafix/close.gif') no-repeat;
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

