body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

* {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

a:link { color: #000000;}
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }


/* SITE LAYOUT */

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

	min-height: 100%;

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

#siteheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 85px;
	text-align:center;

	background-image: url(/images/background_header.gif);
	background-repeat: repeat-x;
}

#sitefooter {
	position: relative;


	bottom: 397px;
	height: 397px;
	margin-bottom: -397px;

	width: 100%;
	text-align: center;

	background-image: url(/images/background_gradient.gif);
	background-repeat: repeat-x;
}

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

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

#main {
	position: relative;

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

	text-align: left;

	margin: 0px auto;
	width: 967px;

	z-index: 2;
}

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

	margin-top: 60px;
	margin-bottom: 76px;
		
	width: 755px;
}

#content p {
	margin-left: 5px;
}


/* HEADER */

#header {
	position: relative;
	height: 85px;
}

#titel {
	position: absolute;
	top: 0px;
	left: 202px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#button {
	position: absolute;
	right: 1px;
	top: 48px;

}

#hmodh {
	width: 182px;
	height: 87px;
	margin-left: 10px;
}

#hmodhtekst, #hmodhtekst a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 4px;
	margin-left: 40px;
}

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

	margin-top: 72px;
	margin-bottom: 76px;
	margin-right: 7px;

	width: 202px;

	z-index: 3;
}

#sidebarmenu {
	position: relative;
	margin-top: -2px;
	width: 202px;
		
	background-image: url("/images/background_sidebar.gif");
	background-position: bottom left;
	background-repeat: no-repeat;

	padding-bottom: 20px;
}

.sidebarbanner {
	position: relative;
}

.sidebarlink {
	position: absolute;
	top: 0px;
	left: 0px;
}

#sidebar a {
	color: #233381;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul {
	list-style: none;
	margin-top: 2px;
	margin-left: 19px;
	width: 168px;
}
#sidebar img {
	margin-bottom: -2px;
}
#sidebar li {
	margin-bottom: 6px;
}

#menu {
	position: absolute;
	top: 52px;
	left: 202px;
}

#menu ul, #submenu ul {
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
}

#submenu li {
	display: inline;
	float: left;
	margin-bottom: -3px;
}

#submenu {
	position: absolute;
	top: -67px;
	left: -13px;
	height: 29px;
	text-align: center;
	background-image: url(/images/background_submenu.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 30px;
	font-size: 11px;

	z-index: 2;
}

.tab {
	position: absolute;
	top: -72px;
	height: 4px;
	z-index: 2;
}

#tab_links {
	float: left;
}

#tab_center {
	float: left;
	margin-left: -9px;
}

#tab_rechts {
	float: right;	
	margin-top: -4px;
}

#tab_home, #tab_wie {
	width: 73px;  /* breedte van image + 10 */
	left: -12px;
}
#tab_over {
	width: 93px;
	left: 51px;
}
#tab_historiek {
	width: 95px;
	left: 51px;
}
#tab_homebouwen {
	width: 86px;
	left: 134px;
}
#tab_wiebouwen {
	width: 86px;
	left: 134px;
}
#tab_realisaties {
	width: 109px;
	left: 209px;
}
#tab_beleggen {
	width: 96px;
	left: 213px;
}
#tab_referenties {
	width: 115px;
	left: 299px;
}
#tab_contact {
	width: 85px;
	left: 309px;
}
#tab_homecontact {
	width: 85px;
	left: 402px;
}


/* FOOTER */

#footer {
	position: relative;
	height: 76px;
}

#footertekst {
	position: absolute;
	left: 209px;
	bottom: 4px;
	width: 754px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 1.8em;
}

#footertekst a, #footer strong {
	font-size: 11px;
	color: #FFFFFF;
}

#piramide {

	position: absolute;
	bottom: 86px;
	left: 48px;
}


/* MAIN */

#slagzin {
	position: absolute;
	top: -40px;
	left: 13px;

	font-weight: bold;
	font-size: 16px;
	color: #20317f;
}

#hometekst {
	width: 750px;
}


/* KAART */
#overzichtskaart {
	position: relative;	
	height:580px;	
}
.style1 { font-size:9px; font-weight:bold; color:white;}
#homemap {
	position: absolute;
	top: 35px;
	left: 6px;
	width: 746px;
	height: 322px;
}
#zoekkaart {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 758px;
	height: 41px;
}
#selectie {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 758px;
	height: 41px;
}
#selectiebackground {
	position: absolute;
	top: 405px;
	left: 246px;
	width: 512px;
	height: 178px;
}
.typecheck {
	line-height:23px;
	list-style: none;
	margin-left: 20;
	color:white;
}
#selectietype {
	position:absolute;
	top:443px;
	left:260px;
	width:165px;
	height:137px;
}
#typespacer1 {
	position: absolute;
	top: 436px;
	left: 411px;
	width: 11px;
	height: 137px;	
}
#selectiegemeente {
	position:absolute;
	top:443px;
	left:410px;
	width:175px;
	height:137px;
}
#typespacer2 {
	position: absolute;
	top: 436px;
	left: 597px;
	width: 11px;
	height: 137px;	
}
#selectiestraal {
	position: absolute;
	top: 443px;
	left: 595px;
	width: 150px;
	height: 137px;
}
#resultaatbutton {
	position: absolute;
	top: 570px;
	left: 246px;
	width: 512px;
	height: 41px;
	text-align: center;
}
#verkoopuweigendom {
	position: absolute;
	top: 445px;
	left: 5px;
	width: 234px;
	height: 164px;
	background-image: url(/images/background_verkoop_en_bouw.gif);
}
#verkoopflash {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 226px;
	height: 156px;
}
#verkooplink {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 226px;
	height: 156px;
}


/* WIE */

#wietekst {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 485px;
}

#wietekst .highlight {
	color: #14267a;
}

#happyfamily {
	float: right;
	margin-left: 20px;
}

#troeven {
	position: relative;
	margin-bottom: 16px;
	margin-right: 16px;
}

#troeven h1 {
	margin: 0px;
}

#troeven_content {
	position: absolute;
	margin-left: 26px;
	margin-top: 15px;
	width: 200px;
	height: 115px;
	overflow: hidden;
}

#troeven ul {
	list-style-image: url(/images/bullet.gif);
	margin-left: 26px;
	margin-top: 4px;
}

#troeven li, #troeven li a {
	font-size: 11px;
}

#swap {
	width: 259px;
	height: 325px;
	background-image: url(/images/background_swappicture.png);
	background-repeat: no-repeat;
}
#swap2 {
	width: 239px;
	height: 325px;
	background-image: url(/images/background_swappicture2.png);
	background-repeat: no-repeat;
}
#links {
	float: left;
	width: 240px;
	margin-right: 18px;
}
#arteboimages {
	float: left;
	margin-right: 30px;
	background-image: url(/images/background_terra.png);
	background-repeat: no-repeat;

}
#terra2images {
	position: relative;
	float: right;
	margin-left: 30px;
	background-image: url(/images/background_terra.png);
	background-repeat: no-repeat;
}
#terra2 {
	position: absolute;
	top: 30px;
	left: 20px;
}
#artebologo {
	position: absolute;
	top: 72px;
	left: 22px;
}

#rechts {
	float: left;
	width: 496px;
}

#linkerimg {
	float: left;
	margin-right: 25px;
}

#rechterimg {
	float: right;
	margin-left: 25px;
}

#content .bullets {
	margin-left: 30px;
	list-style-image: url(/images/bullet.gif);
}

.bulletsformule {
	margin-left: 20px;
	list-style-image: url(/images/bullet.gif);
}

h1 {
	font-size: 14px;
	color: #14267a;
	margin-left: 5px;
	margin-bottom: 1em;
}
h2 {
	color: #14267a;
	margin-left: 5px;
	margin-bottom: 1em;
}
h3 {
	color: #14267a;
	margin-left: 5px;
	margin-bottom: 1em;
}

#huizen {
	margin-top: 25px;
}


/* OVER */

#over_historiek {
	text-align: left;
	position: relative;
	margin-left: 256px;
	margin-bottom: 2em;
}

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

#over_historiek_onder {
	position: relative;
}


/* REALISATIES */

.realisatieimg {
	margin-right: 10px;
	margin-bottom: 10px;
}


/* TROEVEN */

#verkoopbouw_tekst {
	float: left;
	width: 488px;
	margin-right: 28px;
}
#verkoopbouw_tekst li {
	margin-bottom: 1em;
}


/* CONTACT */

#contact_links {
	float: left;
	width: 365px;
	margin-left: 5px;
	margin-right: 18px;
}

#contact_rechts {
	float: left;
	width: 357px;
}

#contact {
	float: left;
	width: 740px;
	margin-left: 5px;
}


/* OPENDEUR */

#opendeur {
	float: left;
	width: 750px;
	margin-left:5px;
}


/* NIEUWS */

#nieuws {
	float: left;
	width: 750px;
	height: 320px;
}
#nieuws h3 {
	font-size:14px;
	color: #14267a;
	margin-left: 5px;
	margin-bottom: 1em;
}
#nieuwscontent {
	margin-left: 10px;
}
#nieuwsfoto_small1 {
	position: absolute;
	width: 90px;
	height: 90px;
}
#nieuwsfoto1 {
	position: absolute;
	width: 90px;
	height: 90px;
}
#nieuwsfoto_small {
	position: absolute;
	width: 98px;
	height: 98px;
	background-image:url('/images/background_nieuwsfoto_small.gif');
}
#nieuwsfoto {
	position: absolute;
	width: 158px;
	height: 158px;
	background-image:url('/images/background_nieuwsfoto.gif');
}


/* EVENEMENTEN */

#evenementen {
	position: relative;
	width: 750px;
	height: 370px;
}


/* VACATURES */

#vacature {
	float: left;
	margin-left: 5px;
	width: 745px;
}
#profiel {
	margin-left: 5px;
}
#hoe {
	margin-left: 5px;
}


/* WERFLIJST */

#werflijst_links {
	float: left;
	width: 359px;
	margin-right: 18px;
	margin-left: 5px;
}

.werflijst_bullet {
	padding-left: 30px;
	font-style: italic;
	list-style-image: none;
}

#werflijst_rechts {
	float: left;
	width: 359px;
	margin-left: 5px;
}


/* VERBOUWEN */
#verbouwen_foto {
	width: 492px;
}


/* AANBOD */

.offer {
	color: #545454;
}
.offer a:link {
	color: #5FA1EB;
	text-decoration: underline;
}
.offer a:visited {
	color: #5FA1EB;
	text-decoration: underline;
}
.offer a:hover {
	color: #5FA1EB;
	text-decoration: underline;
}
.offer a:active {
	color: #5FA1EB;
	text-decoration: underline;
}
.offer b {
	color: #303030;
}
.offertitle {
	font-size: 16px;
	font-weight: bold;
	color: #14267A;
}
.offertype {
	font-size: 11px;
	color: #14267A;
}
.offertype b {
	font-size: 11px;
	color: #14267A;
}
.imgkader {
	border: 1px solid #5E5E5E;
}
#bigphototd {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5 5 5 5;
}


/* MISC */

div {
}

.hr {
	display: block;
	height: 25px;
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 1em 4px 1em 4px;
}

.hr2 {
	display: block;
	height: 25px;
	background-image: url(/images/hr2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 1em 4px 1em 4px;
}

hr {
	display:none;
}

.clearfloats
{
	clear: both;
}

.centered {
	margin: 0px auto;
	width: 967px;
}

#vertical {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 755px;
}

.spacer {
	color: white;
}

img {
	border: none;
}

.kader {
	border: 1px solid red;
}