/*
 * RCV.nl
 * Copyright © Gene IT Solutions, 2009
 * Niels Timmer
*/

/*
 * Common things
*/
body {
	margin: 0px;
	padding: 4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a * {
	border: none;
}

a {
	text-decoration: none;
}

/*
 * Header and related parts
*/
#header {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
	width: 900px;
	height: 173px;
	
}

#header_logo {
	margin-right: 4px;
	float: left;
	width: 163px;
	height: 173px;
	background: transparent url('images/logo.png') scroll top left no-repeat;
}

#header_container_all {
	float: left;
	width: 731px;
	height: 66px; /* 116px total minus the gfx_header .png height: 50px; */
	padding-top: 50px;
	background: #fff url('images/gfx_header.png') scroll top left no-repeat;
}

#header_container_buttons {
	
}

.button {
	float: left;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: transparent scroll top left no-repeat;
	height: 35px;
	outline: 0;
}

#header_menu_closer {
	width: 140px;
	background: #fff url('images/gfx_end_bar.png') scroll top right no-repeat;
	margin-right: 0px;
}

#header_container_submenu {
	clear: both;
	background-color: #0d014d;
	width: 684px;
	height: 28px;
	padding-left: 18px;
}

.subButton {
	float: left;
	background: transparent scroll top left no-repeat;
	height: 28px;
	outline: 0;
}

#title {
	font-size: 20px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #999;
}


/*
 * Main body
*/
#body_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.column {
	float: left;
	padding: 4px;
}

#column_left, #column_right {
	width: 155px;
	min-height: 400px;
}

#column_middle {
	width: 560px;
	min-height: 500px;
	padding: 4px;
	padding-top: 0px;
	border-right: 1px #a69ecd solid;
	border-left: 1px #a69ecd solid;
}


/*
 * Blocks
*/
.block {
	/*background: #ffffff url('images/gradient.png') scroll top left repeat-x;*/
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #a69ecd solid;
}

.block-title {
	font-size: 18px;
	font-weight: bold;
	color: #0d014d;
	margin-bottom: 4px;
	text-align: center;
}

.block-content {
	text-align: center;
	color: #a69ecd;
	min-height: 150px;
}

.block-content a, .block-content a:link, .block-content a:active, .block-content a:visited  {
	text-decoration: none;
	color: #a69ecd;
	font-weight: bold;
	font-size: 12px;
}

.block-content a:hover {
	color: #0d014d;
}

#fscroller {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	border: none;
	overflow: auto;
	min-height: 200px;
}

#block-type-menu .block-content a {
	font-size: 40px;
	font-weight: bold;
}

#block-type-menu .block-content a.current {
	color: #0d014d;
}

#block-huur-nu .block-content, #block-koop-nu .block-content, #block-bios-nu .block-content, #block-box-nu .block-content {
	height: 180px;
	width: 165px;
	overflow: hidden;
	position: relative;
}

#block-huur-verwacht .block-content, #block-koop-verwacht .block-content, #block-bios-verwacht .block-content, #block-box-verwacht .block-content {
	height: 400px;
	width: 165px;
	/*overflow: hidden;*/
	position: relative;
}

/*
 * Links etc
*/

.	Link {
	font-size: 11px;
}

#film_tekst, #film_img {
	width: 220px;
	margin: 0px;
	padding: 5px;
}

#film_tekst {
	text-align: justify;
}

#film_img {
	float: right;
	margin-left: 5px;
}

td {
	text-align: center;
}

#scroll_container_bios_verwacht, #scroll_container_huur_verwacht, #scroll_container_koop_verwacht, #scroll_container_box_verwacht {
	overflow: scroll;
	overflow-x: hidden;
}

#more_pictures {
	height: 110px;
	width: 550px;
	margin-top: 20px;
	overflow: scroll;
	overflow-y: hidden;
	text-align: center;
}

#scoller_bios_nu tr td, #scoller_huur_nu tr td, #scoller_koop_nu tr td, #scoller_box_nu tr td {
	vertical-align: top;
}