/*      INFO.nl - 2005      */
/*    Bart van der Meiden   */
/*       www.info.nl        */

/*   stylesheet Woningnet   */
/*     www.woningnet.nl     */

/* 
Deze CSS bevat de basis elementen en de elementen die op meerdere pagina's gebruikt worden
*/

/* kleuren:
	rood: #F03435
	grijze kaderlijnen: #C8C8C8
	grijze vlakken: #EFEFEF
	grijze tekst: #6C6C6C
	koopwoningen: #BFD1E5
	vrije sector woningen: #BDE1BD
*/

/* +++++++++++++++ BASIS STYLES +++++++++++++++ */
body, html {
	background-color: #ffffff;
	margin: 0px;
	text-align: center;
	background-image: url(../../img/woningnet/bg/greyline.gif);
	background-repeat: no-repeat;
}

body, html, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 18px;
}
a {
	color: #F03435;
	text-decoration: none;
}
a:visited {
	color: #F03435;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

a img				{	border: none; }
a:link img,
a:visited img		{	opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; }
a:hover img			{	opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: .80; }

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,p,form,ul,ol,li {
	padding: 0px;
	margin: 0px;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
h2 , .kop, .dp_kop  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	color: #8C8C8C;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: solid 1px #C9C9C9;
	display: block;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
td {
	vertical-align: top;
}
ul li {
	margin-bottom: 5px;
	color: #333333;
	background-image: url(../../img/woningnet/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}

ul li:hover {
background-image: url(../../img/woningnet/bullet_zwart.gif);
}

ul li a.listitem, ul li a.listitem:visited {
	color: #F03435;
	font-weight: bold;
	text-decoration: none;
}

ol li {
	background-image: none;
	list-style-position: inside;
	list-style: none;
}

ul li a.listitem:hover {
	color: #000000;
	
}

*html hr {
	color: #C8C8C8;
	height: 1px;
	border: 0px;
	border-top: 1px solid #C8C8C8;
}

hr {
	color: #C8C8C8;
	height: 1px;
	border: 0px;
	border-top: 1px solid #C8C8C8;
}

#content img {
	margin: 3px 5px 3px 5px;
}

/* --- formulier buttons --- */
.formbuttons {
	text-align: right;
}
.formbuttons input {
	margin-top:5px;
	text-align: center;
	border: solid 1px #F03435;
	background-color: #ffffff;
	color: #F03435;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	height:18px;
	padding-bottom: 3px;
}
.formbuttons input:hover {
	background-color: #F03435;
	color: #ffffff;
}
.formbuttons input:active {
	border: none;
}

.formrequired{
	background-image: url(../../img/woningnet/verplicht_bullet.gif);
	background-repeat: no-repeat;
	background-position: top 0px;
	padding-top: 1px;
	margin-left: 3px;
	padding-right: 2px;
	cursor : help;
}
.formrequireduitleg{
	background-image: url(../../img/woningnet/verplicht_bullet_uitleg.gif);
	background-repeat: no-repeat;
	background-position: top 0px;
	padding-top: 1px;
	margin-left: 3px;
	margin-right: 10px;
	padding-right: 2px;
}
.formvraag{
	background-image: url(../../img/woningnet/vraag.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-left: 3px;
	padding-right: 12px;
	cursor : help;
}


/* +++++++++++++++ HYPERLINKS +++++++++++++++ */
#context a , #loginlink a {
	text-decoration: none;
	color: #ffffff;
}
#context a:hover , #loginlink a:hover {
	text-decoration: none;
	color: #000000;
}
#context li , #loginlink a {
	color: #ffffff;
	background-image: url(../../img/woningnet/bullet_wit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.bulletlink a , .bulletlink a:visited {
	margin-bottom: 5px;
	background-image: url(../../img/woningnet/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style: none;
	color: #F03435;
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}
.bulletlink a:hover {
	color: #000000;
	background-image: url(../../img/woningnet/bullet_zwart.gif);
}

.iconlink a , .iconlink a:visited {
	color: #222222;
}
.iconlink a:hover {
	color: #F03435;
}

/* +++++++++++++++ NAVIGATIE BALK +++++++++++++++ */
.logo {
	border-bottom: solid 1px #C9C9C9;
}
#navigatie p{
	margin: 0px;
	padding: 0px;
}
.navsub {
	padding: 10px 5px 10px 10px;
	border-bottom: solid 1px #C9C9C9;
}
#navigatie a {
	text-decoration: none;
	color: #F03435;
}
#navigatie a:hover {
	text-decoration: none;
	color: #333333;
}
#navigatie ul {
	padding-top: 10px;
}
#navigatie li {
	line-height: 16px;
}

/* +++++++++++++++CONTENT kolom +++++++++++++++ */

/* ----- HEADER CONTENT ----- */
#header {
	background-repeat: no-repeat;
	border-bottom: solid 1px #C9C9C9;
	vertical-align: middle;
	padding: 40px 0 0 120px;
	height: 116px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 75px;
	
}
#header h1 {
	font-size: 20px;
	font-weight: normal;
	color: #F03435;
	line-height: 25px;
	padding-left:30px;
}
#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #696969;
	text-transform: none;
	font-size: 11px;
	border: none;
	display: block;
	margin-bottom: 0px;
	padding-left:30px;
}
/* ----- CONTENT ----- */
#content {
	padding: 7px 5px 7px 5px;
}

/* +++++++++++++++ CONTEXT kolom +++++++++++++++ */

/* --- LOGIN BLOK --- */
#login {
	float: left;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	width: 159px;
	height: 87px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 139px;
	height: 77px;
}
#loginlink {
	float: left;
	padding: 0px 10px 10px 10px;
	color: #ffffff;
	width: 159px;
	height: 27px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 139px;
	height: 17px;
}
.login #login {
	height: auto;
	width:auto;
	color: #00000;
}
.login #loginlink, .login #loginlink a {
	height: auto;
	color: red;
}

/* --- CONTEXT content --- */
#context {
	float: left;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	width: 159px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 139px;
}

#kolom_context a , #loginlink a {
	text-decoration: none;
	color: #ffffff;
}
#kolom_context li , #loginlink a {
	color: #ffffff;
	background-image: url("../../img/woningnet/bullet_wit.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#kolom_context a:hover , #loginlink a:hover {
	text-decoration: none;
	color: #000000;
}
#kolom_context h2 {
	color: #ffffff;
	border: none;
	margin: 0px;
}
#kolom_context h3 {
	color: #ffffff;
}
#kolom_context img {
	border: solid 1px #F03435;
}

#highlights {

}
#highlights img {
	border: solid 1px #F03435;
	margin-top: 5px;
}
#highlights a {
	color: #000000;
	text-decoration: none;
}
#highlights a:hover {
	color: #ffffff;
}

#highlights a:hover img {
	border: 1px solid #ffffff;
}

/* +++++++++++++++ VLAKKEN +++++++++++++++ */
body .vlak_grijs_kader {
	margin-top: 0px;
}
.vlak_grijs {
	background-color: #EFEFEF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #C8C8C8;
	display:block;
	clear:both;
}
.vlak_grijs_kader {
	background-color: #EFEFEF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #C8C8C8;
	display:block;
	clear:both;
}
.vlak_grijs_kader i {
	color: #C4C4C4;
}

.vlak_grijs_kader .bulletlink {
	margin-bottom:5px;
}

#vlak_grijs_error {
	background-color: #EFEFEF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #F03435;
	color: #F03435;
	font-weight:bold;
}

#vlak_grijs_error ul li{
	margin-bottom: 5px;
	color: #F03435;
	background-image: url(../../img/woningnet/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}
#vlak_grijs_error ul li:hover{
	background-image: url(../../img/woningnet/bullet_Zwart.gif);
}
.vlak_grijs_kader h2 {
	color: #222222;
}

.vlak_grijs_kader h4, .vlak_grijs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #A9A9A9;
}
.vlak_wit_kader {
	background-color: #FFFFFF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #C8C8C8;
}
.kadertable100 {
	width: 420px;
}
.vlak_banner_liggend {
	float: left;
	background-color: #FFFFFF;
	padding: 20px 8px 8px 8px;
	margin: 5px 0px 5px 0px;
	border: solid 1px #C8C8C8;
	border-right: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	background-image: url(../../img/woningnet/advertentie_head.gif);
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 586px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 570px;
}
#skyscrapercolumn {
	float: left;
	background-image: url(../../img/woningnet/advertentie_head.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	border-top: solid 1px #C9C9C9;
	width: 140px;
	padding: 0px;
}

/* +++++++++++++++ ADVERTENTIE kolom +++++++++++++++ */
#bannertop {
	border-bottom: solid 1px #C9C9C9;
	padding: 10px;
	height: 116px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 95px;
}

/* --- skyscraper --- */
#banner {
	height: 600px;
	/*background-color: #F3F3F3;*/
	margin: 25px 10px 10px 10px;
}



/* +++++++++++++++ TAB BOX +++++++++++++++ */
.tabs {
	line-height: 13px;
	z-index:100;
}
.tabs a ,  .tabs a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;	
	background-color: #FFFFFF;
	padding: 1px 8px 0px 8px;
	border: solid 1px #C8C8C8;
	border-bottom: none;
	margin: 0px 1px 0px 0px;
}
.tabs a:hover {
	color: #333333;
	background-color: #F8F8F8;
	/*padding: 2px 8px 0px 8px;
	border: solid 1px #C8C8C8;*/
	text-decoration: none;
}
.tabs .tab_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BBBBBB;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;	
	background-color: #FFFFFF;
	padding: 1px 8px 0px 8px;
	border: solid 1px #C8C8C8;
	border-bottom: none;
	margin: 0px 1px 0px 0px;	
}
head:first-child+body .tabs a:hover { /* hide css from ie */
	border-bottom: none;
}
.tabs a:active , a.activetab , a:visited.activetab {
	color: #333333;
	background-color: #EEEEEE;
	padding: 2px 8px 1px 8px;
	border: solid 1px #C8C8C8;
	border-bottom: none;
	text-decoration: none;
}
.tabs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	
	background-color: #8D8D8D;
	padding: 1px 8px 0px 8px;
	margin: 0px 1px 0px 0px;
	display: inline;
}

/* +++++++++++++++ INSCHRIJFINDEX +++++++++++++++ */
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	color: #6C6C6C;
	text-align: center;
	display: inline;
	padding: 1px 8px 0px 8px;
	
	color: #6C6C6C;
	background-color: #EFEFEF;
	border-bottom: solid 1px #C8C8C8;
	border-top: solid 1px #C8C8C8;
}
.indexactive {
	color: #ffffff;
	background-color: #F03435;
	border-bottom: solid 2px #F03435;
	border-top: solid 1px #F03435;
}
.indexvisited {	
	background-color: #EFEFEF;
	border-bottom: solid 1px #F03435;
	color: #C8C8C8;
}
.indexstart {
	border-left: solid 1px #C8C8C8;
}
.indexend {
	border-right: solid 1px #C8C8C8;
}

/* +++++++++++++++ POP UP +++++++++++++++ */
.popup {
	position: absolute;
	left: 150px;
	top: 200px;
	overflow: visible;
	background-image: url(../../img/woningnet/shade.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 0 2px 2px 0;
	z-index:500;
}
.popin {
	width: 300px;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px red;
	padding: 10px;
}

/* +++++++++++++++ WONINGDETAILS +++++++++++++++ */
.detaillabel {
	width: 150px;
	height: inherit;
	float: left;
	padding-right: 10px;
}
.detailvalue {
	width: 150px;
	float: right;	
}
#content a.corporatie  {
	text-align: center;
	vertical-align: middle;
	display: block;
}
#content .corporatie  {
	text-align: center;
	vertical-align: middle;
	display: block;
}

#content  .corporatie img {
	margin: 0;
	border: none;
	float: none;
}
.errorLabel{
	color: #F03435;
	font-weight: bold;
	/*width: 295px;*/
}

/* --- paginering --- */

/*#paginateller {
	float: left;
	padding-left: 53px;
	text-align: center;
	margin-top: 3px;
	border-top: solid 1px #C8C8C8;
	height: 21px;
	width: 585px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 532px;
	height: 20px;
}

#paginateller_container {
	height: 21px;
}*/

#paginateller {
	border-top: solid 1px #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 21px;
	clear: both;
}

#paginateller_container {
	height: 21px
	
}

#numbers {
	text-align: center;
}

#paginateller a {
	float: left;
	display: block;
	background-color: #ffffff;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
#paginateller a:hover {
	background-color: #F03435;
	color: #ffffff;
}
#paginatellerActive a {
	float: left;
	display: block;
	background-color: #F03435;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
#eerste a , #vorige a , #volgende a , #laatste a {	
	display: block;
	color: #6C6C6C;
	padding: 2px 5px 0 14px;
	height: 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
#eerste a:hover , #vorige a:hover , #volgende a:hover , #laatste a:hover {	
	background-repeat: no-repeat;
	background-position: left 65%;
	color: #F03435;
	background-color: #ffffff;
}
#eerste a {
	
}
#vorige a {
	
}
#volgende a {
	text-align: right;
	padding: 2px 14px 0 5px;
	margin-left: 5px;
}
#laatste a {
	text-align: right;
	padding: 2px 14px 0 5px;
}

#eerste a:hover {
		background-image: url(../../img/woningnet/pag_first.gif);
}
#vorige a:hover {
		background-image: url(../../img/woningnet/pag_back.gif);
}
#volgende a:hover {
		background-image: url(../../img/woningnet/pag_next.gif);
		background-position: right 65%;
}
#laatste a:hover {
		background-image: url(../../img/woningnet/pag_last.gif);
		background-position: right 65%;
}
#numbers a {
	width: 20px;
	text-align: center;
}

#content img {
	margin: 0px 0px 0px 0px;
}
.kop, .dp_kop {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;	
}
.blok a, .dp_blok a, .blok A, .dp_blok A {
	text-decoration:none;
}
.readonly {
	background-color:Transparent;
	border:solid 1px #C8C8C8;
}

.clsInactive {
	float: left;
	display: block;
	background-color: #ffffff;
	font-weight: bold;
	color: #C8C8C8;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}