body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

	background-color: #213357;
}

* {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	z-index: 0;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

/*
a:link { color: #d8a724;}
a:visited { color: #d8a724; }
a:hover { color: #d8a724; }
a:active { color: #d8a724; }
*/


/* SITE LAYOUT */

#site {
	position: absolute;
	width: 100%;

	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	height: 100%;
	
}

#sitemain {
	position: absolute;
	top: 0px;
	width: 100%;

	text-align: center;
	height: 100%;
}

#header {
	position: relative;

	width: 948px;
	height: 270px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 948px;
	height: 44px;
	background-image: url(images/background_footer.gif);
	background-repeat: repeat-x;
}

#main {
	position: relative;

	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

	text-align: left;

	margin: 0px auto;
	width: 948px;

	background-image: url(/img/background_main.gif);
	background-repeat: repeat-y;
}

#sidebar {
	position: relative;
	float: left;
	display: inline;

	margin-top: -31px;

	width: 195px;
	z-index: 999;

	margin-bottom: 60px;
}

#content {
	position: relative;
	float: right;
	display: inline;

	width: 730px;
	
	margin-bottom: 60px;	
}

#content ul, #content ol {
	margin-left: 18px;
}

#content ol {
	margin-left: 25px;
}



/* HEADER */

#adres {
	position: absolute;
	top: 24px;
	right: 28px;
}
#email {
	position: absolute;
	top: 112px;
	right: 28px;
}
#url {
	position: absolute;
	top: 126px;
	right: 28px;
}
#hmodh {
	position: relative;
	margin-top: 30px;
}

#flash {
	position: absolute;
	top: -24px;
	left: 339px;
}

#badge {
	position: absolute;
	top: 30px;
	left: 30px;
}




/* FOOTER */

#footertekst {
	position: absolute;
	color: #213357;
	bottom: 10px;
	width: 948px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 9px;
}
.em {
	color: #ef7a29;
	font-weight: bold;
	font-size: 9px;
}
#footertekst a {
	color: #ef7a29;
	font-size: 9px;
}
#footertekst em {
	font-size: 9px;
}

#biv {
	position: absolute;
	bottom: 54px;
	left: 0px;

	width: 195px;
	height: 166px;

	color: #b9baba;
	z-index: 10;
}
#biv strong, #biv a {
	color: #b9baba;
}
#bivtext {
	position: absolute;
	top: 13px;
	width: 150px;

	color: #ffffff;
	font-weight: bold;

	text-align: right;
}
#bivgif {
	position: absolute;
	top: 0px;
	right: 0px;
}
#biverkend {
	position: absolute;
	top: 44px;
	right: 0px;
	color: #b9baba;

	text-align: right;
}


/* MENU */

#menu {
	position: relative;
	left: 0px;
}

#menu ul, .hoofdsubmenu li {
	list-style: none;
}

#menu li {
	margin-bottom: -3px;
}

#nieuwbouwmenu {
	margin-bottom: 12px;
}

.menu_on {
	position: relative;
	width: 195px;
	height: 26px;
	background-image: url(/menu/background_on.gif);
}

.menu_off {
	position: relative;
	width: 195px;
	height: 26px;
	background-image: url(/menu/background_off.gif);
}

.hoofdsubmenu {
	display: none;
	position: absolute;
	left: 194px;

	width: 140px;
	border: 1px solid #9099ab;
	background-color: #213357;
	z-index: 999;	
}

.menuitem {

	position: relative;
	height: 26px;
	
	margin-top: -2px;
	margin-bottom: 2px;
}

.submenuitem {
	position: relative;

	width: 130px;
	height: 24px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: -4px;
}

.submenu {
	display: none;

	position: absolute;
	top: -3px;
	left: 130px;

	width: 140px;

	border: 1px solid #9099ab;
	background-color: #213357;
	z-index: 999;	
}

/* MAIN */

#welkom, #info {
	background-image: url(images/background_kolom.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#welkomlinks {
	float: left;
	width: 327px;
	margin-bottom: 10px;

}

#welkomrechts {
	float: right;
	margin-right: 41px;
	width: 327px;
	margin-bottom: 10px;
}


/* KIJKER EN NIEUWBOUW */

.bordertitel {
	position: absolute;
	top: 4px;
	color: #213357;
	text-align: right;
	width: 163px;
	height: 28px;
	font-weight: bold;
	overflow: hidden;	
}
.borderref {
	position: absolute;
	top: 10px;
	left: 174px;
	color: #213357;
}
.bordertekst {
	position: absolute;
	top: 38px;
	left: 174px;
	width: 148px;
	color: #213357;
	height: 86px;
	overflow: hidden;
}
.borderprijs {
	position: absolute;
	left: 174px;
	bottom: 10px;
	color: #213357;
}
.borderprijs strong, .borderref strong {
	color: #213357;
}
.borderimg {
	position: absolute;
	bottom: 6px;
	left: 6px;
	border: 1px solid #213357;
	
}
.borderborder {
	position: absolute;
	left: 6px;
	bottom: 0px;
}
.borderstrepeke {
	position: absolute;
	top: 4px;
	left: 168px;
}
.borderstreep {
	position: absolute;
	top: 124px;
	left: 174px;
}
.borderpluske {
	position: absolute;
	bottom: 30px;
	right: 5px;
}
.borderie6 {
	visibility: hidden;
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 999;
}


/* NIEUWS */

#nieuws {
	position: relative;
	width: 327px;
}

#nieuws ul {
	margin-left: 0px;
	list-style: none;
}

#nieuws li {
	position: relative;
	margin-bottom: 1em;
	margin-right: 30px;
	color: #FFFFFF;
	width: 300px;
}

#nieuwslist {
	width: 430px;
	list-style: none;
	margin-left: -20px;
}

#nieuwslist ul {
	list-style: none;
}

#nieuwslist li {
	margin-bottom: 1em;
}

.pluske {
	float: right;
	margin-right: -30px;
	margin-top: 10px;
}
#meernieuws {
	width: 292px;
	text-align: right;
	margin-right: 30px;
}


/* AANBOD */

#aanbodtekst {
	margin-top: 8px;
	width: 704px;
}

#aanbod {
	position: relative;
	width: 704px;
}

#aanbod ul {
        list-style: none;
	margin-left: 0px;
}

#aanbod li {
	margin-bottom: 21px;
	float: left;
}

.pand {	
	position: relative;
	width: 704px;
	height: 133px;
	margin-right: 29px;
	background-image: url(images/background_aanbod.gif);
}

.project {	
	position: relative;
	width: 704px;
	min-height: 133px;
	margin-right: 29px;
	
	background-color: #FFFFFF;
}

.pandtype {
	position: absolute;
	top: 8px;
	left: 177px;
	color: #213357;
	font-weight: bold;
}

.pandinfo {
	position: absolute;
	bottom: 5px;
	right: 13px;
	height: 16px;
}

.pandprijs {
	position: absolute;
	bottom: 11px;
	left: 177px;
	color: #213357;
}

.pand strong {
	color: #213357;
}

.pandtext {
	color: #213357;
	position: relative;
	top: 36px;
	left: 177px;
	width: 520px;
	height: 62px;
	overflow: hidden;
}

.pandref {
	position: absolute;
	top: 8px;
	right: 10px;
	text-align: right;
	width: 520px;
	color: #213357;
}
.pandfoto {
	position: absolute;
	border: 1px solid #213357;
	top: 5px;
	left: 5px;
}
.sticker {
	position: absolute;
	top: 5px;
	left: 5px;
}
.pandstreeptop {
	position: absolute;
	left: 176px;
	top: 27px;
}
.pandstreepbottom {
	position: absolute;
	left: 176px;
	top: 98px;
}
.pandpluske {
	position: absolute;
	bottom: 6px;
	right: 16px;
}

.projectpluske {
	position: absolute;
	top: 0px;
	right: 6px;
}

.projectpanden {
	position: relative;
	margin-top: 38px;
	margin-left: 177px;

	width: 520px;
	
	margin-bottom: 4px;
}

.projectpanden th {
	border-bottom: 1px solid #213357;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	
	color: #213357;
}

.projectpanden td {
	border-bottom: 1px solid #213357;
	padding: 2px;

	color: #213357;
}

#sorteren {
	position: absolute;
	text-align: right;
	top: 50px;
	right: 48px;
	width: 300px;
}

.panden td {
	padding: 0 3px 0 3px;
}

#filteren {
	position: relative;
	margin-top: 1em;
	width: 724px;
}


/* DETAIL */

#detailtext {
	margin-left: 10px;
	width: 723px;
}
	
#detailtext P {
	margin-top: 5px;
}


#nav {
	margin-left: 2px;
	margin-bottom: 12px;
	padding: 0px;
}

#nav img, #acties img {
	margin-right: -4px;
	margin-bottom: -2px;
}

#beschrijving {
        width: 723px;
	margin-bottom: 10px;
}


#beschrijving H1 {
	font-size: 13px;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: normal;
}
#beschrijving H1 strong {
	font-size: 13px;
	color: #ffffff;
}


#fotos {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 2px;
}

#fotolinks {
	position: relative;
	float: left;
	width: 466px;
}
.foto {
	position: absolute;
	top: 5px;
	left: 5px;
}
#fotoborder {
	position: relative;
	top: 0px;
	left: 0px;
	height: 356px;
}
#border {
	position: absolute;
}

#fotorechts {
	float: right;
	margin-right: 46px;
	width: 216px;
}
.thumb {
	background-image: url(images/border_thumb.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 85px;
	
	padding-left: 4px;
	padding-top: 4px;
	margin-right: -5px;
	margin-bottom: -5px;
}
#thumbborder {
	position: absolute;
	top: 0px;
	left: 0px;
}


#algemeen {
	margin-top: 10px;
}

#algemeen table, #algemeen p {
	margin-bottom: 1em;
}


#algemeen caption {
	color: #ff8331;
	text-align: left;
	font-weight: bold;
}

#algemeen td {
	padding-right: 15px;
}


#indeling {
	margin-bottom: 17px;
}

#algemeen ul, #indeling ul {
	position: relative;
	list-style: none;
	margin-left: 0px;
	margin-top: 12px;
}

#algemeen li, #indeling li {
	float: left;
	display: inline;
}

#movie {
	position: relative;
	margin-bottom: 12px;
	margin-left: 4px;
	width: 214px;
	height: 34px;
}


#plan {
	position: relative;
	width: 681px;
	margin-left: 2px;
	margin-top: 1em;
}


/* MISC */

.border {
	position: relative;
	color: #213357;
	width: 327px;
	height: 168px;
	background-image: url(images/background_kader.png);
	background-repeat: no-repeat;
}

.clearfloats
{
	clear: both;
}

.formbutton {
	margin-top: 6px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #b9baba;
	background-color: #213357;
	color: #b9baba;
}

.nbknop {
	position: relative;
	border: none;
	background-color: #FFFFFF;

	font-size: 14px;
	font-weight: bold;
	color: #213357;
	text-align: center;

	padding: 6px;

	width: auto;
	overflow: visible;
	
	cursor: pointer;
}

.formbuttonoranje {
	margin-top: 6px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #ef7728;
	background-color: #213357;
	color: #ef7728;
	font-weight: bold;
}

.formbuttonsmall {
	margin-top: 6px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #b9baba;
	background-color: #213357;
	color: #b9baba;
}

.googletab {
	margin-top: 6px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top:1px solid #b9baba;
	border-left:1px solid #b9baba;
	border-right:1px solid #707070;
	background-color: #213357;
	margin-left:3px;
	padding: 2px;
	text-align:center;
	color: #b9baba;
	float: left;
	width: 108px;
}

input, select, option, textarea {
	color: #213357;
}

.titel {
	margin-bottom: 6px;
	display: inline; margin-right: -4px; 
}

H1 {
	color: #ff8331;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 1em;
}
H2 {
	font-size: 14px;
	color: #ff8331;
	margin-bottom: 1em;
}
H3 {
	color: #ff8331;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

HR {
	margin-left: 1px;
	margin-right: 49px;
	margin-top: 2em;
	margin-bottom: 2em;
	height: 1px;
	color: #9099ab;
}

.spacer {
	color: #b99d92;
}

.kader {
	border: 1px solid #9099ab;
}

img {
	border: none;
}

.photopop td {
	padding: 5px;
}

