/*+++++++ KLEUREN +++++++

donkerblauw: 	#003F85 ~ header, achtergrond
lichtblauw:		#A7BADC ~ navigatie
rood:			#EA4739 ~ kolom context, zoekknop, bulletlink
zalmrose:		#FFE7E4 ~ vlakken (zoeken, inschrijven)

  +++++++ KLEUREN +++++++*/

/* +++++++++++++++ BASIS STYLES +++++++++++++++ */

body, html {
	height: 100%;
	background-color: #003F85;
	margin: 0px;	
}
body, html, td, th, p, div, span, b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
a {
	color: #EA4739;
	text-decoration: none;
}
a:visited {
	color: #EA4739;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
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,li {
	padding: 0px;
	margin: 0px;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
h2 , .kop, .dp_kop  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: solid 1px #000000;
	display: block;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
td {
	vertical-align: top;
}
ul li {
	margin-bottom: 5px;
	color: #333333;
	background-image: url(../../img/wonenbommelerwaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}
ul li a.listitem, ul li a.listitem:visited {
	color: #EA4739;
	font-weight: bold;
	text-decoration: none;
}
ul li a.listitem:hover {
	color: #000000;
}
ol li {
	list-style-position: outside;
	list-style: number;
}
*html hr {
	color: #EA4739;
	height: 1px;
	border: 0px;
	border-top: 1px solid #EA4739;	
}
#content img {
	margin: 3px 5px 3px 5px;
}

/* --- formulier buttons --- */
.formbuttons {
	text-align: right;
}
.formbuttons input {
	margin-top:5px;
	text-align: center;
	background-color: #EA4739;
	border: solid 1px #EA4739;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	height:18px;
	padding-bottom: 3px;
}
.formbuttons input:hover {
	border: solid 1px #EA4739;
	background-color: #EA4739;
	color: #FFF;	
}
.formbuttons input:active {
	border: none;
}

.formrequired{
	background-image: url(../../img/wonenbommelerwaard/verplicht_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 9px;
	margin-left: 5px;
	padding-right: 5px;
	cursor : help;
}
.formrequireduitleg{
	background-image: url(../../img/wonenbommelerwaard/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/wonenbommelerwaard/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;
}
#loginlink a {
	color: #ffffff;
	background-image: url(../../img/wonenbommelerwaard/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/wonenbommelerwaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style: none;
	color: #EA4739;
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}
.bulletlink a:hover {
	color: #000000;
}

.iconlink a , .iconlink a:visited {
	color: #EA4739;
}
.iconlink a:hover {
	color: #000;
}

/* +++++++++++++++ NAVIGATIE BALK +++++++++++++++ */
#navigatie {
	margins:0px;	
	border-bottom: solid 1px #000000;
	}
#navigatie a {
	font-size:11px;
	text-decoration: none;
	color: #000000;
	border-top: solid 1px #000000;
	width: 157px;
	line-height:38px;
	display:block;
	padding-left:4px;
	font-weight:bold;
}
#navigatie a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#navigatie .selected {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#CC1F11;
}
#navigatie .navsub {
	padding: 0px 5px 10px 5px;
	border: none;	
}

#navigatie .navsub a {
	text-decoration: none;
	border-top: none;
	font-weight:normal;
	width: 132px;
	line-height:12px;
}
#navigatie .navsub a:hover{
	text-decoration: none;
	border-top: none;
	background-color:transparent;
	
}

/* +++++++++++++++CONTENT kolom +++++++++++++++ */

/* ----- HEADER CONTENT ----- */

#header {
	background-image: url(/img/headerlogo.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	background-color:#003F85;
	padding-right: 252px;
	margin-right:0px;
	height: 120px;
	position:relative;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px;	
}
#header h1 {
	position:absolute;
	bottom:10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:8px;
	/*padding-top:80px;*/
}
#header h2 {
	display:none;	
}
/* ----- CONTENT ----- */
#content {
	padding: 10px 0px 10px 10px;	
	width: 580px;
	height: 100%;
	min-height:500px; 
	height:expression(this.scrollHeight < 400 ? "500px":"auto");
	
	/* ++++ UITLEG ++++ 	
	
	min-height: 500px; --> voor alle andere browsers dan IExplorer
	height:expression(this.scrollHeight < 400 ? "500px":"auto"); --> voor IExplorer
	als scrollHeight kleiner is dan 400 doe statement 1 (500px) anders doe statement 2 (auto)	
	(als scrollHeight groter is dan 400, dan maakt het niet uit, want dan is de image toch al zichtbaar)
	++++ UITLEG ++++ */
}

/* +++++++++++++++ CONTEXT kolom +++++++++++++++ */

/* --- LOGIN BLOK --- */
#login {
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	width: 170px;
	height: 90px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 170px;
	height: 90px;
}
#loginlink {
	padding: 0px 10px 10px 10px;
	color: #ffffff;
	width: 170px;
	height: 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 170px;
	height: 20px;
}
.login #login {
	height: auto;
	width:auto;
	color: #00000;
}
.login #loginlink, .login #loginlink a {
	height: auto;
	color: red;
}

/* --- CONTEXT content --- */
#context {
/*	padding uitgezet voor uitlijning van de highlights */
/*	padding: 10px 10px 0px 10px;*/
	color: #ffffff;
	width: 170px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 170px;
}
#kolom_context a , #loginlink a {
	text-decoration: none;
	color: #ffffff;
}
#loginlink a {
	color: #ffffff;
	background-image: url("../../img/wonenbommelerwaard/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 #FFF;
}

#highlights {
	width:130px;
	clear:both;	
}

#highlights a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
	display:block;
	width:130px;
	float:right;
	text-align:left;
	z-index:1;
}

#highlights {
	float:left;
	margin-left: 25px;
	clear:both;

	}

#highlights img {
	border: solid 1px #FFF;
	margin-top: 10px;
	width:130px;
	height:97px;	
	clear:both;
	z-index:0;
}

/*#highlights #aanbod {
	background-image:url(../../img/wonenbommelerwaard/aanbod.gif);
	background-repeat:no-repeat;
	background-position: -5px 20px;
}
#highlights #optie {
	background-image:url(../../img/wonenbommelerwaard/optie.gif);
	background-repeat:no-repeat;
	background-position: -5px 20px;
}
#highlights #loting {
	background-image:url(../../img/wonenbommelerwaard/loting.gif);
	background-repeat:no-repeat;
	background-position: -5px 20px;
}
*/
#highlights a:hover {
	color: #000;
	clear:both;
	display:block;	
}

#highlights a:hover img {
	border: 1px solid #000;
}

/* +++++++++++++++ VLAKKEN +++++++++++++++ */
body .vlak_grijs_kader {
	margin-top: 0px;	
}
.vlak_grijs {
	background-color: #FFE7E4;
	padding: 8px 8px 8px 8px;
}
.vlak_grijs_kader {
	background-color: #FFE7E4;	
	border: solid 1px #000000;
	padding: 8px 8px 8px 8px;
	color:#000;
	display:block;
	clear:both;
}
.vlak_grijs_kader i {
	color: #C4C4C4;
}
.vlak_grijs_kader .bulletlink {
	margin-bottom:5px;
}
#vlak_grijs_error {
	background-color: #FFFFFF;
	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/wonenbommelerwaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}

.vlak_grijs_kader h2 {
	color: #222222;
}

.vlak_grijs_kader h4, .vlak_grijs h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #EB6A01;
}
.vlak_wit_kader {
	filter: alpha(opacity:40);
	padding: 8px 8px 8px 8px;
}
.kadertable100 {
	width: 558px;
	position:relative;
}
.vlak_banner_liggend {
	float: left;
	background-color: #FFFFFF;
	padding: 20px 8px 8px 8px;
	margin: 5px 0px 5px 0px;
	border: solid 1px #FCDBA1;
	border-right: none;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	background-image: url(../../img/wonenbommelerwaard/advertentie_head.gif);
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 586px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 570px;
}
#skyscrapercolumn {
	float: left;
	background-color: #ffffff;
	width: 0px;
	padding: 0px;
}
input {
	height:18px;
	margin-bottom: 2px;

}

/* +++++++++++++++ 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;	
	color:#000;
}
.tabs a ,  .tabs a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	text-decoration: none;	
	background-color: #FFF;
	padding: 1px 8px 0px 8px;
	border: solid 1px #000;
	border-bottom: none;
	margin: 0px 4px 0px 0px;	
	position:relative;
}
.tabs a:hover {
	color: #000;
	background-color: #FFE7E4;
	/*padding: 2px 8px 0px 8px;
	text-decoration: none;
}
.tabs .tab_disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFE7E4;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	text-decoration: none;	
	background-color: transparant;
	padding: 1px 8px 0px 8px;
	border: solid 1px #000;
	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: #000;
	background-color: #FFE7E4;
	padding: 2px 8px 1px 8px;
	border: solid 1px #000;
	border-bottom: none;
	text-decoration: none;
}
a.activetab {
	cursor:text;
}
.tabs h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	text-decoration: none;	
	background-color: #EA4739;
	border: solid 1px #000;
	padding: 1px 8px 0px 8px;
	margin: 0px 1px 0px 0px;
	display: inline;
}*/

/* +++++++++++++++ INSCHRIJFINDEX +++++++++++++++ */
.index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
	text-align: center;
	display: inline;
	padding: 1px 8px 0px 8px;	
	color: #000000;
	background-color: #F4A39C;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}
.indexactive {
	color: #000000;
	background-color: #EA4739;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}
.indexvisited {	
	background-color: #F4A39C;
	border-bottom: solid 1px #00000;
	border-right: solid 1px #000000;
	color: #000000;
}
.indexstart {
	border-left: solid 1px #000000;
}
.indexend {
	border-right: solid 1px #000000;
}

/* +++++++++++++++ POP UP +++++++++++++++ */
.popup {
	position: absolute;
	left: 150px;
	top: 200px;
	overflow: visible;
	background-image: url(../../img/wonenbommelerwaard/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: 135px;  /*was 150px*/
/*	height: inherit;*/
	float: left;
	padding-right: 10px;
}

.detailvalue {
	width: 270px;  /*was 250px*/
	float: right;	
}

#content a.corporatie  {
	text-align: center;
	vertical-align: middle;
	display: block;
}

#content  .corporatie img {
	margin: 0;
	border: none;
	float: none;
}
.errorLabel{
	color: #F03435;
	font-weight: bold;
}

/* --- paginering --- */

/*#paginateller {
	float: left;
	padding-left: 53px;
	text-align: center;
	margin-top: 3px;
	border-top: solid 1px #FCDBA1;
	height: 21px;
	width: 585px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 532px;
	height: 20px;
}

#paginateller_container {
	height: 21px;
}*/

#paginateller {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-align: right;
	height: 18px;
clear: both;
}

#paginateller_container {
	height: 18px;	
}
#numbers {
	text-align: center;
}

#paginateller a {
	float: left;
	display: block;	
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
#paginateller a:hover {
	background-color: #EA4739;
	color: #FFF;
}
#paginatellerActive a {
	float: left;
	display: block;
	background-color: #EA4739;
	color: #FFF;
	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: #000000;
	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: #FFF;	
}
#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/wonenbommelerwaard/pag_first.gif);
}
#vorige a:hover {
		background-image: url(../../img/wonenbommelerwaard/pag_back.gif);
}
#volgende a:hover {
		background-image: url(../../img/wonenbommelerwaard/pag_next.gif);
		background-position: right 65%;
}
#laatste a:hover {
		background-image: url(../../img/wonenbommelerwaard/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: Verdana, 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 #000;
}

.clsInactive {
	float: left;
	display: block;
	font-weight: bold;
	color: #CCC;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}

/* ++++++++++++++++++++++++++ TEST  ++++++++++++++++++++++++++ */ 

.tabs, .tabs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;	
	text-transform: uppercase;	
	text-align: LEFT;
	text-decoration: none;		
	line-height: 13px;
	z-index:100;
}
.tabs a ,  .tabs a:visited {
	color: #000000;
	background-color: #FFF;
	border: solid 1px #000;
	border-bottom: none;
	padding: 1px 8px 0px 8px;
	margin: 0px 4px 0px 0px;	
}
.tabs a:active , a.activetab , a:visited.activetab {
	color: #000;
	background-color: #FFE7E4;	
	border: solid 1px #000;
	border-bottom: none;	
	padding: 2px 8px 1px 8px;	
	position:relative;
	cursor:text;
}
.tabs a:hover {
	color: #000;
	background-color: #FFE7E4;
}
.tabs .tab_disabled {
	color: #AAA;
	background-color: transparant;
	border: solid 1px #AAA;
	line-height: 13px;
	border-bottom: none;
	padding: 1px 8px 0px 8px;
	margin: 0px 4px 0px 0px;	
}
.tabs h4 {
	color: #FFF;
	background-color: #EA4739;
	font-size: 11px;
	border: solid 1px #000;
	padding: 1px 8px 0px 8px;
	margin: 0px 1px 0px 0px;
	display: inline;
}
head:first-child+body .tabs a:hover { /* hide css from ie */
	border-bottom: none;
}
