/* 
Deze CSS bevat de basis elementen en de elementen die op meerdere pagina's gebruikt worden
*/

/* +++++++++++++++ BASIS STYLES +++++++++++++++ */

body, html {
	height: 100%;
	background-image: url(../../img/woonkompas/menu_bg.gif);	
	background-repeat: repeat-y;	
}
body {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space:nowrap;
}
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 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #073387;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: solid 1px #073387;
	display: block;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
td {
	vertical-align: top;
}
ul li {
	margin-bottom: 5px;
	color: #000000;
	background-image: url(../../img/woonkompas/bullet_groen.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}
ol li {
	margin-bottom: 5px;
	color: #000000;
	background-image: none;
	list-style-position: inside;
}

/****** bepaald de kleur van de links in het pop-up scherm (kies gemeente) ************/
ul li a {
	color: #000000;
	text-decoration: none;
}
ul li a:visited {
	color: #000000;
	text-decoration: none;
}
ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/**************************/

*html hr {
	color: #073387;
	height: 1px;

}
td hr {
	color: #073387;
	height: 1px;

}
#content img {
	margin: 3px 5px 3px 5px;
}

/* --- formulier buttons --- */
.formbuttons {
	text-align: right;
	font-weight: bold;
}
.formbuttons input {
	margin-top:5px;
	text-align: center;
	border: solid 1px #073387;
	background-color: #FFFFFF;
	color: #073387;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	height:18px;
	padding-bottom: 3px;
	
}
.formbuttons input:hover {
	background-color: #073387;
	color: #FFFFFF;
}
.formbuttons input:active {
	background-color: #FFFFFF;
	border: none;
}

.formrequired{
	background-image: url(../../img/woonkompas/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/woonkompas/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/woonkompas/vraag.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-left: 3px;
	padding-right: 12px;
	cursor : help;
}

.formlabel_zoek {
	color: #000000;
	font-weight: bold;
	/*width: 110px;*/
}

/* +++++++++++++++ HYPERLINKS +++++++++++++++ */

.bulletlink a , .bulletlink a:visited  {
	margin-bottom: 5px;
	background-image: url(../../img/woonkompas/bullet_groen.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style: none;
	color: #000000;
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}

/*OPSPLITSEN INDIEN DE REACTIES TUSSEN A EN HOVER ANDERS MOET ZIJN*/

.bulletlink a:hover {
	margin-bottom: 5px;
	background-image: url(../../img/woonkompas/bullet_blauw.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style: none;
	color: #000000;
	margin-right: 0px;
	text-decoration: underline;
	font-weight: bold;
}

/**** linkjes bij woningdetail (panorama/omgeving/enz) ******/
.iconlink a , .iconlink a:visited {
	color: #000000;
	line-height: 20px;
}
.iconlink a:hover {
	color: #000000;
}


/*/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
#context a , #loginlink a {
	text-decoration: underline;
	color: #ffffff;
}
#context a:hover , #loginlink a:hover {
	text-decoration: none;
	color: #ff0000;
}
#context li , #loginlink a {
	color: #ffffff;
	background-image: url(../../img/woonkompas/bullet_groen.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/* +++++++++++++++ NAVIGATIE BALK +++++++++++++++ */

#logo {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(/img/TopLogo.png);
	width:265px;
	height:91px;
	border-bottom:solid 7px #073387;
	z-index:500;
}
#navigatie {
	margin-top:95px;
	}
#navigatie p{
	margin: 0px;
	padding: 0px;
}
#navigatie a {
	display:block;
	cursor					:pointer;
	background-image		:url(/img/plain.png);
	color					:#FFFFFF;
	width					:145px;
	height					:25px;
	font-weight				:bold;
	font-size				:12px;
	text-valign				:middle;
	line-height				:20px;
	padding-left			:4px;
	padding-top:4px;
	margin-left:1px;
}
#navigatie a:hover {
	text-decoration: none;
	color: #C6E0B6;
}
#navigatie a.navsub {
	background-image		:none;	
	font-weight:normal;
	height					:10px;
	width					:125px;
	padding: 2px 10px 5px 10px;
}
#navigatie a:hover.navsub  {
	text-decoration: none;
	font-weight				:bold;
	color: #ffffff;
}
#navigatie ul {
	padding-top: 10px;
}
#homelink {
	position:absolute;
	top:20px;
	right:10px;	
	padding:0px;
	z-index:500;
/*
	width:104px;
	height:44px;
*/
}
#homelink a {
	background-image:none;
}
/*/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
/* +++++++++++++++CONTENT kolom +++++++++++++++ */

/* ----- HEADER CONTENT ----- */
#header {
	margin:0px;
	width:100%;
	background-color:#ffffff;	
	background-repeat: no-repeat;
	border-bottom: solid 7px #073387;
	text-align: left;
	padding: 0px;
	height: 91px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 91px;
	
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #073387;/**/
	line-height: 25px;
	padding-left:170px;
	padding-top:30px;
}
#header h2 {
	padding-left:180px;
	font-family: Verdana, Arial;
	letter-spacing: 0px;
	font-weight: bold;
	color: #51A121;
	text-transform: none;
	font-size: 11px;
	border: none;
	display: block;
}
/* ----- CONTENT ----- */
#content {
	padding: 10px 10px 7px 5px;
	width:590px;
	margin:10px;
}

/* +++++++++++++++ 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;
}

/* --- CONTEXT content --- */
#context {
	float: left;
	padding: 10px 10px 0px 10px;
	color: #666666;
	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/woonkompas/bullet_groen.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#kolom_context a:hover , #loginlink a:hover {
	text-decoration: none;
	color: #ffffff;
}
#kolom_context h2 {
	color: #666666;
	border: none;
	margin: 0px;
}
#kolom_context h3 {
	color: #666666;
}
#kolom_context img {
	border: solid 1px #000000;
}

#highlights {

}
#highlights img {
	border: solid 1px #000000;
	margin-top: 5px;
}
#highlights a {
	color: #666666;
	text-decoration: none;
}
#highlights a:hover {
	color: #666666;
}

#highlights a:hover img {
	border: 1px solid #000000;
}

/* +++++++++++++++ VLAKKEN +++++++++++++++ */
body .vlak_grijs_kader {
	margin-top: 1px;
}
.vlak_grijs {
	background-color: #ECEFF6;
	padding: 8px 8px 8px 8px;
	border: solid 1px #073387;
}
.vlak_grijs_kader {
	background-color: #ECEFF6;
	padding: 8px 8px 8px 8px;
	border: solid 1px #073387;
	color: #000000;
}
body .vlak_grijs_kader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1px;
}

#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/woonkompas/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}

.vlak_grijs_kader h2 {
	color: #000000;
}

/*koptekst bij woningdetails*/
.vlak_grijs_kader h4, .vlak_grijs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
}
.vlak_wit_kader {
	background-color: #FFFFFF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #C8C8C8;
}
.kadertable100 {
	width: 565px;
}


/* +++++++++++++++ TAB BOX +++++++++++++++ */
/* +++++++++++++++ REGELT REACTIE VAN ALLE TABBLADEN +++++++++++++++ */

.tabs {
	line-height: 13px;
	z-index:100;
}
.tabs a ,  .tabs a:visited {
	font-family: Arial;
	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 #073387;
	border-bottom: solid 1px #073387;
	margin: 0px 1px 0px 0px;
}
.tabs a:hover {
	color: #000000;
	background-color: #ECEFF6;
	text-decoration: none;

}
head:first-child+body .tabs a:hover { 
	border-bottom: none;
}
.tabs a:active , a.activetab , a:visited.activetab {
	color: #000000;
	background-color: #ECEFF6;
	padding:2px 8px 1px 8px;
	border: solid 1px #073387;
	border-bottom: none;
	text-decoration: none;

}
/*MAAKT NIET-ACTIEVE TAB INDIEN FOTO'S BIJ WONINGDETAILS NIET BESCHIKBAAR ZIJN*/ 
.tabs .tab_disabled {
	font-family: Arial;
	font-weight: bold;
	color: #C5C5C5;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	
	background-color: #FFFFFF;
	padding: 1px 8px 0px 8px;
	border: solid 1px #C5C5C5;
	border-bottom: none;
	margin: 0px 1px 0px 0px;	
}
.tabs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;	
	background-color: #073387;
	padding: 1px 8px 0px 8px;
	margin: 0px 1px 0px 0px;
	display: inline;
	border: solid 1px #000000;
}

/* +++++++++++++++ INSCHRIJFINDEX +++++++++++++++ */
/* pagina nummering bij inschrijfformulier - pagina 1 van 4 */

.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: #073387;
	background-color: #FFFFFF;
	border-right: solid 1px #073387;
	border-bottom: solid 1px #073387;
	border-top: solid 1px #073387;
}
/*pagina 1 van * bv op pagina inschrijven*/
.indexactive {
	color: #FFFFFF;
	background-color: #073387;
	/*border: solid 1px #FF0000;*/
}
.indexvisited {	
	background-color: #FFFFFF;
	border-bottom: solid 1px #073387;
	color: #073387;
}
.indexstart {
	border-left: solid 1px #073387;
}
.indexend {
	border-right: solid 1px #073387;
}

/* +++++++++++++++ POP UP +++++++++++++++ */
.popup {
	position: absolute;
	left: 400px;
	top: 395px;
	overflow: visible;
	background-image: url(../../img/woonkompas/shade.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 0 2px 2px 0;
	z-index:500;
}
.popin {
	width: 220px;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px red;
	padding: 10px;
}

/* +++++++++++++++ WONINGDETAILS +++++++++++++++ */
.detaillabel {
	width: 150px;
	float: left;
	padding-right: 10px;
}
#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 --- */
/* --- pagina nummering bij bv zoekresultaten --- */

#paginateller {
	border-top: solid 1px #073387;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	text-align: center;
	height: 21px;
	clear: both;
}

#paginateller_container {
	
}

#numbers {
	text-align: center;
	
}


#paginateller a {
	float: left;
	display: block;
	font-weight: bold;
	color: #073387;
	background-color: #FFFFFF;
	border-bottom: solid 1px #073387;
	border-top: none;
	vertical-align: middle;
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
#paginateller a:hover {
	background-color: #073387;
	color: #FFFFFF;
}
#paginatellerActive a {
	float: left;
	display: block;
	color: #FFFFFF;
	background-color: #073387;
	border: solid 1px #073387;
	border-top: none;
	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: #073387;
	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: #FFFFFF;
	background-color: #073387;
}

#eerste a {
border-left: solid 1px #073387;
	
}
#vorige a {
	
}
#volgende a {
	text-align: right;
	padding: 2px 14px 0 5px;
	margin-left: 0px;
}
#laatste a {
	text-align: right;
	padding: 2px 14px 0 5px;
	border-right: solid 1px #073387;
	
}

#eerste a:hover {
		background-image: url(../../img/woonkompas/pag_first.gif);
		border-left: solid 1px #073387;
}
#vorige a:hover {
		background-image: url(../../img/woonkompas/pag_back.gif);
}
#volgende a:hover {
		background-image: url(../../img/woonkompas/pag_next.gif);
		background-position: right 65%;
}
#laatste a:hover {
		background-image: url(../../img/woonkompas/pag_last.gif);
		background-position: right 65%;
		border-right: solid 1px #073387;
}

#numbers a {
	width: 20px;
	text-align: center;
}

#content img {
	margin: 0px 0px 0px 0px;
}

.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: 10px;
	padding-right: 9px;
	height: 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}

/*******************NIET GEBRUIKTE STYLES********************/
/*
.vlak_banner_liggend {
	float: left;
	background-color: #FFFFFF;
	padding: 20px 8px 8px 8px;
	margin: 5px 0px 5px 0px;
	border: solid 1px #000000;
	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/woonkompas/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/woonkompas/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;
}
*/

