/* BLAUWE WEBSITE */

* {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
	color: #D6E4F6;
}

html {
	color: #D6E4F6;
	
	background-color: #021D3E;
}

strong, .lightblue {
	color: #CADAEF;
}

a, b, .white  {
	color: #FFFFFF;
}

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

	color: #D6E4F6;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;

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

	background-image: url(/img/siteheaderbg.png);
	background-repeat: repeat-x;
	background-position: top left;

}

td, div, span {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;

	color: #D6E4F6;
}

input, select, option, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 13px;

	color: #000000;
}

div {
	vertical-align: top;
	position: relative;
}

hr {
	height: 1px;

	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #879FBD;
	border-left: none;
	border-right: none;

	background-color: #0B3C78;

	margin: 10px 0px 10px 0px;
}
LI {
	list-style-image: url('/img/bullet.gif');
}
.kader {
	border: 5px solid #026BAE;
}

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

.startkader {
	height: 1px;

	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #879FBD;
	border-left: none;
	border-right: none;

	background-color: #0B3C78;

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

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

	min-width: 948px;
	width: 948px;

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

	margin-bottom: -63px;
}

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

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

	width: 262px;
	top: 0px;
	left: 0px;
}

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

	margin-left: 262px;
	margin-top: -61px;

	padding: 0px 20px 13px 0px;
}

#page {
	position: relative;
	overflow: hidden;
		
	padding: 46px 0px 13px 24px;
}

#homepage {
	position: relative;
	overflow: hidden;
		
	padding: 0px 0px 13px 24px;
}

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

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

	height: 63px;
}

.clearfloats
{
	clear: both;
}


/* SHADOWS */
#shadowtop {
	position: absolute;
	width: 7px;
	height: 99px;
	top: 84px;
	left: 265px;
}

#shadowmiddle {
	position: absolute;
	width: 7px;
	top: 183px;
	bottom: -14px;
	left: 265px;

	z-index: 11;

	padding: 0px 0px 27px 0px;
}

#shadowbottom {
	position: absolute;
	width: 7px;
	height: 13px;
	bottom: 0px;
	left: 265px;

	z-index: 11;
}


/* HEADER */

#logo {
	position: absolute;
	top: 25px;
	left: 19px;

	z-index: 999999999999;
}


/* MENU */

.menuitem {
	position: absolute;
	width: 225px;
	height: 22px;
	left: 20px;

	cursor: pointer;
	vertical-align: bottom;
}

.menuitem_on {
	background-image: url(/img/menu_on.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.menuitem_off {
	background-image: url(/img/menu_off.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.menuitem img {
	padding-left: 37px;
}


.submenuitem_on {
	position: absolute;
	width: 225px;
	height: 18px;
	left: 20px;

	padding-left: 37px;

	cursor: pointer;
	vertical-align: bottom;	

	background-image: url(/img/submenu_on.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.submenuitem_off {
	position: absolute;
	width: 225px;
	height: 18px;
	left: 20px;

	padding-left: 37px;

	cursor: pointer;
	vertical-align: bottom;

	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
}

#nieuws {
	position: relative;

	width: 225px;
	height: 345px;
	left: 20px;
}

#nieuwstitle {
	position: absolute;
	width: 195px;
	height: 18px;
	top: 2px;
	left: 37px;

	overflow: hidden;

}

#nieuwsimage {
	position: absolute;
	width: 188px;
	height: 18px;
	top: 0px;
	left: 31px;

	background-color: #FFFFFF;

	padding: 3px 0px 0px 6px;
}

#nieuwsicon {
	position: absolute;
	width: 31px;
	height: 29px;
	top: -1px;
	left: 0px;
}

.nieuwsdatum {
	position: absolute;
	width: 28px;
	height: 30px;
	left: 0px;

	color: #FFFFFF;
	font-weight: bold;
	text-align: center;

	background-image: url('/img/icon_news_date.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.nieuwsitem {
	position: absolute;
	width: 182px;
	left: 37px;
}

.meernieuws {
	position: absolute;
	width: 75px;
	height: 15px;
	left: 150px;

	cursor: pointer;
}
.nieuwshr {
	position: absolute;
	width: 223px;
	height: 2px;
	left: 0px;
}

#hmodh {
	position: relative;
	margin-left: 20px;
}

#schatting {
	position: relative;
	margin-left: 20px;
}


/* NIEUWSPAGINA */

.bignieuwstitle {
	position: absolute;
	left: 37px;

	color: #FFFFFF;
	font-weight: bold;
}

.bignieuwsitem {
	position: absolute;
	width: 500px;
	height: 100px;
	left: 37px;
}

.meerbignieuws {
	position: absolute;
	width: 75px;
	height: 15px;
	left: 567px;

	cursor: pointer;
}
.bignieuwshr {
	position: absolute;
	height: 2px;
	left: 0px;
}



/* CONTENT */

#headertitle {
	position: absolute;
	width: 400px;
	height: 2px;
	top: 22px;
	left: 47px;

	overflow: hidden;

	color: #0B3C78;

}
#headerimage {
	position: absolute;
	width: 598px;
	height: 28px;
	top: 20px;
	left: 44px;

	background-color: #0B3C78;

	padding: 2px 0px 0px 0px;
}


/* HOME */

#kijker {
	position: relative;
	width: 643px;
	height: 237px;
	top: 0px;
	
	padding: 0px 0px 0px 0px;

	overflow: hidden;
}

#kijkertitle {
	position: absolute;
	width: 150px;
	height: 18px;
	top: 10px;
	left: 22px;

	overflow: hidden;
}

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

#kijkerimage {
	position: absolute;
	width: 280px;
	height: 23px;
	top: 10px;
	left: 22px;

	padding: 0px 0px 0px 0px;
}

.kijker_pand {
	position: relative;
	
	width: 616px;
	height: 226px;
	
	margin-left: 22px;
	margin-top: 0px;
}

.kijker_foto {
	position: absolute;
	top: 5px;
	left: 313px;

	padding-bottom: 5px;
}

.kijker_sticker {
	position: absolute;
	top: 208px;
	left: 362px;
}

.kijker_info {
	position: absolute;
	top: 206px;
	left: 217px;
}

.kijker_titel {
	position: absolute;
	top: 45px;
	left: 0px;
	
	font-size: 14px;
	line-height: 17px;
}

.kijker_titel STRONG {
	font-size: 14px;
	line-height: 17px;
}

.kijker_titel B {
	font-size: 14px;
	line-height: 17px;
}

.kijker_descr {
	position: absolute;
	width: 270px;
	height: 95px;
	top: 95px;
	left: 0px;

	overflow: hidden;
}

.kijker_prijs {
	position: absolute;
	bottom: 2px;
	left: 0px;

	font-size: 14px;
}

#home_kantoor {
	position: relative;
	float: left;
	width: 318px;
	height: 171px;
}

#kantoortitle {
	position: absolute;
	width: 318px;
	height: 18px;
	top: 2px;
	left: 6px;

	overflow: hidden;

}

#kantoorimage {
	position: absolute;
	width: 246px;
	height: 18px;
	top: 0px;
	left: 0px;

	background-color: #FFFFFF;

	padding: 3px 0px 0px 72px;
}

#kantooricon {
	position: absolute;
	width: 44px;
	height: 40px;
	top: -5px;
	left: 17px;
}

#kantoortext {
	position: absolute;
	width: 246px;
	height: 116px;
	left: 72px;
	top: 42px;

	color: #F2F5F9;
}

#home_openingsuren {
	position: relative;
	float: right;
	width: 314px;
	height: 171px;
}

#openingsurentitle {
	position: absolute;
	width: 314px;
	height: 18px;
	top: 2px;
	left: 6px;

	overflow: hidden;

}

#openingsurenimage {
	position: absolute;
	width: 265px;
	height: 18px;
	top: 0px;
	left: 0px;

	background-color: #FFFFFF;

	padding: 3px 0px 0px 49px;
}

#openingsurenicon {
	position: absolute;
	width: 27px;
	height: 27px;
	top: -2px;
	left: 16px;
}

#openingsurentext {
	position: absolute;
	width: 287px;
	height: 116px;
	left: 27px;
	top: 42px;

	color: #F2F5F9;
}

#home_hmodh {
	position: relative;
	float: left;
	width: 319px;
	height: 85px;
}

#home_schatting {
	position: relative;
	float: right;
	width: 314px;
	height: 85px;
}

#bivleft {
	position: relative;
	width: 300px;
	top: 39px;
	left: 19px;

	font-size: 11px;
	line-height: 12px;

	color: #CADAEF;
}

#bivright {
	position: relative;
	width: 256px;
	top: 6px;
	left: 387px;

	font-size: 11px;
	line-height: 12px;

	padding: 0px;
	margin: 0px;

	color: #FFFFFF;
}

.biv {
	color: #CADAEF;

	font-size: 11px;
	line-height: 12px;
}


/* FOOTER */

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

	min-width: 948px;
	width: 948px;

	height: 63px;
}

#footer * {
	font-size: 11px;
}

#footertext {
	position: absolute;
	top: 0px;
	left: 287px;

	width: 640px;
	height: 63px;

	border-top: 1px dotted #8390A0;

	padding: 16px 0px 0px 21px;

	color: #CADAEF;
}

.footertext, .footertext a {
	color: #CADAEF;
	line-height: 18px;
}

.footertext span {
	color: #CADAEF;
}


/* CONTACT */

.contactform {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: upper;
}


/* AANBOD */

#top_links {
	position: absolute;
	width: 550px;
	height: 15px;
	top: -34px;
	right: 26px;

	text-align: right;
}

#aanbodzoek {
	position: absolute;
	width: 400px;
	height: 34px;
	top: 0px;
	left: 21px;
}

#aanbodsort {
	position: absolute;
	width: 220px;
	height: 17px;
	top: 17px;
	left: 420px;

	text-align: right;
	z-index: 9999;
}

#aanbod {
	position: relative;

	width: 641px;
}

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

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

	list-style: none;
}

#subtitles {
	position: relative;

	width: 640px;
	height: 20px;
}

#subtitle {
	position: absolute;
	width: 400px;
	height: 16px;
	top: 6px;
	left: 20px;

	overflow: hidden;
}

#subtitleimage {
	position: absolute;
	width: 640px;
	height: 20px;
	top: 4px;
	left: 0px;

	padding: 0px 0px 0px 0px;
}

.pand {
	position: relative;
	float: left;

	width: 641px;
	height: 190px;
}

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

.pandfoto {
	position: absolute;
	top: 3px;
	left: 406px;
}

.pandsticker {
	position: absolute;
	top: 154px;
	left: 421px;
}

.pandtitel {
	position: absolute;
	top: 10px;
	left: 22px;

	width: 350px;
	height: 34px;
	overflow: hidden;

	font-size: 14px;
	line-height: 17px;
}

.panddesc {
	position: absolute;
	width: 360px;
	height: 90px;
	top: 57px;
	left: 22px;

	overflow: hidden;
}

.pandprijs {
	position: absolute;
	top: 157px;
	left: 22px;

	width: 280x;
	height: 17px;
}

.pandinfo {
	position: absolute;
	top: 152px;
	left: 325px;
}


/* DETAIL */

#top_title {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 423px;
	height: 34px;

	font-size: 14px;
	line-height: 17px;
}

#top_buttons {
	position: relative;
	top: -34px;
	left: 429px;
	
	width: 212px;
	height: 34px;
}

#fotos {
	position: relative;
	left: 0px;	

	width: 640px;
	height: 338px;

	margin-top: 0px;

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

#hoofdfoto {
	position: absolute;
	top: 3px;
	left: 3px;
	
	width: 416px;
	height: 319px;	
}

#hoofdfoto img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#thumbnails {
	position: absolute;
	top: -1px;
	left: 428px;
	
	width: 214px;
	height: 326px;
}

.thumbnail {
	width: 106px;
	height: 78px;

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

	padding: 3px 6px 0px 3px;
}

#fotoknoppen, #detailknoppen {
	position: relative;

	width: 640px;
	height: 34px;
	top: 0px;
}

#detailknoppen {
	height: 24px;
}

#gtab1a, #gtab1b {
	position: absolute;

	width: 209px;
	height: 25px;
	top: -3px;
	left: 0px;

	text-align: center;
}

#gtab1b {
	display: none;
}


#vergroten {
	position: absolute;

	width: 209px;
	height: 32px;
	top: 2px;
	left: 214px;

	text-align: center;
}

#morediv {
	position: absolute;

	width: 212px;
	height: 24px;
	top: -1px;
	left: 429px;

	text-align: center;
	text-decoration: underline;
}

#previousdiv {
	position: absolute;

	width: 5px;
	height: 10px;
	top: 4px;
	left: 459px;

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

#nextdiv {
	position: absolute;

	width: 5px;
	height: 10px;
	top: 4px;
	left: 601px;

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

#printpage {
	position: absolute;

	width: 209px;
	height: 24px;
	top: 2px;
	left: 0px;

	text-align: center;
}

#mail2friend {
	position: absolute;

	width: 209px;
	height: 20px;
	top: 3px;
	left: 214px;

	text-align: center;
}

#extrainfo {
	position: absolute;

	width: 212px;
	height: 23px;
	top: 3px;
	left: 429px;

	text-align: center;
}

#deelpand, #deelproject {
	position: absolute;

	width: 164px;
	height: 19px;
	top: 10px;
	left: 550px;

	text-align: center;
}

#minisite {
	position: absolute;

	width: 164px;
	height: 26px;
	top: 13px;
	left: 368px;

	text-align: center;
}

#blikvanger {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: -46px;
}

/* HMODH + DETAIL */

.detailkader {
	height: 22px;
	color: #FFFFFF;

	background-color: #026BAE;

	padding: 2px 13px 0px 13px;
}

.detailkadercontent {
	color: #F2F5F9;

	background-color: none;

	padding: 18px 13px 30px 13px;
}

.hmodh {
	line-height: 13px;
}
.hmodhsmall {
	font-size: 10px;
	line-height: 13px;
	color: #D6E4F6;	
	text-align: left;
}
