/* ALTA BUILD */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
}

html, body {
	margin: 0px;
	padding: 0px;

	min-width: 949px;
	height: 100%;

	background-image: url(/img/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #333333;
}

UL, ul {
	list-style-image: url(/img/bullet.gif);
	margin-top: 4px;
}

LI {
	list-style-image: url(/img/bullet.gif);
	margin-left: 26px;
}

input, select, option, textarea {
	font-size: 11px;

	color: #000000;
}

div {
	vertical-align: top;
	position: relative;
	text-align: justify;

	font-size: 11px;
	line-height: 13px;
	
	color: #000000;
	
}

p {
	font-size: 11px;
	line-height: 13px;
	color: #000000;

	margin: 0;
}

H1 {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin: 0;
}

H2 {
	font-size: 12px;
	color: #333333;
	margin: 0;
}

H3 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0;
}

hr {
	height: 1px;

	border: none;

	background-color: transparent;
	background-image: url(/img/hr.gif);
	background-repeat: repeat-x;
	background-position: top left;

	margin: 8px 0px 8px 0px;
}

.kader {
	border: 1px solid #005192;
}

.white {
	color: #FFFFFF;
}

form {
	margin: 0px 0px 0px 0px;
}

#container {
	position: relative;
	margin: 0 auto;

	min-width: 949px;
	width: 949px;

	height:auto !important;
	height:100%;
	min-height:100%;

	z-index: 9999;
}

#header {
	position: relative;
	height: 200px;

	z-index: 3;
}

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

	width: 191px;
	min-height: 100%;
	height:auto !important;	

	z-index: 999;

	background-image: url(/img/background_container.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#content {
	position: relative;
	
	min-height: 100%;
	height:auto !important;	

	margin-bottom: 73px;
	margin-left: 191px;

	padding: 0px 0px 26px 0px;

	z-index: 3;

	background-image: url(/img/background_container.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#page {
	position: relative;

	height: 100%;
	margin-bottom: 26px;
	margin-right: 5px;

	padding: 0px 37px 0px 10px;

	z-index: 3;
}

#sitefooter {
	position: relative;
	margin: 0 auto;

	min-width: 100%;
	width: 100%;

	margin-top: -73px;

	height: 73px;

	background-image: url(/img/background_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.clearfloats
{
	clear: both;
}


/* CONTAINER */

#contenttop {
	position: absolute;

	top: 201px;
	left: 14px;

	z-index: 3;
}

#shadowtop {
	position: absolute;

	top: 112px;
	left: 183px;

	z-index: 3;
}

#shadowmiddle {
	position: absolute;
	top: 230px;
	bottom: 127px;
	left: 183px;

	padding: 0px 0px 0px 0px;

	z-index: 3;
}

#shadowbottom {
	position: absolute;

	bottom: 24px;
	left: 183px;

	z-index: 3;
}


/* HEADER */


#headerbg {
	position: absolute;

	top: 34px;
	left: 14px;

	z-index: 2;
}

#hmodh {
	position: absolute;

	width: 440px;
	height: 18px;
	top: 7px;
	right: 37px;

	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #E6E6E6;

	text-align: right;

	z-index: 2;
}

#hmodh A {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #E6E6E6;
}

#hmodh STRONG, #hmodh B {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
}

#logo {
	position: absolute;

	top: 54px;
	left: 0px;

	z-index: 4;
}

#topsticker {
	position: absolute;

	top: 44px;
	left: 666px;

	z-index: 3;
}


/* MENU */

.menuitem_off {
	position: absolute;
	width: 167px;
	height: 38px;
	left: 14px;

	background-color: transparent;
	background-image: url(/img/menuitem_off.png);
	background-repeat: no-repeat;
	background-position: top right;

	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;

	text-transform: uppercase;
	text-decoration: none;
	text-align: right;

	margin: 0px 14px 0px 0px;

	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}

.menuitem_off A {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;

	text-transform: uppercase;
	text-decoration: none;

	margin: 0px 11px 0px 0px;
}

.menuitem_on {
	position: absolute;
	width: 167px;
	height: 38px;
	left: 14px;

	background-color: transparent;
	background-image: url(/img/menuitem_on.png);
	background-repeat: no-repeat;
	background-position: top left;

	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;

	text-transform: uppercase;
	text-decoration: none;
	text-align: right;

	margin: 0px 14px 0px 0px;

	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}

.menuitem_on A {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;

	text-transform: uppercase;
	text-decoration: none;

	margin: 0px 11px 0px 0px;
}

.submenuitem_off {
	position: absolute;
	width: 145px;
	height: 24px;
	left: 7px;

	background-color: #AAAAA9;

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #8999A9;

	text-transform: uppercase;
	text-decoration: none;
	text-align: left;

	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}

.submenuitem_on {
	position: absolute;
	width: 145px;
	height: 24px;
	left: 7px;

	background-color: #005192;

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;

	text-transform: uppercase;
	text-decoration: none;
	text-align: left;

	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}


/* CONTENT */

#headertitle {
	position: relative;
	width: 400px;
	height: 36px;
	top: 0px;
	left: 0px;

	font-size: 18px;
	line-height: 24px;
	color: #333333;

	text-decoration: none;
	text-align: left;
}

#headertitle B, #headertitle STRONG {
	font-size: 18px;
	line-height: 24px;
	color: #333333;

	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

#headertitle SPAN {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;

	text-decoration: none;
	text-align: left;
}


/* FOOTER */

#footer {
	position: relative;
	margin: 0 auto;

	min-width: 949px;
	width: 949px;
	height: 73px;

	background-color: transparent;
	background-image: url(/img/background_content_footer.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footerkantoor {
	position: absolute;
	
	width: 154px;
	height: 78px;

	top: -98px;
	left: 23px;

	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: right;

	z-index: 3;
}

#footertext {
	position: absolute;
	
	width: 736px;
	height: 21px;

	top: 46px;
	left: 191px;

	font-size: 11px;
	line-height: 21px;
	color: #F7F5F5;
	text-align: center;

	z-index: 3;
}

#footertext > *, .footertext, .footertext b, .footertext a, .footertext span {
	font-size: 11px;
	line-height: 21px;
	color: #F7F5F5;
}


/* HOMEPAGE */

#home_module {
	position: relative;
	width: 379px;
	height: 1px;
	float: right;
	display: inline;

	z-index: 3;
}

#kijkerbackground {
	position: relative;
	width: 379px;
	height: 1px;
}

#kijkerbg {
	position: absolute;
	width: 388px;
	height: 635px;
	top: -213px;
	left: 24px;
}

#kijker {
	position: relative;
	width: 286px;
	height: 529px;
	top: -166px;
	left: 74px;

	z-index: 2;
}

#kijkersticker {
	position: relative;
	width: 145px;
	height: 1px;
	top: -713px;
	left: 55px;

	z-index: 99999;
}

#kijkerrealsticker {
	position: absolute;
	width: 145px;
	height: 147px;
	top: 0px;
	left: 0px;

	z-index: 99999;
}

.kijker_1 {
	position: relative;
	width: 286px;
	height: 529px;
	top: -166px;
	left: 74px;

	z-index: 2;
}

.kijker_pand {
	position: absolute;
	
	width: 286px;
	height: 529px;
	top: 0px;
	left: 0px;

	z-index: 2;
}

.kijker_foto, .kijker_swoosh {
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 2;
}

.kijker_type {
	position: absolute;
	width: 262px;
	height: 17px;
	top: 227px;
	left: 10px;

	font-size: 14px;
	line-height: 17px;
	color: #005192;

	background-color: #F8F8F8;

	text-align: left;
	overflow: hidden;

	z-index: 2;
}

.kijker_type B {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #005192;
}

.kijker_gemeente {
	position: absolute;
	width: 262px;
	height: 17px;
	top: 244px;
	left: 10px;

	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

	background-color: transparent;
	background-image: url(/img/background_kijkergemeente.gif);
	background-repeat: no-repeat;
	background-position: top left;

	text-align: left;
	overflow: hidden;

	z-index: 2;
}

.kijker_postcode {
	font-size: 12px;
	line-height: 17px;
	color: #505050;

	text-align: left;
}

.kijker_prijs {
	position: absolute;
	width: 262px;
	height: 17px;
	top: 275px;
	left: 10px;

	font-size: 14px;
	line-height: 17px;
	color: #000000;

	background-color: transparent;
	background-image: url(/img/background_kijkerprijs.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2;
}

.kijker_prijs B {
	font-size: 14px;
	line-height: 17px;
	color: #005192;
}

.kijker_descr {
	position: absolute;
	width: 260px;
	height: 140px;
	top: 347px;
	left: 10px;

	font-size: 12px;
	line-height: 14px;
	color: #505050;

	background-color: #F7F5F5;
	overflow: hidden;
	z-index: 2;
}

.kijker_info {
	position: absolute;
	top: 511px;
	left: 187px;
	z-index: 2;
}


/* CONTACT */

.contactform {
    font-size: 10px;
    line-height: 15px;
    color: #000000;
}


/* AANBOD */

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

#aanbod ul {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

#aanbod li {
	position: relative;
	display: inline;
	float: left;

	list-style: none;
	margin-left: 0px;
}

.pand {
	position: relative;

	width: 711px;
	height: 296px;
}

.pandbackground {
	position: absolute;
	top: -3px;
	left: -7px;
}

.pandfoto {
	position: absolute;
	top: 16px;
	left: 18px;
}

.pandsticker {
	position: absolute;
	top: 196px;
	left: 2px;
}

.pandstickertext {
	position: absolute;
	width: 272px;
	height: 17px;
	top: 203px;
	left: 21px;

	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #333333;

	text-align: left;
	overflow: hidden;
	cursor: default;

	z-index: 2;
}

.pandtype {
	position: absolute;
	width: 365px;
	height: 17px;
	top: 51px;
	left: 331px;

	font-size: 14px;
	line-height: 17px;
	color: #005192;

	text-align: left;
	overflow: hidden;

	z-index: 2;
}

.pandtype B {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #005192;
}

.pandgemeente {
	position: absolute;
	width: 365px;
	height: 17px;
	top: 66px;
	left: 331px;

	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

	text-align: left;
	overflow: hidden;

	z-index: 2;
}

.pandpostcode {
	font-size: 12px;
	line-height: 17px;
	color: #505050;

	text-align: left;
}

.panddescr {
	position: absolute;
	width: 365px;
	height: 104px;
	top: 89px;
	left: 331px;

	font-size: 12px;
	line-height: 14px;
	color: #505050;

	overflow: hidden;
	z-index: 2;
}

.pandinfo {
	position: absolute;
	top: 212px;
	left: 600px;
	z-index: 2;
}

.pandprijs {
	position: absolute;
	width: 260px;
	height: 17px;
	top: 222px;
	left: 331px;

	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;

	z-index: 2;
}

.pandprijs B {
	font-size: 14px;
	line-height: 17px;
	color: #005192;
}

