@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('smoothbox.css');
@import url('reset.css');
@import url('nav_baljeustaal.css');
@import url('forms_baljeustaal.css');

body {
	background: url(/images/bg_main.gif) repeat-x fixed top white;
	margin: 15px 0;
	overflow-x: hidden; /* FOR IE8 */
}

strong {
	font-weight: bold;	
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

h1 {
	width: 160px;
	height: 57px;
	position: absolute;
	z-index: 2000;
	top: 35px;
	left: 20px;
	background: url(/images/logo_baljeustaal.gif) no-repeat top left;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 span {
	display: none;	
}

div#mainwrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(/images/bg_content.png) repeat-y center;
}

div#top {
	position: relative;
	height: 139px;
	padding: 0;
	background: url(/images/bg_top.gif) no-repeat top left #A5AAB0;
}

div#pageimage_home {
	height: 150px;
	margin-top: 1px;
	background: #D6DCEE;
}

div#pageimage {
	height: 75px;
	margin-top: 1px;
}

div#pageimage img,
div#pageimage_home img {
	display: block;
}

div#navpath {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	border-bottom: 1px solid #BABABA;
	padding: 7px 0;
	margin: 0 10px 0 195px;
	font-size: 11px;
}

div#navpath a {
	color: black;	
	text-decoration: none;
	border-bottom: 1px dotted black;
}

div#navpath a:hover {
	border-bottom: 1px solid black;
}

div#contentwrapper {
	padding: 0 10px 20px;
	min-height: 365px;
	height: auto !important;
	height: 365px;
	overflow: auto;
}

div#content {
	overflow: auto;
	padding: 0 15px 20px 0;
}

div#content.nosub {
	padding: 0 90px 20px 0;
}

/*--- QUICK MENU ---*/

div#quickmenuwrapper {
	width: 170px;
	padding: 5px 0 0;
	margin: -29px 20px 0 5px;
	float: left;
	position: relative;
	background: url(/images/bg_quickmenu_top.png) no-repeat top center;
}

div#quickmenu {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 5px 1px;
	background: url(/images/bg_quickmenu.png) repeat-y center;
}

div#quickmenu li {
	border-bottom: 1px solid #CCC;
	text-align: right;
	line-height: 125%;
}

div#quickmenu li a {
	color: #002596;
	text-decoration: none;
	display: block;
	width: 146px;
	padding: 4px 7px;
}

div#quickmenu li a:hover,
div#quickmenu li.current a {
	border: 1px solid #002596;
	padding: 3px 6px;
	color: white;
	background: url(/images/bg_quickmenu_current.gif) repeat-x top;	
}

div#quickmenu_bottom {
	height: 4px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	background: url(/images/bg_quickmenu_bottom.png) no-repeat bottom white;
}

div.quickmenu_dropdown {
	padding: 8px 5px;
	color: #002596;
	font-weight: bold;
	text-align: right;
	background: #D6DCEE;
	margin-top: 1px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

select.quickmenu_dropdown {
	margin-top: 10px;
	font-size: 11px;
	width: 100%;
	border: 1px solid #002596;
	background: white;
	color: #002596;
	padding: 0;
}

div#quickmenu a.button {
	color: #002596;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	display: block;	
	margin-top: 1px;
	padding: 8px 5px 8px 0;
	line-height: 125%;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background: #D6DCEE;
}

div#quickmenu a.button:hover {
	color: white;
	background: #95A4D3;
}

/*--- HOMERIGHT ---*/

div#homeright {
	font-family: Arial, Helvetica, sans-serif;
	float: right;	
	width: 200px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	border-left: 1px solid #CCCCCC;
}

div#homeright a.woningaanbod {
	width: 200px;
	height: 90px;
	display: block;
	background: url(/images/woningaanbod-home.gif) no-repeat top left;
	text-indent: -1000px;
}

div#homeright a.woningaanbod:hover {
	background: url(/images/woningaanbod-home.gif) no-repeat top right;
}

div#homeadres {
	font-size: 12px;
	color: #484848;
	line-height: 140%;
	padding: 15px;
	background: url(/images/bg_homeadres.gif) no-repeat top left;
}

div#homeadres p {
	margin-bottom: 15px;	
}

div#homeadres a {
	color: #002596;
}

div#homeadres a:hover {
	text-decoration: none;
}

form#routebeschrijving {
	margin: 8px 0;
}

form#routebeschrijving input.vertrekpunt {
	font-size: 11px;
	height: 12px;
	padding: 3px;
	border: 1px solid #002596;
	width: 137px;
	color: #002596;
	float: left;
}

form#routebeschrijving input#button {
	width: 20px;
	height: 20px;
	background: url(/images/button_route.gif) no-repeat top left;
	border: none;
	line-height: 12px;
	vertical-align: top;
}

/*--- FOOTER ---*/

div#footerwrapper {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(/images/bg_footer.png) no-repeat bottom left;	
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #A6A6A6;
	padding: 10px 0 15px;
	border-top: 1px solid #CCC;
	overflow: auto;
}

div#footer a {
	color: #A6A6A6;
	text-decoration: none;
}

div#footer a:hover {
	color: #002596;
	text-decoration: underline;
}

div#footer span.divider {
	padding: 0 7px;	
}

div#footerlogos {
	float: left;
	overflow: auto;
}

div#footerlogos img {
	float: left;
	margin-right: 17px;
}

div#footer p.didjee {
	font-size: 10px;
	margin: 8px 0 0; 
}

div#footer p.didjee a {
	border-bottom: 1px dotted #A6A6A6;
}

div#footer p.didjee a:hover {
	text-decoration: none;	
	color: #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}

/*--- WONINGAANBOD ---*/

div#map {
	position: relative;
	width: 590px;
	height: 400px;
	border: 1px solid #BABABA;
	margin-top: -5px;
}

div.woning-overzicht {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px dotted #BABABA;
	padding: 15px 0;
	overflow: auto;
}

div.woning-overzicht h3 {
	font-size: 14px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 1px 0;
}

div.woning-overzicht h3 a {
	float: left;
	color: #484848;
}

div.woning-overzicht h3 a:hover {
	color: #002596;
}

div.woning-overzicht p {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 17px;
}

h2 {
	overflow: auto;
	padding: 1px 0;	
}

h2 span.titel {
	float: left;
}

div#content ul.woning-info {
	font-size: 11px;
	line-height: 15px;
	color: #484848;
	overflow: auto;
	margin: 0 0 15px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 7px;
}

div#content ul.woning-info li {
	display: inline;
	margin-right: 7px;
}

div#content span.vraagprijs {
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #002596;
}

div#content span.verkocht {
	float: right;
	display: block;
	width: 100px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
	color: red;
	border: 1px solid red;
	padding: 5px;
}

div#content span.extratekst {
	font-size: 10px;
	color: #FF0000;
	padding: 2px 0 0 5px;
	float: left;
}

div.woning-detail-intro {
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

div.plattegrond {
	text-align: center;
}

/*--- TABS ---*/

div#content ul#tabnav {
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding-left: 5px;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

div#content ul#tabnav li {
	float: left;
	margin-right: 5px;
	line-height: 25px;
}

div#content ul#tabnav li a {
	color: #484848;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-bottom: -1px;
	background: url(/images/bg_tab.gif) bottom repeat-x #EFEFEF;
}

div#content ul#tabnav li a.current {
	font-weight: bold;
	color: #002596;
	background: url(/images/bg_tab_current.gif) top repeat-x;
	border-bottom: 1px solid white;
}

div.tab-active {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 10px 10px;
	overflow-x: hidden; /* FOR IE8 */
	overflow-y: hidden; /* FOR IE8 */
}

div.tab-active h3 {
	display: none; /* For symantics */
}

div.tab-hidden {
	position: absolute;
	width: 500px;
	top: -9999px;
}

/*--- STYLING ---*/

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

div#content p {
	margin-bottom: 17px;
}

div#content a {
	color: #002596;
}

div#content a:hover {
	text-decoration: none;
}

div#content h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	color: #002596;
	margin: 20px 0;
}

div#content h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	color: #484848;
	margin: 0 0 15px;
}

div#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #484848;
	margin: 20px 25px;
	list-style: square;
}

div#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #484848;
	margin: 20px 25px;
	list-style: decimal;
}

div#content table.hypotheken,
div#content table.contenttable {
	border-collapse: collapse;
	line-height: 110%;
	border: 1px solid #C0DCF2;
	margin: 0 1px 20px;
}

div#content table.hypotheken td,
div#content table.contenttable td {
	padding: 8px 12px 8px 8px;
	background: #EFF7FD;
	border: 1px solid #C0DCF2;
	color: #4F8DBA;
}

div#content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #808080;
	border-left : 1px solid #808080;
	width: 260px;
	float: right;
	margin: 0 5px 20px 30px;
	padding-left: 20px;
}

div#content blockquote p {
	line-height: 130%;
	margin: 0;
	padding: 0;
}

img.beeldlinks {
	float: left;
	border: 1px solid #BABABA;
	margin: 0 10px 0 0;
}

img.beeldrechts {
	float: right;
	border: 1px solid #BABABA;
	margin: 0 0 0 10px;
}

img.noborder {
	border: none !important;
}

div#adresmap { /* GOOGLE MAP ADRESPAGINA */
	width: 590px;
	height: 400px;
	border: 1px solid #BABABA;
	margin: 20px 0 0;
}

/*-- DOWNLOADS --*/

div#content ul.downloads {
	list-style: none;
	margin: 20px 0;
}

div#content ul.downloads a {
	padding-left: 17px;
	background: url(/images/download-pdf-tiny.gif) no-repeat left center;
}
