/* SITE LAYOUT */

html {
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #000000;

	color: #ffffff;
}

a {
	color: #ffffff;
}

html, body {
	margin: 0px;
	padding: 0px;
}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div {
	position: relative;
}

body {
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: auto !important;
	height: 100%;
	min-height: 100%;

	
	z-index: 0;
}

#content {
	position: relative;
	min-height: 640px;
	height: auto !important;
	height: 640px;


	background-image: url(/images/background_container.png);
	background-repeat: repeat-y;
	
	padding-bottom: 51px;

	z-index: 0;
}

#content * {
	z-index: 0;
}

#footer {
	position: absolute;
	bottom: 0px;

	padding: auto;

	width: 100%;
	height: 42px;
	
	background-image: url(/images/background_footer.gif);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	height: 116px;
	
	background-image: url(/images/background_header.gif);
	background-repeat: no-repeat;
}

#siteheader {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 0px;

	min-width: 950px;
}

.floatleft {
	position: relative;
	display: inline;
	float: left;
}

.clearfloats
{
	clear: both;
}


/* HEADER */

#headerfoto, #headeroverlay {
	position: absolute;
	top: 17px;
	left: 13px;
}

#taalkeuze {
	position: absolute;
	top: 6px;
	right: 31px;
	
	width:35px;
}

#taalkeuze img {
	margin-right: 6px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 244px;

	background-color: #0b4a87;
	border: 1px solid #6089b1;
	
	padding: 10px;
}

#hmodh {
	position: absolute;
	top: 16px;
	right: 69px;
}


#site {
	position: relative;
	display: inline;
	float: left;

	width: 678px;
}

/* SIDEBAR */

#sidebar {
	position: relative;
	display: inline;
	float: left;

	width: 193px;
	overflow: hidden;
	
	margin: 0 28px 22px 23px; 
}

#recentepanden {
	position: relative;
	margin-bottom: 225px;
	
	width: 193px;
	height: 168px;
	
	background-color: #e51b24;
}

#recentepanden table {
	margin-top: 8px;
	margin-bottom: 6px;
}

#recentepanden img {
	display: block;
}


/* MENU */

#menu {
	position: relative;
	
	width: 193px;
	overflow: hidden;
	z-index: 10;
	
	margin-bottom: 37px;
}

#menu a {
	color: #062a4d;
}

.menuitem {
	position: relative;
	padding: 0 0 0 0;
	margin-bottom: 7px;
}

.menuitem img {
	display: block;
	padding-top: 5px;
	padding-left: 30px;
	
	margin: 0px;
}

.menuitem_on {
	background-image: url(/images/menuitem_on.gif);
	background-repeat: no-repeat;
}

.menuitem_off {
	background-image: url(/images/menuitem_off.gif);
	background-repeat: no-repeat;
}

.submenu {
	position: relative;
	margin-top: 10px;	
	margin-left: 14px;
	
	margin-bottom: 3px;
}

.submenu > .menuitem {
	margin-bottom: 5px;
	padding: 0px;
}

.submenu > .menuitem img {
	padding-left: 15px;
	padding-top: 4px;
}

.submenu > .menuitem_on {
	background-color: #e51b24;
	background-image: none;
}

.submenu > .menuitem_off {
	background-color: #062a4d;
	background-image: none;
}

.subsubmenu {
	position: relative;
	margin-top: 5px;	
	margin-left: 14px;
	
	margin-bottom: 3px;
}

.subsubmenu > .menuitem {
	margin-bottom: 4px;
}

.subsubmenu > .menuitem img {
	padding-left: 20px;
	padding-top: 4px;
}

.subsubmenu > .menuitem_on {
	background-color: #e51b24;
	background-image: none;
}

.subsubmenu > .menuitem_off {
	background-color: #062a4d;
	background-image: none;
}



/* FOOTER */

#footertekst {
	position: absolute;
	left: 252px;
	bottom: 16px;
}

#footerrechts {
	position: absolute;
	right: 40px;
	bottom: 16px;
	
	text-align: right;
}

#footertekst, #footertekst *, #footerrechts, #footerrechts * {
	color: #b4c8e4;
}

#contactgegevens {
	position: absolute;
	bottom: 64px;
	left: 23px;
	
	width: 192px;
}

/* CONTENT */

#content ul {
	margin-left: 18px;
	list-style-image: url(/images/li.gif);
}

#content ol {
	margin-left: 24px;
}

#content p {
	margin-top: 0;
	margin-bottom: 1em;
}

#content li {
	margin-bottom: 10px;
}

/* HOME */

#home {
	position: relative;	
	margin-bottom: 12px;
	
	width: 678px;
	overflow: hidden;
}

#welkomstekst {
	position: relative;
	width: 100%;
}

#openingsuren {
	position: relative;	
	width: 328px;
}

#nieuws {
}

#nieuws_image {
	position: absolute;
	top: -3px;
	left: 0px;
}

.nieuwsitem {
	position: relative;

	margin: 0 17px 0 3px;
	
	padding-bottom: 24px;
	
	text-align: justify;
}

.nieuwsitem .datum {
	position: absolute;

	color: #ffffff;
	
	width: 27px;
	height: 27px;
	
	text-align: center;
		
	background-image: url(/images/background_datum.gif);
	
	text-transform: uppercase;
}

.nieuwsitem .tekst {
	position: relative;
	margin-left: 43px;
}

.leesmeer, .terug {
	height: 20px;
	text-align: right;
	width: 335px;
	margin-left: 46px;
	margin-top: -10px;
}


.nieuwsitem .leesmeer {
	margin-left: 43px;
	background-image: url(/images/background_leesmeer.gif);
	background-repeat: no-repeat;
}

.leesmeer img, .terug img {
	vertical-align: top;
	padding-left: 5px;
}

#kijker {
	position: relative;
	left: -7px;
	
	width: 698px;
	height: 248px;
	overflow: hidden;
	
	margin-top: 30px;
	
	background-image: url(/images/background_referenties.gif);
	background-repeat: no-repeat;
}

#panden {
	position: absolute;
	top: 50px;
	left: 11px;

	width: 676px;;
	height: 204px;
	overflow: hidden;
}

#kijkerpanden {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 888px;
	height: 204px;
	overflow: hidden;
}

#scroll {
	position: absolute;
	top: 0px;
	left: 0px;

	height: 204px;
}

#biv {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 282px;
}


#biv, #biv * {
}

#makelaar {
	position: relative;
	margin-top: 1em;
	
	height: 2em;
	margin-bottom: 1em;
}

#makelaar > img {	
	margin: -15px 15px 0 15px;
}

#makelaar img, #makelaar div {
	position: relative;
	display: inline;
	float: left;
}

#bivgif {	
	margin: -5px 15px 0 0;
}


/* KIJKER */

.kijker_pand {
	position: relative;
	float: left;
	display: inline;
	
	width: 221px;
	height: 198px;
	
	background-image: url(/images/background_kijkerpand.gif);
	background-repeat: no-repeat;
}


.kijker_foto1 {
	position: absolute;
	top: 0px;
	left: 3px;
	
}

.kijker_titel {
	position: absolute;
	top: 174px;
	left: 3px;
	text-align: center;
	
	width: 217px;
	overflow: hidden;
	
	color: #455560;
	font-size: 14px;
	font-weight: bold;
}


/* AANBOD */

#aanbod {
	position: relative;
	
	width: 666px;
	margin-top: 1em;
}


#aanbod .nav {
	margin-right: 11px;
}

#aanbod ul {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

#aanbod li {
	position: relative;
        
	width: 666px;
	height: 177px;

        margin-bottom: 0px;
        margin-right: 0px;

	list-style: none;
}

#aanbod a {
	color: #4d2798;
}

.pand {
	position: relative;
	width: 666px;
	height: 158px;	
	overflow: hidden;
}

.pandfoto1, .projectfoto {
	position: absolute;
	top: 0px;
	left: 0px;

	border: 1px solid #ffffff;
}

.pandfoto2 {
	position: absolute;
	top: 0px;
	left: 204px;
	
	border: 1px solid #4d2798;
}

.pandfoto3 {
	position: absolute;
	top: 77px;
	left: 204px;
	
	border: 1px solid #4d2798;
}

.pandsticker {
	position: absolute;
	top: 0px;
	left: 0px;
}

.pandtekst {
	position: absolute;
	top: 0px;
	left: 216px;
	
	width: 296px;
	height: 157px;
	border-bottom: 1px solid #3174b0;
	
	background-color: #062a4d;
	color: #b4c8e4;
}

.pandref {
	position: absolute;
	top: 106px;
	right: 0px;
	
	width: 146px;
	
	color: #b4c8e4;
	text-align: center;	
}

.pandadres {
	position: absolute;
	top: 11px;
	left: 7px;

	font-weight: bold;
	
	z-index: 1;
}

.pandstatus {
	position: absolute;
	top: 11px;
	right: 7px;
	
	text-align: right;
	color: #062a4d;
	
	z-index: 0;
}

.pandsubtype {
	position: absolute;
	top: 48px;
	left: 7px;

	font-weight: bold;
}

.pandslaapkamers {
	position: absolute;
	top: 74px;
	left: 7px;

	font-weight: bold;
}

.pandwoonopp {
	position: absolute;
	top: 99px;
	left: 7px;

	font-weight: bold;
}

.pandprijs {
	position: absolute;
	top: 137px;
	left: 7px;
}

.pandinfo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
}

.pandtekst strong, .pandtitel .bold {
	color: #ffffff;
	font-weight: bold;
}

.panddesc {
	display: none;

	height: 70px;
	overflow: hidden;

	padding-top: 6px;
	padding-bottom: 6px;

	border-top: 1px dotted #4d2798;
	border-bottom: 1px dotted #4d2798;
	
	margin-bottom: 10px;
}

#sorteren {
	position: absolute;
	top: 10px;
	right: 0px;

	width: 735px;
	text-align: right;
}

#filter {
}


/* DETAIL */

#detailtitel {
	width: 440px;
	
	overflow: hidden;
}

#detailtitel img, #detailtitel span {
	position: relative;
	display: inline;
	float: left;
}

.nav {
	position: absolute;
	top: 1em;
	right: 40px;

	height: 1em;
}

.nav a {
}

.nav div {
	position: relative;
	float: right;
	display: inline;
	
	margin-left: 1px;
}

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 236px;
	height: 40px;
}

#nav #overzicht {
	position: absolute;
	top: 0px;
	right: 0px;
}

#nav #volgende {
	position: absolute;
	top: 21px;
	right: 0px;
}

#nav #vorige {
	position: absolute;
	top: 21px;
	right: 123px;
}

#nav #spacer {
	position: absolute;
	top: 21px;
	right: 122px;
}

#fotos {
	position: relative;
	margin-top: 10px;
	
	width: 666px;
	height: 278px;
}

#hoofdfoto {
	position: relative;
}

#meerfotos {
	position: absolute;
	
	top: 258px;
	left: 363px;	
}

#slideshow {
	position: absolute;
	
	top: 233px;
	left: 532px;
}

#gtab1 {
	position: absolute;
	
	top: 208px;
	left: 532px;
}

#thumbnails {
	position: absolute;
	top: 0px;
	left: 363px;
	
	width: 170px;
	height: 254px;
}

.thumbdiv {
	position: relative;
	width: 78px;
	height: 60px;

	margin: 0 4px 4px 0;
}

.thumb {
	border: 1px solid #39495a;
}

#previousdiv, #morediv, #nextdiv {
	position: relative;
	display: inline;
	float: left;
}

#overzicht {
	position: relative;
	float: right;
	display: inline;
	
	text-align: left;
	background-color: #4d2798;
	text-transform: uppercase;

	height: 14px;
	margin-bottom: 5px;
}

.knoppen {
	position: relative;
	
	width: 707px;
	height: 29px;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}


.knoppen div {
	position: relative;
	display: inline;
	float: left;

	margin-right: 22px;
}

.knoppen div div {
	padding: 0px;
	margin: 0px;
	
}

.knoppen * {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.knoppen a, .knop img {
	display: block;
}

.padded {
	margin: 0px;
	height: 21px;
}

.padded div {
	padding: 4px 10px 4px 10px;
	margin: 0 2px 0 0;
	
}

.pandtekst > .stippel_boven {
	position: absolute;
	top: 28px;
	left: 7px;

	width: 280px;
}

.pandtekst > .stippel_onder {
	position: absolute;
	top: 120px;
	left: 7px;
	
	width: 280px;
}

.ro_details {
	color: #ffffff;
	text-transform: uppercase;
}


/* INDELING */

.subtitle {
	display: block;
	font-weight: bold;
	color: #b4c8e4;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.room_details {
	color: #ffffff;
}


/* GOOGLE MAP */

.tooltip {
	border: 1px solid #808080;
	padding: 2px 5px 2px 5px;
	color: #000000;
	background-color: #FFFEEE;
	font-weight: normal;
}

#googleplan {
	position: relative;
	width: 765px;
	margin-bottom: 10px;
}

.googletab {
	position: relative;
	float: left;
	margin-right: 1px;
}

#mapcont a {
	color: #000000;
}



/* MISC */

.png {
	behavior: url(/includes/iepngfix.htc);
}


h1 {
	font-size: 15px;
	font-weight: normal;
	
	background-color: #e51b24;

	width: 384px;
	height: 19px;
	
	padding: 0 0 0 30px;
	margin: 0 0 18px 0;

	background-image: url(/images/icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-weight: bold;
}

#nieuws h1 {
	padding: 0 0 0 62px;
	margin: 0 0 18px 0;
	
	background-color: #4d2798;
}

h2 {
	font-size: 15px;
	font-weight: normal;

	width: 351px;
	height: 19px;
	
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	
	background-color: #4d2798;
	font-weight: bold;
	color: #ffffff;
}

div {
	vertical-align: top;
}

.hr {
	position: relative;
	background-image: url(/images/hr.png);
	background-repeat: repeat-x;

	height: 2px;
	width: 100%;
	overflow: hidden;
	
	margin-top: 9px;
	margin-bottom: 9px;
}

.stippel {
	position: relative;
	background-image: url(/images/stippel.gif);
	background-repeat: repeat-x;

	height: 2px;
	width: 100%;
	
	margin-top: 6px;
	margin-bottom: 10px;
}


.onderbreking {
	position: relative;
	
	width: 765px;
	height: 10px;

	margin-top: 10px;	
	margin-left: -15px;
	
	background-color: #000000;
}

.small, .small a, .small i, .small b, .small p {
	font-size: 10px;
}

.spacer {
	color: #FCBF26;
}

/* NIEUWBOUW */

#geografisch_downloads {
	position: absolute;
	top: 12px;
	left: 535px;
	
	width: 220px;
}

#geografisch_downloads div 
{
	margin-bottom: 0px;
}

#nieuwbouwlijst {
	position: relative;
}

#nieuwbouwlijst a {
	color: #000000;
}

.nieuwbouwlijsthr {
	border-top: 1px solid white;
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrbottom {
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrtop {
	border-top: 1px solid white;
}


.formbutton {

}

.kadertekst {
	z-index: 10;
	margin-bottom: 30px;
	
	padding: 0px;
	padding: 9px 6px 9px 6px;
	
	background-color: #062a4d;
	color: #b4c8e4;
	border-bottom: 1px solid #3174b0;
}

.kadertitel {	
	padding: 0 0 0 6px;
	padding: 0px;
	
	margin: 0px;
	
	margin-bottom: -7px;
 }

.kadertekst strong {
	font-weight: normal;
	color: #ffffff;
}

.align_right {
	text-align: right;
}
.print {
	display: none;
}

.geel {
	color: #ffcc00;
	color: red;
}

.topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}

.kader {
	border: 1px solid #39495a;
}

.kader2 {
	border: 1px solid #6089b1;

}

#wait {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.title {
	margin-bottom: 1em;
	
	display: block;
	
	z-index: 1;
}

.title_klein {
	padding-bottom: 10px;
	border-bottom: 2px solid #ef4035;
	margin-bottom: 12px;
	
	display: block;
	
	z-index: 1;
}

.blokske {
	overflow: hidden;
	padding-left: 8px;
}

.blokske h1 {
	margin-left: -8px;
}

.blokske * {
	color: #ffffff;
}

.blokske a {
	color: #ffffff;
}