/*

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 {
	height: 100%;
	background: #63544a;
}

img a, a img{ border: none; text-decoration: none; }

#shadow{
	position: relative;
	margin: 0px auto;
	padding: 0px 30px;
	width: 930px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #63544a url(pics/bg_shadow.gif) top left repeat-y;
}

#shadow img.bg_site{ position: absolute; bottom: 0px; }

#site {
	position: relative;
    z-index: 2;
	padding: 0px 0px 145px 0px;
	width: 930px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

#site.admin {
  padding: 0px 0px 0px 0px;   
}

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

#print_header {
	display: none;
}

#header {
	width: 930px;
	height: 100px;
	overflow: hidden;
	background: url(pics/bg_header.gif) top left repeat-x;
}

#header .logo a img {
	position: absolute;
	margin: 10px 0px 0px 30px;
	float: left;
	z-index: 10;
	border: 0px solid #fff;
}

#fontsize img.font{ position: absolute; top: 58px; right: 20px; z-index: 50;}

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

#navigation{
	position: absolute;
	top: 58px;
	width: 930px;
	height: 25px;
	overflow: hidden;
	z-index: 5;
	background: #b9d305;
}

#navigation ul {
	position: absolute;
	bottom: 0px;
	left: 145px;
	list-style-type: none;
}

* html #navigation ul {
	bottom: -1px;
}

#navigation li{
	margin: 0px 6px 0px 0px;
	width: 100px;
	line-height: 20px;
	float: left;
	text-align: center;
}

#navigation li.green a:link, #navigation li.green a:visited {
	width: 100px;
	height: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font: 13px Tahoma, Geneva, sans-serif; 
  line-height: 20px;
	background: url(pics/bg_nav.gif) top left no-repeat;
}

#navigation li.red a:link, #navigation li.red a:visited{
	width: 100px;
	height: 20px;
	display: block;
	color: #741807;  
	text-decoration: none;   
	font: 13px Tahoma, Geneva, sans-serif; 
  line-height: 20px; 
	background: url(pics/bg_nav_red.gif) top left no-repeat;
}

#navigation li.red a:hover, #navigation li.green a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	width: 100px;
	height: 20px;
	display: block;
	color: #000;
	text-decoration: none;   
	font: 13px Tahoma, Geneva, sans-serif; 
  line-height: 20px; 
	background: url(pics/bg_nav_current.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------- Content */ 

#content {        
	padding: 30px 30px 60px 30px;
	width: 870px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
}

#left, #right { float: left; display: inline;}

img.home{ position: relative; left: -30px; }

#inschrijven{
	position: relative;
  margin-left: 10px;
	padding: 0px 10px 10px 30px;
  margin-bottom: 480px;
	width: 255px;
	height: 150px;   
	display: block;
	float: right;
}

#content #inschrijven ul {
  margin: 10px 0 10px 0px;
  padding: 0px;
}   

#content #inschrijven li{ list-style-type: none; margin: 0px; }

#inschrijven li a:link, #inschrijven li a:visited{
	margin: 0px 0px 15px 0px;
	width: 163px;
	height: 25px;
	display: block;
	color: #fff;
  font-size:12px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border: none;
	background: url(pics/button_back_green.gif) top left no-repeat;
}

#inschrijven li a:hover {
    background: url(pics/button_back_green.gif) top left no-repeat;
    color: #ffffff;
    border-bottom-style: none; /*IE6 fix*/
}
 
#content a.btn_green:link, #content a.btn_green:visited {
  margin: 0px 0px 15px 0px;
  width: 145px;
  height: 30px;
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(pics/btn_green_medium.gif) top left no-repeat;
}

#content a.btn_green:hover { background: url(pics/btn_green_medium_over.gif) top left no-repeat; }      

#content a.btn_red:link, #content a.btn_red:visited {
	margin: 0px 0px 15px 0px;
	width: 145px;
	height: 30px;
	display: block;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: none;
	background: url(pics/btn_red_medium.gif) top left no-repeat;
}

#content a.btn_red:hover { background: url(pics/btn_red_medium_over.gif) top left no-repeat; }       

#content a.btn_green_small:link, #content a.btn_green_small:visited {
  margin: 0px 0px 15px 0px;
  width: 145px;
  height: 30px;
  display: block;
  float: left;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(pics/btn_green_small.gif) top left no-repeat;
}

#content a.btn_green_small:hover { background: url(pics/btn_green_small_over.gif) top left no-repeat; }      
  
#content a.btn_red_small:link, #content a.btn_red_small:visited {
  margin: 0px 0px 15px 0px;
  width: 145px;
  height: 30px;
  display: block;
  float: left;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(pics/btn_red_small.gif) top left no-repeat;
}

#content a.btn_red_small:hover { background: url(pics/btn_red_small_over.gif) top left no-repeat; }        

#content a.btn_green_active:link, #content a.btn_green_active:visited {
  margin: 0px 0px 15px 0px;
  width: 145px;
  height: 30px;
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(pics/btn_green_small_over.gif) top left no-repeat;
}

#content a.btn_green_active:hover { background: url(pics/btn_green_small.gif) top left no-repeat; }

#banners{
  position: absolute;
  bottom: 0px;
  z-index: 5;  
	margin: 0px;
	padding: 20px 30px 30px 30px;
	width: 870px;
	height: 125px;
    overflow: hidden;
	float: left;
	display: block;            
	background: url(pics/dot.gif) top left repeat-x;
}

#banners a:link, #banners a:visited{ margin: 0px 30px 0px 0px; }

#links { padding: 0px 0px 50px 0px; }
#links a:link, 
#links a:visited {
    line-height: 20px;
    float: left;
    display: inline-block;
    font: 12px arial, verdana, sans-serif;
    color: #7c8f03;
    clear: left;
    text-decoration: none;
}

#links a:hover,
#links .current a:link,
#links .current a:visited{
    text-decoration: underline;
}

#links .column290 {
    padding: 0px 10px 0px 0px;
    width: 280px; 
    height: 160px;
    float:left;
    overflow: hidden;
}

/*
#banners.home{
	position: absolute;
	bottom: 0px;
}
*/

#mapright {	position: relative;   	margin: 0px 0px 10px 8px; 	float: right; 	z-index: 10;}
strong, b{ color: #7c8f03; }                                                                      

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

#popup_container strong, b{ color: #B9D305; }                                                                      

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

#content a:link, #content a:visited {position: relative; text-decoration: none; color: #7c8f03;}
#content a:hover { border-bottom: 1px solid #7c8f03; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}
img.inschrijven { position: relative; top: 0px; margin: 20px 0px 0px 0px; float: right; }

#content img { margin: 0px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { position: relative; margin: 0px 0px 10px 10px; float: right; z-index: 10;}
#content img.bottomright {position: absolute; bottom: 0; right: 0; margin: 0px 20px 175px 0px; float: right; z-index: 10;}    
#imgbottomright {position: absolute; bottom: 0px; right: 0; padding: 0px 40px 172px 0px; z-index: 0; } 
/** html #content img.bottomright {position: absolute; bottom: -1px; right: 0px; margin: 0px 20px 175px 0px; float: right; z-index: 10;}    */
#content img.bottomleft { position: absolute; bottom: 0px; left: 0px; margin: 0px 0px 175px 20px; float: left; z-index: 10;}    
#content a:link img, #content a:visited img, #content a:hover img { text-decoration: none; border-bottom: 0px solid #fff;}
#content img a:link, #content img a:visited, #content img a:hover { text-decoration: none; border-bottom: 0px solid #fff;}

p { margin-bottom: 9px;}

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

/* ------------------------------------------------------------------------- OverviewList */

#overviewlist {
	width: 865px;
  border: 1px solid #b9d305;
}

#center .topinfo {
	width: 865px;

} 

#center .topinfo a:link,
#center .topinfo a:visited {
	float: right;
}

#overviewlist .header {
	width: 865px;
	height: 26px;
	background-color: #dcd3cd;
}

#overviewlist .header .sort {
	margin: 2px 10px 0px 0px;
	float: right;
}

#overviewlist .property {
	margin: 0px;
	padding: 10px 0px;
	width: 865px;
	border-top: 1px solid #b9d305;
}

#overviewlist .property .image {   
    line-height: 0px;
  margin-left: 10px;
	padding: 5px;
	width: 150px;
	height: 100px;
	float: left;
	display: inline;
	border: 1px solid #b9d305;
}

#overviewlist .property .image img {
    display: block;
    margin: 0px auto;
}

#overviewlist .property .information {
	margin: 0px 10px;
	width: 560px;
	float: left;
	display: inline;
}

#overviewlist .property .price {
	margin-right: 10px;
	width: 100px;
	float: left;
	display: inline;
	text-align: right;
}

#overviewlist .footer {
	width: 865px;
	height: 25px;
	background-color: #dcd3cd;
}

/* ------------------------------------------------------------------------- OverviewList */

#overviewdetail {
	width: 865px;
}

#overviewdetail .property {
 position: relative;
 z-index: 50;   
	padding: 10px 0px;
	width: 865px;
}

#overviewdetail .property .image {
	margin-top: 21px;
	padding: 5px;
	width: 150px;
	height: 100px;
	float: left;
	display: inline;
	border: 1px solid #b9d305;
}

#overviewdetail .property .image img {
    display: block;
    margin: auto;
}

#overviewdetail .property .information {
	margin: 18px 10px 0px 10px;
	width: 490px;
	float: left;
	display: inline;
}

#overviewdetail .property .omschrijving {
	margin: 0px 0px 5px 0px;
	width: 150px;
	float: left;
	display: inline;
}

#overviewdetail .property .invul {
	margin: 0px 0px 5px 0px;
	width: 700px;
	float: left;
	display: inline;
}

#overviewdetail .property .invul input[type="text"] {
	width: 201px;
    margin-right: 3px;
}

#overviewdetail .property .invul input + input[type="radio"]
{
    margin-left: 10px !important;
}

#overviewdetail .property .invul input.small
{
    width: 50px;
    padding: 1px 3px;
    margin-right: 5px;
    float: left;
    display: inline;
    font: 11px arial, verdana, sans-serif; 
    font-weight: bold;
    color: #63544a;
}

/*#overviewdetail .property input, #overviewdetail .property select
{
    z-index: 100;
}*/

#overviewdetail .property .invul input.medium
{
    width: 150px;
    padding: 1px 3px;
    margin-right: 5px;
    float: left;
    display: inline;
    font: 11px arial, verdana, sans-serif; 
    font-weight: bold;
    color: #63544a;
}

#overviewdetail .property .invul select {
	width: 275px;
 /* width: 213px; zorgwoning zoeken*/   
}

#overviewdetail .property .buttons {
	width: 184px;
  overflow:hidden;  
	float: left;
	display: inline;
	text-align: right;
}

#overviewdetail .property .buttons .greenbutton {
	margin-top: 5px;
  padding-top: 3px;
	width: 163px;
	height: 25px;
	color: #ffffff;
  float: right;
  line-height: 20px; 
	text-align: center;
	font-weight: bold;
	background: url(pics/button_back_green.gif) top left no-repeat;
  cursor: pointer;
}

#list .greenbutton {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

#overviewdetail .property .buttons .greenbutton a:link,
#overviewdetail .property .buttons .greenbutton a:visited,
#overviewdetail .property .buttons .greenbutton a:hover,
#list .greenbutton a:link,
#list .greenbutton a:visited,
#list .greenbutton a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px solid #fff;
  line-height: 18px;
}

#overviewdetail .property .buttons .greenbuttoninput {
  margin: 0px;
  padding: 0px;
}

#overviewdetail .property .buttons .greenbuttoninput input.empty { 
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  width: 163px;
  height: 25px;
  float: left;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: url(pics/button_back_green.gif) top left no-repeat;
  cursor: pointer;
}

#overviewdetail .property .buttons .greybutton {
	margin-top: 5px;
	padding-top: 3px;
	width: 163px;
	height: 25px;
  float: right;
  line-height: 20px;
	color: #6f6e6f;
  font-size: 13px;
	text-align: center;
	font-weight: bold;
	background: url(pics/button_back_grey.gif) top left no-repeat;
}

#overviewdetail .property .buttons .greybutton a:link,
#overviewdetail .property .buttons .greybutton a:visited,
#overviewdetail .property .buttons .greybutton a:hover {
  color: #6f6e6f;
  text-decoration: none;
  font-size: 13px;    
  border: 0px solid #fff;
}

#overviewdetail .property .buttons .redbutton {
  margin-top: 5px;
  padding-top: 4px;
  width: 163px;
  font-size: 12px;    
  height: 25px;
  line-height: 20px;
  float: right;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: url(pics/button_back_red.gif) top left no-repeat;
  border-style: none;
}

#overviewdetail .property .buttons .redbutton a:link,
#overviewdetail .property .buttons .redbutton a:visited,
#overviewdetail .property .buttons .redbutton a:hover {
  color: #741807;
  text-decoration: none;
  font-size: 12px;    
  border: 0px solid #fff;
}

#overviewdetail .tabs {
	margin: 15px 0px 10px 0px;
	width: 865px;
	height: 25px;
  font-size: 12px;    
	background-color: #dcd3cd;
	border-top: 1px solid #b9d305;	
	overflow: hidden;
}

#overviewdetail .tabs ul {
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}

#overviewdetail .tabs ul li {
  margin: 0px 0px 0px 5px;
  padding-top: 2px;
  float: left;
  display: inline;
  width: 90px;
  height: 18px;
  color: #536002;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  background: url(pics/tab_back_green.gif) top left no-repeat;
  cursor: pointer;
}

#overviewdetail .tabs ul li.current {
  margin: 0px 0px 0px 5px;
  padding-top: 2px;
  float: left;
  display: inline;
  width: 90px;
  height: 22px;
  font-weight: bold;
  text-align: center;
  background: url(pics/tab_back_grey.gif) top left no-repeat;
  cursor: pointer;	
}

#overviewdetail .tabs ul li a:link,
#overviewdetail .tabs ul li a:visited,
#overviewdetail .tabs ul li a:hover {
	color: #536002;
	text-decoration: none;
	border-bottom: 0px;
}

#overviewdetail .tabs ul li.current a:link,
#overviewdetail .tabs ul li.current a:visited, 
#overviewdetail .tabs ul li.current a:hover{
	color: #6f6e6f;
	text-decoration: none;
	border-bottom: 0px;
}

#overviewdetail .rows .row_header {
	padding-bottom: 5px;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	font-weight: bold;
	border-bottom: 1px solid #b9d305; 	
}

#overviewdetail .rows .row {
  width: 865px;
  min-height: 18px;
  height: auto !important;
  height: 18px;
  border-bottom: 1px solid #b9d305;   
}

#overviewdetail .rows .column300 {
	width: 300px;
	float: left;
	display: inline;
}

#overviewdetail .rows .spacer {
	height: 25px;
}

#overviewdetail .fotoslider .largeimage {
	margin-right: 8px;
	padding: 5px;
	width: 680px;
	height: 440px;
	float: left;
	display: inline;
	border: 1px solid #b9d305;
}

#overviewdetail .fotoslider .largeimage img {
    display: block;
    margin: auto;
}

#overviewdetail .fotoslider .slider {
  position: relative;
	width: 163px;
	height: 450px;
	float: left;
	display: inline;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #b9d305;    
}

#overviewdetail .fotoslider .slider .top {
  position: relative;
	height: 23px;
  z-index: 5;
}

#overviewdetail .fotoslider .slider .images {
  position: absolute;
	margin: 0px;
	padding: 5px;
	height: 404px;
  z-index: 1;
}

#overviewdetail .fotoslider .slider .images > * {
    display: block;
    margin: 2px auto;
}

#overviewdetail .fotoslider .slider .images img.current {
  padding: 0px;
	border: 1px solid #7c8f03;
} 

#overviewdetail .fotoslider .slider .images img {
  padding: 0px;
  border: 1px solid #cdcccd;
  cursor: pointer;
} 
#overviewdetail .fotoslider .slider .images .ImageContainer {
  width: 151px; 
  margin: 0px 0px 4px 0px;     
  height: 100px;
  display: block;
  text-align: center;
} 

#overviewdetail .fotoslider .slider .bottom {
  position: absolute;
  bottom: 0px;
	height: 23px;
  z-index: 5;
}

#map {
	width: 863px;
	height: 400px;
	border: 1px solid #b9d305;	
}
               /*
#center .greenbuttonsmall {
  margin-top: 5px;
  padding-top: 4px;
  width: 140px;
  font-size: 12px;
  height: 25px;
  line-height:16px;  
  color: #536002;      
  text-align: center;
  font-weight: bold;
  background: url(pics/button_back_green_small.gif) top left no-repeat;
  cursor: pointer;
}


#center .greenbuttonsmall a:link, #center .greenbuttonsmall a:visited, #center .greenbuttonsmall a:hover{
  color: #536002; 
  line-height:16px;
  font-size: 12px; 
  text-decoration: none;
  border-bottom: 0px solid #fff; 
}   

#center .redbuttonsmall {
  margin-top: 5px;
  padding-top: 4px;
  width: 140px;
  height: 25px;
  line-height:16px;  
  color: #536002; 
  text-align: center;
    font-size: 12px;     
  font-weight: bold;
  background: url(pics/button_back_red_small.gif) top left no-repeat;
  cursor: pointer;
}

#center .redbuttonsmall a:link, #center .redbuttonsmall a:visited, #center .redbuttonsmall a:hover{
  color: #ffffff; 
  font-size: 12px;  
  line-height:16px;   
  text-decoration: none;
  border-bottom: 0px solid #fff;     
}
           */  
/* ------------------------------------------------------------------------- List */ 

#list .header {
  width: 868px;
  height: 24px;
  line-height: 25px;
  font-weight: bold;
  color: #63544a;
  background-color: #dcd3cd;
  overflow: hidden;
  border-left: 1px solid #b9d305;
  border-right: 1px solid #b9d305;
  border-top: 1px solid #b9d305;      
}

#list .row { 
  line-height: 25px;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  border-left: 1px solid #b9d305;
  border-right: 1px solid #b9d305;
  border-bottom: 1px solid #b9d305;   
}

#list .row_red { 
  line-height: 25px;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  color: #ff0000;
  border-left: 1px solid #b9d305;
  border-right: 1px solid #b9d305;
  border-bottom: 1px solid #b9d305;  
}


#list .spending_column, #list .name, #list .name2, #list .phone, #list .extra, #list .email, #list .email2, #list .date, #list .status, #list .region, #list .buttons, #list .house_complex, 
#list .credits, #list .property, #list .cb, #list .cb_small, #list .icons_1,#list .xtrasmall, #list .icons_4, #list .subscribtions, #list .wide, #list .cb_small_label, #list .icons, #list .insurer, #list .order, #list .price, #list .datetime , #list .orderid, #list .dateregistration {
  padding: 0px 5px;
  float: left;
  display: inline;
  overflow: hidden;
  height: 20px;
} 

#list a:link
{
    position: static;
}

#list a:link img, #list a:visited img, #list a:hover img { margin: 0px 5px 0px 0px; float: left; display: inline; text-decoration: none;}

#list .spending_column {width: 105px;}
#list .name { width: 180px; }
#list .name2 { width: 170px; }
#list .insurer { width: 110px; }
#list .phone { width: 100px; }
#list .extra { width: 150px; }
#list .email { width: 130px; }
#list .email2 { width: 170px; }
#list .date { width: 100px; }
#list .house_complex {width: 35px; }
#list .region { width: 100px; }
#list .property { width: 70px; }  
#list .subscribtions { width: 45px; }  
#list .dateregistration { width: 80px; }
#list .price { width: 60px; }
#list .order { width: 240px; }
#list .icons { width: 70px; float: right;}
#list .icons_1 { width: 20px; float: right;}
#list .icons_4 { width: 72px; float: right;}
#list .datetime { width: 120px; }
#list .credits { width: 40px; }
#list .cb { width: 40px; }
#list .status { width: 58px; }
#list .orderid { width: 50px; }
#list .wide { width: 260px; }
#list .xtrasmall { width: 12px; padding-top: 4px;}
#list .buttons { width: 70px; padding-top: 4px; float: right}
#list .cb img, #list .cb_small img { float: left; display: inline; margin: 2px 0px 0px 9px; }
#list .icons a:link img, #list .icons a:visited img, #list .icons a:hover img { float: left; display: inline; margin: 4px 5px 0px 0px;} 
#list .icons_4 a:link img, #list .icons_4 a:visited img, #list .icons_4 a:hover img { float: left; display: inline; margin: 4px 5px 0px 0px;} 
#list .icons_1 a:link img, #list .icons_1 a:visited img, #list .icons_1 a:hover img { float: left; display: inline; margin: 4px 5px 0px 0px;} 
#list .credits a { float: left; text-decoration: none; border: 0px solid #fff;}
#list .credits img { float: left; display: inline; margin: 5px 0px 0px 9px; }
#list .row .cb { padding-top: 2px; width: 36px; }
#list .cb_small { padding-top: 2px; width: 30px; }
#list .cb_small_label { width: 30px; }
#list .cb input { float: left; display: inline; margin: 3px 0px 0px 9px; }
#list .cb_small { float: left; display: inline; margin: 3px 0px 0px 0px; padding:  0px 0px 0px 9px}

#list .bottom input.button {
  padding: 2px 8px;
  width: 75px;
  float: right;
  color: #fff;
  font: 12px arial, verdana, sans-serif; 
  font-weight: bold;
  border: 0px solid #fff;
  background-color: #63544a; 
}

#list .extend
{
    float:left;
    padding-top:5px;
    padding-left:5px;
}

#search_button_back {
  width: 161px;
  float: right;
}

#selection_button_back {
  width: 146px;
  float: right;
}

#prevnext {
  margin: 5px 7px;
  width: 850px;
  height: 16px; 
  padding-top:5px;
}

#list #prevnext {
  margin: -1px 0px 0px 0px;
  width: 868px;
  height: 24px;
  line-height: 24px;
  background-color: #dcd3cd;
  border-left: 1px solid #b9d305;
  border-right: 1px solid #b9d305;
  border-bottom: 1px solid #b9d305;
} 

#prevnext .results {
  margin-left: 5px;
  width: 100px;
  float: left;
  display: block;
}

#prevnext .results select {
  padding: 0px 0px 0px 3px;
  width: 80px;
  float: left;
  display: inline;
  font: 11px arial, verdana, sans-serif; 
  color: #63544a;
}

#prevnext .prev {
  margin-left: 5px;
  width: 100px;
  float: left;
  display: inline;
}

#prevnext .pages {
  margin: 0px auto;
  width: 640px;
  float: left;
  display: inline;
  text-align: center;
}

#prevnext .pages2 {
  width: 555px;
  float: left;
  display: inline;
  text-align: center;
}

#prevnext .next {
  margin-right: 5px;
  width: 100px;
  float: right;
  display: inline;
  text-align: right;
}

#prevnext .next2 {
  margin-right: 5px;
  width: 50px;
  float: right;
  display: inline;
  text-align: right;
}

#prevnext .pagnr {
  margin: 0px;
  padding: 0px;
  width: 15px;
  height: 15px;
  display: inline;
  color: #b9d305;
}

#prevnext .pagnr_current {
  margin: 0px;
  padding: 0px;
  width: 15px;
  height: 15px;
  display: inline;
}

#Dashbord #FormDiv {           
  padding: 10px 10px 10px 0px;
  width: 720px;   
  border: 1px solid #b9d305; 
}

#Dashbord .FormDiv_class {           
  padding: 10px;
  display: table;
  border: 1px solid #b9d305; 
}

#Dashbord #FormDiv .description {
  padding: 2px 5px 0px 0px;
  width: 210px;
  text-align: left;
  display: inline-block;
  
}
#Dashbord #FormDiv .description_wide {
  padding: 2px 5px 0px 0px;
  width: 240px;
  text-align: left;
  display: inline-block;
}
#Dashbord #FormDiv .description_wide2 {
  padding: 2px 5px 0px 0px;
  width: 260px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
#Dashbord #FormDiv .description_wide3 {
  padding: 2px 5px 0px 0px;
  width: 280px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

/* ------------------------------------------------------------------------- Vergelijking woningen */ 

#comparison {
  position: relative;
  margin: 25px 0px;
  width: 875px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  clear: both;
  border: 1px solid #b9d305;
  background: url(pics/bg_comparison.png) top left repeat-y;  
}

#comparison img.top   {  margin: 0px; padding: 0px; position: absolute; z-index: 200; top: 0px; left: 0px; }
#comparison img.bottom{   margin: 0px; padding: 0px; position: absolute; z-index: 200; bottom: 0px; left: 0px; }

#comparison .index {
  margin: 10px 0px 10px 10px;
  width: 218px;
  float: left;
  display: inline;
}

#comparison .compare {
  margin: 12px 5px 10px 15px;
  width: 140px;
  float: left;
  display: inline;
  overflow: hidden;
}

#comparison .head {
  height: 185px;
} 

#comparison .image {
  position: relative;
  margin-bottom: 5px;
  width: 140px; 
  height: 135px; 
  float: left;
  display: inline;
  overflow: hidden;
} 

#comparison .image img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  float: left;
  display: inline;
}

#comparison .item, #comparison .header {
  height: 40px;
}

/* ------------------------------------------------------------------------- Credits */   

#credits {
}

#credits .description {
  width: 300px;
  float: left;
  display: inline;
}

#credits .value, #credits .costs {
  width: 200px;
  float: left;
  display: inline;
}

/* ------------------------------------------------------------------------- SwfUpload */ 

.uplBtn_spanButtonPlaceholder {
 margin: 5px 5px 0px 10px; 
 float: left;
 display: inline;
}

#btnCancel {
    margin-bottom: 5px;
    float: left;
    display: inline;
    width: 200px;
    color: #7c8f03;
}

div.fieldset {
    border:  1px solid #b9d305;
    margin: 0px 0px;
    padding: 0px 10px 10px 5px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -10px;
    font: 700 12px Arial, Helvetica, sans-serif;
    color: #7c8f03;  
    background-color: #fff;  
}

div.flash {
    width: 830px;
    margin: 30px 5px 0px 5px;
    border-color: #b9d305;
}

#swfupload .progressWrapper {
  width: 825px;
  overflow: hidden;
}

#swfupload .progressContainer {
  margin: 5px;
  padding: 4px;
  border: solid 1px #E8E8E8;
  background-color: #F7F7F7;
  overflow: hidden;
}

#swfupload .red {
  border: solid 1px #B50000;
  background-color: #FFEBEB;
}

#swfupload .green {
  border: solid 1px #DDF0DD;
  background-color: #EBFFEB;
}

#swfupload .blue {
  border: solid 1px #CEE2F2;
  background-color: #F0F5FF;
}

#swfupload .progressName {
  font-size: 8pt;
  font-weight: bold;
  color: #555555;
  width: 323px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

#swfupload .progressBarInProgress,
#swfupload .progressBarComplete,
#swfupload .progressBarError  {
  font-size: 0px;
  width: 0%;
  height: 4px;
  background-color: blue;
  margin: 3px 0px;
}

#swfupload .progressBarStatus {
  margin-top: 2px;
  color: #000;
  width: 337px;
  font-size: 7pt;
  font-family: Verdana;
  text-align: left;
  white-space: nowrap;
}

#swfupload .progressBarComplete {
  width: 100%;
  background-color: green;
  visibility: hidden;
}

#swfupload .progressBarError {
  width: 100%;
  background-color: red;
  visibility: hidden;
}

#swfupload .progressBarStatus {
  margin-top: 2px;
  width: 337px;
  font-size: 7pt;
  font-family: Verdana;
  text-align: left;
  white-space: nowrap;
}

#thumbnails {
  margin-top: 10px;
  width: 855px;  
}

#swfupload .uploadedimage {
  width: 171px;
  height: 125px;
  float: left;
  text-align: center;
  line-height: 12px;
}

/* ------------------------------------------------------------------- ZorgindicatieDescription */
.zorgindicatieDescription h5
{
    color: black;
    font-weight: bold;
}

.zorgindicatieDescription ul li:first-line
{
    font-weight: bold;
}

.zorgindicatieDescription h6
{
    font-weight: bold;
    color: black
}

#content a.help:hover
{
    border-bottom-style: none;
}

/* ------------------------------------------------------------------------- Tooltip */
.tooltip
{
    position: relative;
}

.tooltip .hover
{
    position: absolute;
    display: none;
    background-color: #b9d305;
}

.tooltip a:hover + .hover
{
    display: block;
    top: 20px;
    left: 20px;
    width: 380px;
    color: black;
    border: 1px solid black;
    padding: 5px;
}
/* ------------------------------------------------------------------------- TIJDELIJKE PAGINA */ 
#content #leftbar {float:left; width: 600px; display:inline; max-width:600px;}
#content #rightbar {
	float: left; 
	width: 180px;
	padding-left:20px; 
	margin:0px 0px 0px 70px;
	background:url(pics/stippellijn.gif) repeat-y left;
}
#content .button_ex {
	position:absolute;
	right:5px;
	top:90px;
	width:150px;
	height:21px;
	padding:3px 28px;
	margin-bottom:10px;
	background:url(pics/button_back_green.gif) no-repeat left top;
	
}
#content .button_ex a:link, #content .button_ex a:visited {
	color: #fff;
	text-decoration:none;
	border-bottom:0px solid #fff;
	background:none;
}
#content #rightbar .nieuws {margin-bottom:25px;}

#content #leftbar .pagination {width:600px; margin-top:25px;}
#content #leftbar .pagination .prev {float:left; width:250px;}
#content #leftbar .pagination .terug {float:left; width:100px;}
#content #leftbar .pagination .next {float:right; width:100px;}
/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: absolute;
	bottom: 0px;
	padding: 0px;
	width: 100%;
	max-width: 930px;
	height: 20px;
	font: 10px arial, verdana, sans-serif;
	color: white;
	text-align: left;
	background: #d9d1cb;
  z-index: 10;
}
/* Max Width for IE7 + FF, width 100% for IE6 */ 

#footer .links{
	padding: 0px 0px 0px 30px;
	line-height: 20px;
	color: #83756c;
}

#footer .links a:link, #footer .links a:visited {
	text-decoration: underline;
	line-height: 20px;
	color: #83756c;
}

#footer .links a:hover { text-decoration: underline; }

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


#content #property .left a:link, #content #property .left a:visited, #content #property .left a:hover  { border: none; border-bottom: 0px solid #000; text-decoration: none;}  

#overviewlist .property .image a:link,
#overviewlist .property .image a:visited,
#overviewlist .property .image a:hover  {
  border: none; 
  border-bottom: 0px solid #000; 
  text-decoration: none;
}
