/* 
    Document   : style.css
    Created on : 28-dec-2009, 08:00:00
    Author     : Tamara
*/

/* Imports */
@import url('reset.css');
@import url('clear.css');
@import url('form.css');

/*
 * Kleuren
 *
 * Rood:     #A70022
 * Oranje:   #D25400
 *
*/


HTML, BODY {
	height: 100%;
	width: 100%;
}
BODY {
	font-family: "Arial";
	font-size: 80%;
	line-height: 18px;
}
#container {
	background: url(../images/layout/bg.gif) repeat-y top center;
	color: #fff;
	height: auto;
	_height: 100%;
	padding-bottom: 75px;
	margin: 0 auto;
	min-height: 100%;
	width: 954px;
}
html > body #container {
	height: auto;
}
H1, H2 {
	font-family: "Arial";
	line-height: 18px;
}
H1 {
	color: #fff;
	font-size: 140%;
	margin: 3px 0 0 0;
}
H2 {
	font-size: 120%;
}
H3 {
	font-size: 140%;
	margin-bottom: 20px;
}/*
img {
	position: relative;
}*/
LEGEND {
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
}
FIELDSET {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

a:link, a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

.hr {
	background: #A70022;
	border: none;
	float: left;
	clear: both;
	color: #A70022;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}
.hr hr {
	display: none;
}
#print-header {
	display: none;
}
#print-footer {
	display: none;
}



#top {
	background: #fff;
	height: 75px;
	}
	#top h1 {
		color: #999;
		clear: left;
		float: left;
		font-size: 30px;
		padding: 15px 0 0 0;
	}
	#logo {
		float: right;
	}
	#search-form {
		background: #A70022;
		float: left;
		height: 25px;
		padding: 0 0 0 20px;
		width: 230px;
		}
		#search-form input {
			background: #fff;
			border: none;
			color: #A70022;
			display: block;
			float: left;
			height: 16px;
			margin: 0;
			padding: 4px;
			width: 132px;
		}
		#search-form input#submit {
			background: #D25400;
			color: #fff;
			font-weight: bold;
			height: 24px;
			margin: 0 0 0 1px;
			padding: 3px;
			width: 63px;
		}
		#search-form img {
			float: left;
		}
	#kruimelpad {
		color: #A70022;
		float: right;
		font-size: 80%;
		margin: 53px 3px 0 0;
		}
		#kruimelpad a {
			color: #A70022;
		}

		
#left {
	float: left;
	width: 160px;
	}
	#left ul {
		border-top: 1px solid #D35400;
		margin-top: 25px;
	}
	#left ul ul {
		border: none;
		margin: 0;
	}
	/* niveau 1 */
	#left ul li a {
		border-bottom: 1px solid #D35400;
		display: block;
		padding: 5px 2px 5px 10px;
		text-decoration: none;
	}
	#left ul li a:hover, #left ul li ul li a:hover, #left ul li ul li ul li a:hover {
		background: #999;
		color: #fff;
	}
	/* niveau 2 */
	#left ul li ul li a {
		background: #fff;
		color: #A70022;
	}
	/* niveau 3 */
	#left ul li ul li ul li a {
		background: #ddd;
		color: #A70022;
	}
	/* niveau 4 */
	#left ul li ul li ul li ul li a {
		background: #cacaca;
		color: #8a0023;
	}
	/* Active */
	#left ul li.active a {
		font-weight: bold;
	}
	#left ul li.active ul li a {
		font-weight: normal;
	}
	/* Bullet */
	.bullet {
		background: url(../images/layout/arrow-sprite.gif) no-repeat;
		display: inline-block;
		width: 7px;
		height: 7px;
	}
	ul li a span.bullet-open {
		background-position: -7px -7px;
		}
		ul li ul li a span.bullet-open {
			background-position: 0px -7px;
		}
	ul li a span.bullet-dicht {
		background-position: -7px 0px;
		}
		ul li ul li a span.bullet-dicht {
			background-position: 0px 0px;
		}
	#banners {
		margin: 60px 0 0 13px;
		}
		#banners img {
			padding: 0 0 20px 0;
		}
	#forta_gesloten {
		width: 135px;
		margin: 0 auto;
	}
		#content_gesloten {
			background: url(../images/layout/gesloten_bg.gif);
			color: #a80023;
			padding: 8px 15px;
		}


#main {
	float: left;
	width: 634px;
	/*padding-bottom: 75px;*/
	}
	#home {
		padding: 6px 4px 0 6px;
		}
		table#home-kaders {
			width: 100%;
		}
		    table#home-kaders tr td {
				vertical-align: top;
				margin: 10px;
				padding: 11px 8px 5px 10px;
			}
			table#home-kaders tr td p {
				font-size: 85%;
			}
			table#home-kaders tr td img {
				float: left;
				padding: 0 6px 0 0;
			}
			table#home-kaders tr td h1 {
				border-bottom: 1px solid #fff;
				margin: 0 0 5px 0;
				padding: 0 0 5px 0;
				font-weight: normal;
			}
			table#home-kaders tr td table tr td {
				padding: 0;
			}
	#content {
		line-height: 20px;
		position: relative;
		padding: 40px 40px 0 40px;
	}
	#content P {
		padding: 0 0 15px 0;
	}
		#mailafriend {
			border-top: 1px solid #FFF;
			margin-top: 30px;
		}
		#mailafriend A:LINK, #mailafriend A:VISITED {
			background: url(../images/layout/mail.gif) no-repeat;
			padding: 0 0 0 20px;
		}
	#home ul, #content ul {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: inherit;
	}
	#home #ddimagetabs ul {
		margin-left: 5px;
	}
	#home ol, #content ol {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: decimal;
	}


	#main TABLE {
		border-collapse: collapse;
		}
		#main .formError {
			font-style: italic;
		}
		#main FORM TABLE TD {
			vertical-align: top;
			padding: 2px;
		}
		#main FORM INPUT, #main FORM TEXTAREA {
			border: none;
			padding: 2px;
			font-family: "Arial";
			font-size: 100%;
		}
	

#aanbod {
	}
	#aanbod fieldset {
		border: 1px solid #fff;
		color: #fff;
		margin: 40px 0 0 0;
		padding: 5px 10px 10px 10px;
	}
	#aanbod fieldset legend {
		font-size: 14px;
		font-weight: bold;
	}
	#aanbod fieldset img {
		border: 1px solid #fff;
		float: left;
		margin: 0 15px 0 0;
	}
	#aanbod fieldset p {
		float: left;
	}
	#aanbod fieldset a {
		color: #fff;
	}


#rotatetabs {
	background: #eca97e;
	height: 267px;
	position: relative;
	width: 620px;
	}
	#rotate {
		height: 248px;
		line-height: 15px;
		overflow: hidden;
	}
	#preloader {
		background: #FFF;
		height: 267px;
		filter: alpha(opacity=80);
		-moz-opacity: .80;
		opacity: .80;
		position: absolute;
		width: 620px;
		z-index: 3;
	}
	#preloader img {
		margin: 110px 0 0 50%;
	}
	#fortaNieuws {
		float: left;
		margin: 3px 0 0 0;
		width: 200px;
	}
	#rss IMG{
		border: none;
		display: block;
		float: right;
		height: 23px;
		margin: 0;
		width: 19px;
	}
    .nieuwsItemTekst {
	background: #FFF;
	left: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	padding: 3px;
	position: absolute;
	text-align: center;
	top: 193px;
	width: 360px;
	z-index: 1;
	}
	.nieuwsItemTekst h1 {
		color: #A80023;
		float: none;
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}
	.nieuwsItemTekst span a {
		color: #A80023;
		font-weight: bold;
	}
    #meerNieuws {
		clear: both;
		margin: 2px 6px 0 0;
		text-align: right;
    }


#huurwoningen {
	border-collapse: collapse;
	color: #000;
	padding: 0;
	margin: 0 0 0 6px;
	}
	#huurwoningen a:link, #huurwoningen a:visited {
		color: #A80023;
	}
	#huurwoningen tr th {
		background: #EDE0D8;
		font-size: 13px;
		font-weight: normal;
		padding: 5px 0 5px 40px;
		text-align: left;
	}
	#huurwoningen tr td {
		background: #FBEEE6;
		padding: 5px 0;
	}
	#huurwoningen tr td.woning {
		color: #777;
		padding-left: 40px;
		text-align: center;
	}
	#huurwoningen tr td.woning img {
		border: 1px solid #CDBAAC;
	}
	#huurwoningen tr td.tussen {
		padding-left: 37px;
	}


table#nieuws {
	background: #D6651A;
	border: 1px solid #A70022;
	width: 552px;
	}
	table#nieuws tr th {
		margin: 0;
		padding: 8px 0 0 10px;
		text-align: left;
	}
	table#nieuws tr th h2 {
		color: #FFE7D7;
		font-size: 14px;
	}
	table#nieuws tr td {
		color: #FFE7D7;
		font-size: 13px;
		margin: 0;
		padding: 0 10px 10px 10px;
	}
	table#nieuws tr td h2 {
		font-size: 13px;
		font-weight: bold;
		margin: 10px 0 0 0;
		padding: 0 0 5px 0;
	}
	table#nieuws tr td h2 a {
		color: #fff;
		margin: 0;
		padding: 0;
	}
	table#nieuws tr td img {
		float: left;
		padding: 3px 5px 0 0;
	}



#right {
	float: left;
	width: 160px;
	}
	#right .box {
		background: url(../images/layout/right-box.jpg) no-repeat;
		border: 1px solid #ccc;
		color: #72504F;
		margin: 0 0 17px 8px;
		padding: 5px 5px 20px 10px;
		width: 135px;
	}
	#right .box a {
		color: #A70022;
	}
	#right .snellinks a {
		color: #72504F;
		text-decoration: none;
	}
	#right .box h2 {
		color: #E46100;
		font-size: 14px;
		padding: 13px 0 5px 0;
	}
	#right .box ul {
		font-size: 13px;
		list-style-type: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
	#right .box ul li {
		background: url(../images/layout/pijl-right-box.gif) no-repeat 0 5px;
		margin: 0;
		padding: 0 0 0 7px;
	}
	#right .box #form-nieuwsbrief-aanmelden {
		border-top: 1px dotted #000;
		margin: 10px 0 0 0;
		padding: 3px 0 0 0;
	}
	#right .box #form-nieuwsbrief-aanmelden input {
		border: 1px solid #ccc;
		margin: 0;
		padding: 1px;
		width: 125px;
	}
	#right .font-size {
		background: url(../images/layout/right-box-font-size.jpg) no-repeat;
		clear: both;
		color: #A70022;
		font-size: 13px;
		padding: 3px 0 6px 0;
		text-align: center;
		width: 150px;
		}
		#right .font-size a {
			display: inline;
		}
		#right .vacatures {
			background: url(../images/layout/right-box-font-size.jpg) no-repeat;
		}


#bottom {
	background: #fff url(../images/layout/bottom.gif) no-repeat;
	clear: both;
	height: 75px;
	margin: -75px auto 0 auto;
	position: relative;
	width: 954px;
}



/* buttons */
BUTTON {
	cursor: pointer;
	border: none;
}
.verstuur-reparatieverzoek {
	width: 149px;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 0;
}
.verstuur-reparatieverzoek:HOVER {
	background-position: 0 -17px;
}
.verstuur-idee {
	width: 87px;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -34px;
}
.verstuur-idee:HOVER {
	background-position: 0 -51px;
}
.verstuur {
	width: 70px;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -204px;
}
.verstuur:HOVER {
	background-position: 0 -221px;
}
.verstuur-bekijk-vrijesector {
	width: 174px;
	margin: 5px 0 0 0;
	float: right;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -102px;
}
.verstuur-bekijk-vrijesector:HOVER {
	background-position: 0 -119px;
}
.verstuur-bekijk-aanbiedingen {
	width: 143px;
	margin: 5px 0 0 0;
	float: right;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -68px;
}
.verstuur-bekijk-aanbiedingen:HOVER {
	background-position: 0 -85px;
}
.verstuur-brochureaanvraag {
	width: 136px;
	margin: 5px 0 0 0;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -136px;
}
.verstuur-brochureaanvraag:HOVER {
	background-position: 0 -153px;
}
.verstuur-bekijk-woningen {
	width: 119px;
	margin: 5px 0 0 0;
	height: 17px;
	float: right;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -272px;
}
.verstuur-bekijk-woningen:HOVER {
	background-position: 0 -289px;
}
.verstuur-toon-woningen {
	width: 96px;
	margin: 5px 0 0 0;
	height: 17px;
	float: right;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -306px;
}
.verstuur-toon-woningen:HOVER {
	background-position: 0 -323px;
}
.verstuur-interesse {
	width: 74px;
	margin: 5px 0 0 0;
	height: 17px;
	background: url('../images/layout/btn-sprite.gif');
	background-position: 0 -340px;
}
.verstuur-interesse:HOVER {
	background-position: 0 -357px;
}

/* E-mail adressen */
#content img.email {
	vertical-align: text-bottom;
}

/* Pecunia counter */
.pecunia-countdown {
	height: 70px;
	margin: 10px;
	background-color: #efc3aa;
	background-image: url(../images/layout/pecunia-inschrijven-tekst.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding: 13px 10px 0px 10px;
	overflow: auto;
}

#pecuniacounter {
	width: 235px;
	float: right;
}

#pecuniacounter div {
	width: 55px;
	height: 70px;
	margin-left: 3px;
	float: left;
}

#pecuniacounter div span {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 56px;
	height: 34px;
	background-image: url(../images/layout/countdownbg.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 28px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

#pecuniacounter div label {
	color: #ab8970;
	font-size: 10px;
	text-align: left;
	padding-left: 3px;
}

.button-naar-inschrijvingen {
	width: 161px;
	height: 17px;
	background: url(../images/layout/btn-sprite.gif);
	background-position: 0px -374px;
	background-color: transparent;
}

.button-naar-inschrijvingen:hover {
	background-position: 0px -391px;
}

form#pecuniainschrijving {
	overflow: auto;
}

form#pecuniainschrijving .field .form-field-input {
	width: 150px;
	border: none !important;
}

form#pecuniainschrijving .field .form-field-select {
	width: 152px;
}

form#pecuniainschrijving .field {
	margin-bottom: 3px;
	overflow: auto;
}

form#pecuniainschrijving .field label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

form#pecuniainschrijving .field span {
	display: block;
	float: left;
}

form#pecuniainschrijving .field span label {
	display: inline;
	float: none;
}

form#pecuniainschrijving .field span input,
form#pecuniainschrijving .field span select {
	font-family: Arial, Helvetica, sans-serif;
}

form#pecuniainschrijving .field .field-error {
	background-color: #DB998F;
}

.buttons {
	overflow: auto;
	margin-top: 10px;
}

.button-inschrijven {
	float: right;
	height: 17px;
	width: 75px;
	background-image: url(../images/layout/btn-sprite.gif);
	background-position: 0px -238px;
	background-color: transparent;
}

.button-inschrijven:hover {
	background-position: 0px -255px;
}

form#pecuniainschrijving small {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

div.errors {
	background-color: #ffffff;
	color: #A70022;
	padding: 10px 5px;
	margin: 5px 0px 10px 0px;
}

div.errors ul {
	padding: 0px;
	margin: 0px;
}

div.errors li {
	margin-bottom: 5px;
}

.pecunia-inschrijven {
	display: block;
	height: 17px;
	width: 166px;
	background-image: url(../images/layout/btn-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px -408px;
	background-color: transparent;
}

.pecunia-inschrijven:hover {
	background-position: 0px -425px;
}

/* Even fixen, want de reset sloopt de layout van dit element */
sup {
	font-size: 70%;
	vertical-align: super;
}

div.notice {
	padding: 10px;
	background-color: #df742f;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}