html, body {
	margin:0; 
	padding:0; 
	height:100%;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
#container {
	position: relative;
	margin: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#posRight{
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:10px;
}
#header { 
	background-image:url(../images/bg_top.jpg);
	height:83px;
	width:100%;
}
#headerContent{
	margin:0 auto;
	width:1000px;
	color:#FFFFFF;
	font-size:14px;
}
#mediaHead{
	background-image:url(../images/bg_logo.jpg);
	height:238px;
	width:100%;
}
#mediaContent{
	margin:0 auto;
	width:1000px;
	background-image:url(../images/Beaufort_woningen_nijmgegen.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:238px;
}
#mainDiv{
	padding: 0px 0px 125px 0px; /* t, r, b, l*/
	width:100%;
}
#mainContent{
	margin:0 auto;
	width:1000px;
	font-size:12px;
	line-height:18px;
}
#footer {
	position:absolute;
	bottom:0;
	text-align:center;
	height:128px;
	width:100%;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#footerContent{
	margin:0 auto;
	width:1000px;
	padding-top:30px;
	color:#2f6090;
	font-size:12px;
}
#footer a{
	color:#DDDDDD;
}
#footer a:hover{
	color:#000000;
	text-decoration:underline;
}


/* POPUP! */
#popup {
	height: 100%;
	width: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(opacity=75);
	z-index:2000;
}

#window {
	width: 600px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #ffffff;
	position: absolute;
	top: 200px;
	left: 25%;
	z-index:2001;
}

