/* 
Deze CSS bevat de basis elementen en de elementen die op meerdere pagina's gebruikt worden
*/

/* kleuren:
	rood: #F03435
	grijze kaderlijnen: #AA122B
	grijze vlakken: #F8E8AC
	grijze tekst: #6C6C6C
	koopwoningen: #BFD1E5
	vrije sector woningen: #BDE1BD
*/

/* +++++++++++++++ BASIS STYLES +++++++++++++++ */
body {
	background-color: #FEF3D5;
	width: 603px;
	margin: 0px;
	text-align: center;
	background-image: url(../../img/woongaard/bg/container_back.gif);
	background-repeat: repeat-y;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;/*11px*/
	color: #000000;
	line-height: 18px;
}
a {
	color: #AA122B;
	text-decoration: underline;
}
a:visited {
	color: #AA122B;
	text-decoration: underline;
}
a:hover {
	color: #AA122B;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, 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 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	color: #AA122B;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: solid 1px #C9C9C9;/*LET OP! WAT IS DE NIEUWE BORDER KLEUR!!!*/
	display: block;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #AA122B;/*#555555*/
}
td {
	vertical-align: top;
}

/*LET OP!!! WAAR KOMEN DE ONDERSTAANDE KLEUREN TERUG??*/
ul li {
	margin-bottom: 5px;
	color: #333333;
	background-image: url(../../img/woongaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}
ol li {
	margin-bottom: 5px;
	color: #333333;
	background-image: none;
	list-style-position: inside;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #AA122B;
}

*html hr {
	color: #AA122B;
	height: 4px;
	border: 1px solid #AA122B;
}
#content img {
	margin: 3px 5px 3px 5px;
}

/* --- formulier buttons --- */
.formbuttons {
	text-align: right;
}
.formbuttons input {
	margin-top:5px;
	text-align: center;
	border: solid 1px #AA122B;
	background-color: #FCF3D5;
	color: #AA122B;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	height:18px;
	padding-bottom: 3px;
}
.formbuttons input:hover {
	background-color: #F8E8AC;
	color: #AA122B;
}
.formbuttons input:active {
	background-color: #ffffff;
	border: none;
}

.formrequired{
	background-image: url(../../img/woongaard/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/woongaard/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/woongaard/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 +++++++++++++++ */
#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/woongaard/bullet_wit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.bulletlink a , .bulletlink a:visited {
	margin-bottom: 5px;
	/*color: #333333;*/
	background-image: url(../../img/woongaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	list-style: none;
	color: #AA122B;/*#F03435*/
	margin-right: 0px;
	text-decoration: none;
	font-weight: bold;
}
.bulletlink a:hover {
	color: #AA122B;
	text-decoration: underline;
}

.iconlink a , .iconlink a:visited {
	color: #222222;
}
.iconlink a:hover {
	color: #AA122B;/*#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: #AA122B;/*#F03435*/
}
#navigatie a:hover {
	text-decoration: none;
	color: #333333;
}
#navigatie ul {
	padding-top: 10px;
}

/* +++++++++++++++CONTENT kolom +++++++++++++++ */

/* ----- HEADER CONTENT ----- */
#header {
	background-image: url(../../img/woongaard/bg/greyline.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: right;	
	vertical-align: middle;
	padding: 40px 0 0 30px;
	height: 75px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AA122B;/**/
	line-height: 25px;
	padding-left:10px;
	padding-top:10px;
}
#header h2 {
	font-family: 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;
	background-image: url(../../img/woongaard/bg/container_back.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	width: 100px;
	height: 87px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100px;
}
#loginlink {
	float: left;
	padding: 0px 10px 10px 10px;
	color: #ffffff;
	width: 100px;
	height: 27px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100px;
	height: 17px;
}

/* --- CONTEXT content --- */
#context {
	margin-top:110px;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	width: 130px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 133px;
}

#kolom_context a , #loginlink a {
	text-decoration: none;
	color: #ffffff;
}
#kolom_context li , #loginlink a {
	color: #ffffff;
	background-image: url(../../img/woongaard/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: #E8DDB7;
}
#kolom_context h2 {
	color: #ffffff;
	border: none;
	margin: 0px;
}
#kolom_context h3 {
	color: #ffffff;
}
#kolom_context img {
	border: solid 1px #AA122B;
}

#highlights {

}
#highlights img {
	border: solid 1px #AA122B;
	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: 1px;
}
.vlak_grijs {
	background-color: #F8E8AC;/*#F8E8AC*/
	padding: 8px 8px 8px 8px;
}
.vlak_grijs_kader {
	background-color: #F8E8AC;/*#F8E8AC*/
	padding: 8px 8px 8px 8px;
	border: solid 1px #AA122B;
}
body .vlak_grijs_kader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1px;
}

#vlak_grijs_error {
	background-color: #F8E8AC;
	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/woongaard/bullet_rood.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	list-style: none;
}

.vlak_grijs_kader h2 {
	color: #AA122B;
}
.vlak_grijs_kader h4, .vlak_grijs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #AA122B;
}
.vlak_wit_kader {
	background-color: #FFFFFF;
	padding: 8px 8px 8px 8px;
	border: solid 1px #AA122B;
}
.kadertable100 {
	width: 420px;
}

.vlak_banner_liggend {
	float: left;
	background-color: #FFFFFF;
	padding: 20px 8px 8px 8px;
	margin: 5px 0px 5px 0px;
	border: solid 1px #AA122B;
	border-right: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA122B;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	/*background-image: url(../../img/woongaard/advertentie_head.gif);*/
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 586px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 570px;
	display:none;
}
#skyscrapercolumn {
	float: left;
	/*background-image: url(../../img/woongaard/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: #AA122B;/*#666666*/
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;	
	padding: 1px 8px 1px 8px;
	border: solid 1px #AA122B;
	border-bottom: none;
	margin: 0px 1px 0px 0px;
}
.tabs a:hover {
	color: #AA122B;/*#333333*/
	background-color: #F8E8AC;/*#F8F8F8*/
	padding: 2px 8px 1px 8px;
	border: solid 1px #AA122B;
	border-bottom: none;
	text-decoration: none;
}
head:first-child+body .tabs a:hover { /* hide css from ie */
	border-bottom: none;
}
.tabs a:active , a.activetab , a:visited.activetab {
	color: #AA122B;
	background-color: #F8E8AC;/*#EEEEEE*/
	padding: 2px 8px 1px 8px;
	border: solid 1px #AA122B;/*#AA122B*/
	border-bottom: none;
	text-decoration: none;
}
/*MAAKT NIET-ACTIEVE TAB INDIEN FOTO'S BIJ WONINGDETAILS NIET BESCHIKBAAR ZIJN*/ 
.tabs .tab_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E0A69B;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	
	background-color: #FCF3D5;
	padding: 1px 8px 0px 8px;
	border: solid 1px #AA122B;
	border-bottom: none;
	margin: 0px 1px 0px 0px;	
}
.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: #AA122B;/*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;
	text-align: center;
	display: inline;
	padding: 1px 8px 0px 8px;	
	color: #AA122B;
	background-color: #FCF3D5;
	border-right: solid 1px #AA122B;
	border-bottom: solid 1px #AA122B;
	border-top: solid 1px #AA122B;
}
/*pagina 1 van * bv op pagina inschrijven*/
.indexactive {
	color: #FCF3D5;
	background-color: #AA122B;
}
.indexvisited {	
	background-color: #FCF3D5;
	border-bottom: solid 1px #AA122B;
	color: #AA122B;
}
.indexstart {
	border-left: solid 1px #AA122B;
}
.indexend {
	border-right: solid 1px #AA122B;
}

/* +++++++++++++++ POP UP +++++++++++++++ */
.popup {
	position: absolute;
	left: 150px;
	top: 200px;
	overflow: visible;
	background-image: url(../../img/woongaard/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;
}
.detailvalue {
	width: 150px;
	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 {
	border-top: solid 1px #AA122B;
	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: #AA122B;
	background-color: #FCF3D5;
	border-bottom: solid 1px #AA122B;
	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: #AA122B;
	color: #FCF3D5;
}
#paginatellerActive a {
	float: left;
	display: block;
	color: #FCF3D5;
	background-color: #AA122B;
	border: solid 1px #AA122B;
	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: #AA122B;
	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: #FCF3D5;
	background-color: #AA122B;
}

#eerste a {
border-left: solid 1px #AA122B;
	
}
#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 #AA122B;
	
}

#eerste a:hover {
		background-image: url(../../img/woongaard/pag_first.gif);
		border-left: solid 1px #AA122B;
}
#vorige a:hover {
		background-image: url(../../img/woongaard/pag_back.gif);
}
#volgende a:hover {
		background-image: url(../../img/woongaard/pag_next.gif);
		background-position: right 65%;
}
#laatste a:hover {
		background-image: url(../../img/woongaard/pag_last.gif);
		background-position: right 65%;
		border-right: solid 1px #AA122B;
}

#numbers a {
	width: 20px;
	text-align: center;
}

#content img {
	margin: 0px 0px 0px 0px;
}
.readonly {
background-color:Transparent;
border:solid 1px #AA122B;
}
.clsInactive {
	float: left;
	display: block;
	font-weight: bold;
	color: #E0A69B;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 9px;
	height: 18px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 16px;
}
