/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	background: #9ba0a6;
}

a img { border: none; }

#site_home {
	margin: 0px auto;
	width: 990px;
	height: 580px;
	font: 12px arial, verdana, sans-serif;
	overflow: hidden;
	background: #474747;
}

#site {
  margin: 0px auto;
  width: 990px;
  min-height: 580px;
  height: auto !important;
  height: 580px;
  font: 12px arial, verdana, sans-serif;
  color: #555557;
  background: #474747;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 990px;
	height: 90px;
	background-color: #555658;
}

#header .imageBar {
	width: 990px;
	height: 65px;
	background: #555658 url(pics/header-bar.png) top right no-repeat;	
}

#header .imageBar img { float: right; }

#header .colorBar {
	width: 990px;
	height: 25px;
	clear: left;
	background: #231f20 url(pics/bg_colorbar.gif) top left no-repeat;	
}

#header .colorBar.pink { background: #ff9900; }

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
	padding: 20px 15px 120px 15px;	
	width: 160px;
	height: 325px;
	float: left;
	overflow: hidden;
}

#navigation.vervolg {
	min-height: 430px;		
	height: auto !important;	
	height: 430px;
	overflow: visible;
}

#navigation ul {
	position: relative;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	z-index: 5;
}

#navigation li {
	padding: 5px 0px;
}

#navigation li a:link, #navigation li a:visited {
	color: #dcc6b6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #fff;
}

#navigation .logo {
	position: absolute;
	bottom: 0px;
	left: 0px;	
	z-index: 1;
}

#navigation ul.extranav {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #fff;
}

/*
 * Subnavigation
 */

#navigation ul.sub_1,
#navigation ul.sub_2 {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#navigation ul.sub_1 li { padding: 3px 0px 3px 10px; }
#navigation ul.sub_1 li a:link,
#navigation ul.sub_1 li a:visited {	
	padding: 0px 0px 0px 0px; 
	color: #dcc6b6;	
	font-size: 12px;
}
#navigation ul.sub_1 li.current {  background: url(pics/bg_li_sub_1.gif) 0px 6px no-repeat; }
#navigation ul.sub_1 li.current a:link,
#navigation ul.sub_1 li.current a:visited,
#navigation ul.sub_1 li a:hover { color: #fff; }

#navigation ul.sub_2 li { padding: 2px 0px 2px 10px; }
#navigation ul.sub_1 ul.sub_2 li a:link,
#navigation ul.sub_1 ul.sub_2 li a:visited {	
	color: #dcc6b6;	
	font-size: 11px;
	background: none;
}
#navigation ul.sub_1 ul.sub_2 li.current {  background: none; }
#navigation ul.sub_1 ul.sub_2 li.current a:link,
#navigation ul.sub_1 ul.sub_2 li.current a:visited,
#navigation ul.sub_1 ul.sub_2 li a:hover { color: #fff; text-decoration: underline;  }


/* ------------------------------------------------------------------------- Homepage styles */

#content_container_home {
	position: relative;
	width: 990px;
	height: 470px;
	overflow: hidden;
}

#content_home {
	width: 800px;
	height: 470px;
	float: left;
}

#home {
	width: 565px;
	height: 470px;		
	float: left;
	overflow: hidden;
	background: #000;
}

#sidebar_home {
	padding: 0px 10px;
	width: 215px;
	height: 470px;		
	float: left;
	color: #9c8b7a;
	background: #363636 url(pics/logos_extra.gif) 10px bottom no-repeat;
}

#content_home #sidebar_home ul { 
	margin: 10px 0px; 
	border-top: 1px solid #695553; 
	list-style-type: none; 
}

#content_home #sidebar_home li {
	margin: 0px; 
	padding: 10px 0px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	border-bottom: 1px solid #695553;
}

#content_home #sidebar_home li a:link, 
#content_home #sidebar_home li a:visited { text-decoration: none; border-bottom: none; color: #9c8b7a; }

#content_home #sidebar_home li a:hover { color: #9c8b7a; }

#content_home #sidebar_home li strong { color: #c8a2c6; }

/* 
 * Blocks
 */
 
#home .blocks { margin: 5px 0px 0px 5px; }

#home .blocks .column_left,
#home .blocks .column_right {
	width: 140px;
	float: left;
}

#home .blocks .column_middle {
	width: 280px;
	float: left;
}

#home .block {
	position: relative;
	margin: 0px 0px 5px 0px;
	float: left;
	overflow: hidden;
}

#home .blocks .column_middle .block.dim_136x111.last{
	margin-left: 5px;	
}

#home .block div { position: relative; padding: 10px; } 
 
#home .block.dim_136x111     { width: 135px; height: 111px; } 
#home .block.dim_136x111 div { width: 116px; height: 90px;  }

#home .block.dim_273x227     { width: 275px; height: 227px; }
#home .block.dim_273x227 div { width: 255px; height: 205px; }

#home .block.dim_273x111     { width: 275px; height: 111px; }
#home .block.dim_273x111 div { width: 255px; height: 89px; }

#home .block.pink   { background: #bb33ac; }
#home .block.orange { background: #ff9900; }
#home .block.blue   { background: #bfd2e4; }
#home .block.gray   { background: #666666; }

#home .block.dim_273x111 span.info {
	position: absolute;
	padding: 5px;
	width: 243px;
	top: 10px;
	left: 10px;
}
 
#home .block.dim_273x227 span.info {
	position: absolute;
	padding: 5px;
	width: 243px;
	bottom: 10px;
	left: 10px;
} 
#content .detail_img {float:left; width:260px; }
/* End Blocks */

#home h1 { font-size: 20px; }
#home h2 { font-size: 16px; color: #fff; }

#content_home #home a:link,
#content_home #home a:visited {
	position: absolute;
	bottom: 10px;
	left: 10px; 
	font-size: 11px; 
	color: #fff; 
	text-decoration: none; 
	border: 0px solid #fff; 
} 

#content_home #home img { margin: 0px; }

/*#home span.grad { font-size: 34px; font-weight: bold; line-height: 32px; text-transform: uppercase; } */
#home span.pink { color: #bb33ac; background: none; }

#home span.info.red { background: url(pics/bg_red_60.png) top left repeat; }



/* ------------------------------------------------------------------------- Content general */ 
/* HOME DETAIL*/

#content .detail_app {width:790px; margin:20px 0px 0px 10px;}
#content .detail_app .block_app {float:left; width:150px; margin-right:5px; cursor:pointer;} 
#content .detail_app .block_app .title_app {margin-bottom:5px; height:30px; text-align:center;}

#content img.icon_file {margin:0px;}

#content_container {
  position: relative;
  width: 990px;
  min-height: 470px;
  height: auto !important;
  height: 470px;
  background: url(pics/bg_content.gif) top left repeat-y;
}

#content {
	padding-bottom: 5px;
  width: 800px;
  min-height: 470px;
  height: auto !important;
  height: 470px;
  float: left;
  background-color: #fff;
}

/**********************************/

#content ul.detail-nav {
	margin: 20px 0px 10px 0px;
}

#content ul.detail-nav ul { margin: 0px; }

#content ul.detail-nav li{
	list-style-type: none;
}

#content ul.detail-nav li a:link, #content ul.detail-nav li a:visited{
	color: #C51680;
	text-decoration: none;
	border: 0px solid #fff;
	font-weight: bold; 
}

/*
#content span.grad {
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
}
*/

#content span.grad { margin-bottom: 7px; line-height: 0px; font-size: 0px; float: left; }


/* ------------------------------------------------------------------------- Sidebar styles */

#content #sidebar ul {
  margin: 0px 0px 5px 0px;
  width: 130px;
  float: left;
  background-color: #A49495;
}

#content #sidebar ul li{
  margin: 0px 5px 0px 5px;
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
  list-style-type: none;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

#content #sidebar ul li.last{
  border: none;
}

#content #sidebar ul li a:link, #content #sidebar ul li a:visited{
  color: #555557;
  text-decoration: none;
  font-size: 11px;
  border: none;
  font-weight: normal;
}

/**********************************/

#content #sidebar .woningzoeker{
  float: left;
  margin: 0px 0px 5px 0px;
  padding: 3px 0px 0px 8px; 
  width: 122px;
  height: 182px;
  background-color: #c61781;
  color: #fff;  
}

#content #sidebar .woningzoeker h2{
	color: #fff;
	font-weight: normal;
}

#content #sidebar .woningzoeker img {
	margin: 8px 0px 0px 0px;	
}

#content #sidebar .woningzoeker a:link, #content #sidebar .woningzoeker a:visited {
	color: #fff;
	border: none;
	font-size: 11px;
	text-decoration: underline;
}

/**********************************/

.imgBlock_txtOverlay { 
	position: relative; 
	margin: 0px 0px 5px 0px; 
	float: left;
	background: #555658; 
	cursor:pointer;
}

#content .imgBlock_txtOverlay img { margin: 0px; float: left;  } 

.imgBlock_txtOverlay .txt_overlay { 
	height:70px; 
	position: absolute;
	padding: 5px;
	bottom: 0px;
	left: 0px;
	background: url(pics/bg_grey_80.png) top left repeat;
}

.imgBlock_txtOverlay .txt_overlay.red { background: url(pics/bg_red_60.png) top left repeat; height:70px; }

.imgBlock_txtOverlay .txt_overlay h2 { margin: 0px 0px 2px 0px; color: #fff; }

#content .imgBlock_txtOverlay .txt_overlay .link_txt {position:absolute; bottom:2px;}
#content .imgBlock_txtOverlay .txt_overlay a:link,
#content .imgBlock_txtOverlay .txt_overlay a:visited { font-size: 11px; color: #fff; text-decoration: none; border: none; }

#volleLevenList .imgBlock_txtOverlay { margin: 0px 5px 5px 0px; width:125px; height:150px; }
#volleLevenList .txtBlock { height: 70px; float: left; overflow: hidden; }
#volleLevenList .txtBlock.h85 { height: 85px; }


#volleLevenList .txtBlock { padding: 5px; margin: 0px 5px 5px 0px; }
#volleLevenList .txt      { padding: 5px 0px 0px 0px; border-top: 1px solid #e5e5e6; }

/**********************************/

#content #imgOverview    { padding: 0px 0px 0px 1px; }
#content #imgOverview ul { margin: 0px; list-style-type: none; }
#content #imgOverview li { margin: 0px 5px 5px 0px; padding: 0px; width: 58px; height: 58px; float: left; overflow: hidden; }

#content #imgOverview.appartement li { width: 182px; height: 182px; margin-right:10px; }
#content #imgOverview.appartement li.lastimg { margin-right:0px; }

#content #imgOverview li img  { margin: 0px; float: left; cursor: pointer; }
#content #imgOverview li.last { margin: 0px 0px 5px 0px; }

#imgOverview .bigImg { width: 379px; overflow: hidden;}

#imgOverview .txt { margin: 10px 0px; width: 374px; }

/**********************************/

#sidebar .banner { 
	margin: 0px 0px 5px 0px; 
	width: 130px; 
	float: left;  
	line-height: 0px; 
	font-size: 0px; 
}

#content .banner img { margin: 0px; float: left; }

/* ------------------------------------------------------------------------- general styles */

.column 		  { margin: 5px 0px 0px 5px; float: left; display: inline; }
.column.first { margin: 10px 0px 0px 15px; padding: 0px 10px 0px 0px; }

.w115  { width: 115px; }
.w120  { width: 120px; }
.w125  { width: 125px; }
.w130  { width: 130px; }
.w235  { width: 235px; }
.w250  { width: 250px; }
.w260  { width: 260px; }
.w300  { width: 300px; }
.w600  { width: 600px; }
.w620  { width: 620px; }
.w635  { width: 630px; }
.w629  { width: 629px; }
.w370  { width: 370px; }
.w379  { width: 379px; }
.w380  { width: 380px; }
.w395  { width: 395px; }
.w630  { width: 630px; }


.fs_12 { font-size: 12px; }
.fs_13 { font-size: 13px; }
.fs_14 { font-size: 14px; }
.fs_16 { font-size: 16px; }
.fs_20 { font-size: 20px; }

.column.images a   { border: 0px solid #fff; text-decoration: none; margin-right:10px; }
.column.images img { float: left; }

.floatLeft  { float: left;  }
.floatRight { float: right; }

#imgDescription { margin: 5px 0px; color: #BA4351; }

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 7px;}
h3, td h3 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 3px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #414141; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #C51680;  font-weight: bold; border-bottom: 0px solid #fff;}
#content a:hover {  }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #555557;
}

#content img { margin: 0px 0px 5px 0px; }
#content img.left {	margin: 0px 10px 5px 0px; float: left; }
#content img.right { margin: 0px 0px 5px 10px; float: right; }

p { margin-bottom: 9px;}

#content p.intro { color: #BA4351; margin:25px 0px; } 

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc; }
#content li { margin: 5px 0px 5px 0px;}
#content ol { margin: 10px 0px 10px 20px;}

#content span.red { color: #BA4351; }
#content span.intro { font-size: 10px; color: #eee; }
/* ------------------------------------------------------------------------- Woningen */ 
#content .column .item {
	float:left;
	width:300px;
	height:160px;
	margin:10px 10px 10px 0px;
	border-bottom:1px solid #000;
}
#content .column .item .title {
	margin-bottom:7px;
}
#content .column .item .title a:link, #content .column .item .title a:visited {color:#414141;}
#content .column .item .title a:hover {color:#C51680;}

#content .column .item .itemtext {
	height:105px;
	overflow:hidden;
}
#content .column .item .leesmeer{
	float:left;
}
#content .column.detail h4, #content .column.first h4 {margin-bottom:3px;}
#content p {margin-bottom:20px;}

#content .movie { width: 235px; }
#content .smallmv { width: 182px; }
#content .smallmv .youtube img { width: 182px; }
#content .smallmv .youtube-overlay {position: absolute; top: 55px; left: 73px; width: 36px; height: 27px; z-index: 3; background: url(/pics/playbtn.png) top left no-repeat;}
#content .smallmv .youtube-playbar { position: absolute; bottom: 0px; left: 0px; width: 182px; height: 9px; z-index: 3; background: url(/pics/youtube-playbar-small.gif) top left no-repeat; }
#content .smallmv .youtube { position: relative; width: 182px; height: 139px; overflow: hidden; margin-bottom: 10px; }
#content .movie .youtube { position: relative; width: 235px; height: 184px; overflow: hidden; margin-bottom: 10px; } 
#content .youtube-movie {margin-right:10px;}
#content .movie .youtube img { width: 235px; }
#content .movie .youtube-overlay { position: absolute; top: 79px; left: 100px; width: 36px; height: 27px; z-index: 3; background: url(/pics/playbtn.png) top left no-repeat; }  
#content .movie .youtube-playbar { position: absolute; bottom: 0px; left: 0px; width: 235px; height: 9px; z-index: 3; background: url(/pics/youtube-playbar.gif) top left no-repeat; }

#content .youtube-movie { width: 182px; float: left;}

/*#content .youtube-movie.movie_1 { margin-right: 10px; }*/
#content .youtube-movie.movie_1_1 { margin-right: 10px; }
#content .youtube-movie.movie_2_2 { margin-right: 0px; }

#content .youtube-movie .youtube { position: relative; width: 182px; height: 139px; overflow: hidden; margin-bottom: 10px; }  
#content .youtube-movie .youtube img { width: 182px; }
#content .youtube-movie .youtube-overlay { position: absolute; top: 55px; left: 73px; width: 36px; height: 27px; z-index: 3; background: url(/pics/playbtn.png) top left no-repeat; }  
#content .youtube-movie .youtube-playbar { position: absolute; bottom: 0px; left: 0px; width: 182px; height: 9px; z-index: 3; background: url(/pics/youtube-playbar-small.gif) top left no-repeat; }
/* ------------------------------------------------------------------------- Gallery */
#content .column .gallery .item {border-bottom:0px solid #fff; height:220px; width:200px;margin-right:10px;}
#content .column .gallery .item.last {margin-right:0px;}

#content .column .gallery .item .description {height:40px; text-align:center;margin-bottom:10px; overflow:hidden;}
#content .column .gallery .item .description h2 {color:#000;}

#content .column .gallery_items .item {height:110px;width:140px;border-bottom:0px solid #fff; margin-right:20px;}
#content .column .gallery_items .item.last {margin-right:0px;}
#content .column #prevnext {width:630px;}
#content .column #prevnext .next {float:right; width:100px; text-align:right;}
#content .column #prevnext .prev {float:left; width:100px;}

#content .column .galleryback {margin-top:20px;}
/* ------------ Twitter -------------- */
h1.twitter {color:#000;margin:10px 0px;}
#juitterContainer img {float:left;}

#juitterContainer {
  margin-bottom: 25px;
  float: left;
  width: 400px;
}
#juitterContainer ul {
  list-style-type: none;
  margin: 0px;
}
#juitterContainer ul li {
  clear: both;
  float: left;
  width:400px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 5px 0px;
  margin: 5px 0px 0px 0px;
}
#juitterContainer ul li span.time {
	font-weight:normal;
}
#juitterContainer ul li img{
  float: left;
  margin: 0px 10px 0px 0px;
  border:0px solid #fff;
} 

/* ------------------------------------------------------------------------- Footer */ 

#footer,
#footer_vervolg {
	padding: 0px 10px;
	height: 20px;
	font: 10px arial, verdana, sans-serif;
	color: white;
	text-align: right;
	background: #000 url(pics/bg_footer_home.gif) top right no-repeat;
}

#footer a:link, #footer a:visited,
#footer_vervolg a:link, #footer_vervolg a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }


/* ------------------------------------------------------------------------- Contact form */ 

#contact_form input, #contact_form textarea, #contact_form select {
	background: #e6e6e6;
}

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url('pics/msg_arrow.gif') left center no-repeat; 
	padding-left: 7px;
}

#msgcontent {
	font-family: Arial, Verdana;
	font-size: 12px;
	display: block; 
	background: #e2e2e2; 
	border: 2px solid #bb7bb4; 
	border-left: none; 
	padding: 5px; 
	min-width: 150px; 
	max-width: 250px;
}

#contact_form .row {
	float: left;
	width: 370px;
}
#contact_form .omschrijving {
	float: left;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	overflow: hidden;
	width: 115px;
}

#contact_form .invul {
	width: 255px;
	float: left;
	font-size: 11px;
	line-height: 18px;
}

#contact_form input {
	background-color: #ffffff;
	border:1px solid #888178;
	color:#474747;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	padding: 2px 4px;
	width: 120px;
	margin-bottom: 5px;
}

#contact_form input.checkbox { width: 20px; float: left; border-color:#ffffff; }


#contact_form textarea {
	background-color: #ffffff;
	border: 1px solid #888178;
	color: #474747;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	height: 100px;
	padding: 2px 4px;
	width: 245px;
	margin-bottom: 5px;
}

#contact_form input.button {
	float: left;
	background-color:#888178;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: arial,verdana,sans-serif;
	font-size:11px;
	height: 20px;
	line-height: 14px;
	padding: 0;
	width: 95px;
}
