html{
	width:100%;
	height:100%;
}
body{
	margin: 0px;
	height:100%;
	width:100%;
	background: #b31d15 url(/_img/outer_bg.gif) repeat-y center top;
}



div#body {
	position: relative;
	margin:0px;	
	width:100%;
	height:100%;
	text-align:center;
}
div#outer {
	position: relative;
	height:100%;
	margin: 0 auto;
	width:900px;
	background: #ffffff url(/_img/outer_bg.gif) repeat-y center top;
	position: relative;
	text-align:left;
}
div#header {
	position: relative;
	text-align:left;
	width:900px;height:160px;	
}
div#belons {
	position: relative;
	width:900px;
	height:45px;
	text-align:left;
	background-color:#ffffff;
}
div.item{
	margin:10px 40px 0px 15px;
	padding-bottom:15px;
	color:#b31d15;
	border-bottom:solid 1px #b31d15;
}
div.lastitem{
	margin:10px 40px 0px 15px;
}
div.adres{
	margin:10px 40px 0px 15px;
	padding-bottom:15px;
	color:#000000;
	border-bottom:solid 1px #b31d15;
}
div#leftpanel {
	position: absolute;
	top:205px;left:0px;
	z-index:1;
	width:270px;
	height:300px;
	text-align:left;
	background: url(/_img/leftpanel_bg.gif) no-repeat;
}
div#rightpanel {
	position: absolute;
	z-index:2;
	top:215px;left:275px;
	width:620px;
	text-align:left;
}
div#navigatie {
	position:absolute;
	top:170px;
	z-index:3;
	left:250px;
	width:640px;
	padding-left:10px;
	background: #F0E8E1 url(/_img/menu_left.gif) repeat-y;
}
div.menu{
	float:left;
	z-index:4;
	padding:0px 6px 0px 0px;
	background-color:#F0E8E1;
	text-align:center;
}
div.submenu{
	position:absolute;
	display:none;
	z-index:5;
	top:25px;left:71px;
	background-color:#F0E8E1;
	text-align:center;
}
div.menu img{
	border:none;
}
div#content {
	position: relative;
	text-align:left;
}
div.fl{
	float:left;
}

div.fr{
	float:right;
}

div.br{
	clear:both;
}

div.spotlight{
	float:left;
	margin-right:20px;
	text-align:center;
	line-height:16px;
	font-size:10px;
}

div.spotlight img{
	border:solid 1px #000000;
}

div.spotlight span.city{
	text-transform:capitalize;
}