* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	outline: none;
}

html {
	position: static; /* IE6 */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	margin: .5em 0 1em 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

input.text,
input.submit {
	border: 1px solid #dedede;
}

input.submit {
	background: #ffffff;
	cursor: pointer;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #dedede;
}

table {
	font: inherit;
}

.left { float: left; }
.right { float: right; }
.clear, .clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.hidden { display: none; }
.noborder { border: none; }/* Borders */
#nothing {
	border: 1px solid #dedede;
}


body {
	background: #c7c4bc;
}


#wrapper {
	margin: 10px auto;
	width: 990px;
}
#header{
	z-index:100;
}

#globalNav {
	padding: 0 15px;
	height: 30px;
	background: url(../images/bg-globalnav-sep.gif) #000000 15px 50% no-repeat;
}

#globalNav .ul-1 {
	list-style: none;
}

#globalNav .li-1 {
	float: left;
}

#globalNav .a-1 {
	display: block;
	padding: 0 15px;
	width: 85px;
	line-height: 30px;
	color: #ffffff;
	background: url(../images/bg-globalnav-sep.gif) 100% 50% no-repeat;
	z-index: 2;
}

#globalNav .ul-2 {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px 0 10px 0;
	width: 130%;
	list-style: none;
	background: url(../images/opacity-white-90.png) 0 0 repeat;
	z-index: 1;
}
#globalNav .li-1.hover .ul-2 { display: block; }

#globalNav .a-2 {
	display: block;
	padding: 2px 15px;
}

/* Standaard */	#globalNav .li-1.more.hover a { color: #000000; }
/* Wonen */	#globalNav #F120.more.hover a { color: #3d6d8c;}
/* Leven */	#globalNav #F121.more.hover a { color: #807b6d; }
/* Verkoopinformatie */	#globalNav #F123.more.hover a { color: #81341d; }


#cols {
	z-index:90;
}


#content {
	
}


#footer {	
	padding: 10px 20px;
	position: relative;
}

#footer a {
	color: #000000;
}
body, input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 45px;
	font-family: georgia, times, Tahoma, Verdana, Arial;
	color: #000000;
	font-weight:normal;
	
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #454545;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}

a {
	color: #454545;
}

#cols {
	line-height: 1.4em;
}

#content a {
	color: #000000;
}

#content ul,
#content ol {
	margin: 10px 30px;
}

.Inleiding {
	font-size: 1.3em;
	line-height: 1.4em;
	/*font-weight:bold;*/
	color: #807b6d;
}form.standard {
	padding: 15px;
	line-height: 20px;
	width: 100%;
}

form.standard label,
form.standard input.text,
form.standard input.submit,
form.standard textarea,
form.standard hr {
	margin-bottom: 10px;
}

form.standard label {
	clear: both;
	float: left;
	width: 150px;
}

form.standard label.required {
	background: url(../images/bg-input-required.gif) 95% 2px no-repeat;
}

form.standard label.single {
	margin-bottom: 0;
}

form.standard input.text {
	float: left;
	padding: 1px;
	width: 294px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #cecece;
}

form.standard input.small{
	width: 70px;
	margin: 0 3px 0 0;
}
form.standard input.medium{
	width: 140px;
}

form.standard input.mid{
	width: 217px;
}

form.standard textarea {
	padding: 5px;
	clear: both;
	display: block;
	width: 338px;
	height: 50px;
	border: 1px solid #cecece;
	overflow: auto;
	resize: none;
}

form.standard input.submit {
	clear: both;
	margin-left: 250px;
	width: 100px;
	border-color: #cecece #000000 #000000 #cecece;
}

form.standard input.submit:hover {
	border-color: #cecece #cecece #cecece #cecece;
}

form.standard input.submit:active {
	border-color: #000000 #cecece #cecece #000000;
}

form.standard hr {
	text-align: left;
	width: 350px;
}

form.standard .txt-required {
	margin: 0;
	font-size: 0.95em;
	line-height: 1em;
}

form.standard .group{	clear:both;}
form.standard h3{ clear:both;	color: #454545; font-weight:normal;font-size:11px; margin: 10px 0 0 0;}

form.standard .group label{
	float:none;
	display:inline-block;
	margin: 0 0 0 10px;
	width: auto;
}

form.standard .group input{
	float:none;
}

form.standard .clsReq {
	color: red;
}#pageNav {
	margin-top: 30px;
	font-size: 95%;
	line-height: 15px;
}

#pageNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageNav li {
	float: left;
	padding: 1px 5px;
	color: #cecece;
}

#pageNav li.active {
	font-weight: bold;
	color: #666666;
	background: #dedede
}

#pageNav li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

#pageNav .comments {
	float: left;
}#title {
	font-size: 45px;
	line-height: 100px;
	height: 100px;
}

.lngnav{
	list-style:none;
}

.lngnav{
	position:absolute;
	top: 10px;
	right: 77px;
}

.lngnav li{
	float:left;
	width: 15px;
	height: 9px;
	border: 1px solid #9a9a9a;
	margin: 0 6px 0 0;
}

.lngnav li a{
	display:block;
	text-indent:-9999px;
	background:url(../images/flag-sprite.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 9px;
}

.lngnav li.ch a{background-position: 0px -9px}
.lngnav li.fr a{background-position: -45px -9px}
.lngnav li.jp a{background-position: -30px -9px}
.lngnav li.es a{background-position: -90px -9px}
.lngnav li.ru a{background-position: -75px -9px}
.lngnav li.ar a{background-position: -105px -9px}

.lngnav li.ch a:hover{background-position: 0px 0px}
.lngnav li.fr a:hover{background-position: -45px 0px}
.lngnav li.jp a:hover{background-position: -30px 0px}
.lngnav li.es a:hover{background-position: -90px 0px}
.lngnav li.ru a:hover{background-position: -75px 0px}
.lngnav li.ar a:hover{background-position: -105px 0px}

.inner {
	padding: 15px;
}

.imagemask{
	overflow:hidden;
}
.magnifier{
	width: 25px;
	height: 24px;
	background:url(../images/magnifier.png) no-repeat top left;
	position:absolute;
	bottom : 10px;
	left: 580px;
}


.imagemask .thickbox:hover .magnifier{display:block;}


.col .large{
	height: 450px;
	overflow: hidden;
}

.col .full{
	width: 950px !important;
	min-height: 450px!important;
	height: auto !important;
}

.col {
	float: left;
	margin-left: 15px;
	width: 235px;
}

.col:first-child{
	margin:0;
}

.col-2-3 {
	width: 485px;
}

.col-1-2-3 {
	margin-right: 0;
	width: 750px;
}

.col-4 {
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.col-4 h2{
	font-size: 11px;
	margin: 15px 0 19px 0;
	padding:0;
}

.seemore h3 , .seemore p{
	margin:0;
	padding:0;
	font-size: 11px;
}

.seemore p {
	margin: 0 0 19px 0;
}
.seemore ul{
	margin: 0 0 0 15px;
}

.seemore p.news-detail-date{
	margin:0;
	color:#666666;
}

.default-image  .image ,
.housetypes .image {
	margin-bottom: 15px;
	height: 240px;
	width: 235px;
	overflow:hidden;
}


.default-image .inner {
	min-height: 90px;
	background: #ffffff;
	padding: 10px 10px;
}

.default-image .inner h3 {
	font-size: 12px;
}
.default-image  .inner p{
	margin:0;
	padding:0;
	font-size:11px;
}

.default-image  .inner p a{
	display:block;
}
.col-0{
	margin:0;
}
.col-0 .inner, .col-0 .inner p{
	padding:0;
	margin:0;
}

.type2 .col-0 .large{
	height: auto !important;
	padding-top:0px!important;
}

.col-0 .inner p{ margin: 0 0 10px 0;}
#content .inner{ padding: 15px 20px;}
.housetypes .col .inner{	background:white; padding: 10px 5px; height: 100px}
.nowrap{ white-space: nowrap;}
.housetypes .color-1 h3, .housetypes .color-1 a, .housetypes .color-1 span{	color: #3d6d8c;}
.housetypes .color-2 h3, .housetypes .color-2 a, .housetypes .color-2 span{	color: #807b6d;}
.housetypes .color-3 h3, .housetypes .color-3 a, .housetypes .color-3 span{	color: #81341d;}
.housetypes .color-4 h3, .housetypes .color-4 a, .housetypes .color-4 span{	color: #8d9da7;}
.housetypes .color-5 h3, .housetypes .color-5 a, .housetypes .color-5 span{	color: #a9851f;}
.housetypes .color-6 h3, .housetypes .color-6 a, .housetypes .color-6 span{	color: #685945;}

.backgroundcolor-1{background: #3d6d8c!important;}
.backgroundcolor-2{background: #807b6d!important;}
.backgroundcolor-3{background: #81341d!important;}
.backgroundcolor-4{background: #8d9da7!important;}
.backgroundcolor-5{background: #a9851f!important;}
.backgroundcolor-6{background: #685945!important;}

#social{
	position:absolute;
	top:5px;
	right:-5px;
}

#social a{ 
	margin:0;
	padding:0;
	float:right
}

#social img{
	margin: 0 5px 0 0;
}

#linkedinRec {
	float:right;
	margin-top: 3px;
}


#model  .col{ height: 605px; }
#model  .col .large { height: 575px; }
.news #content{
	width: 490px;
}
.news-index {}
.news-index-item {	margin-top: 25px;}
.news-index-link {	text-decoration: none !important;}
.news-index-title {	font-size: 1.3em;}
.news-index-title-link {	color: #666666;}
.news-index-date {	margin-bottom: 0;	font-weight: bold;}
.news-index-more {	display: block;	margin-top: 15px;}

.news-detail .news-detail-date{}
.news-detail .news-detail-title{ font-size: 14px; font-family: arial; color: #3d6d8c;}
.news-detail .news-detail-teaser{color: #3d6d8c; margin: 20px 0 !important;}
.news-detail .news-detail-content{}
.news .col-4 .comments{display:none;}
.news .col-4 ul{list-style:none;}
.news .col-4 ul li{display:inline-block; padding: 2px;}
.news .col-4 ul li.active a{font-weight:bold;}


.news .col-4 ul li a{


}#banner{
	margin-top: 15px;
}
#banner-left {
	float: left;
	width: 323px;
	height: 450px;
	background: url(../images/homepage-kaart.gif) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	z-index: 20;
}

.homepage #banner-mid {
	float: left;
	width: 283px;
	height: 290px;	
	margin: 0 10px;
	background:#ffffff;
	padding: 15px 20px 10px;
}

.homepage #banner-mid h1, .homepage #banner-mid-low h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}

.homepage #banner-mid form{
	padding:0;
	margin:20px 0 0 0;
}

.homepage #banner-mid form label{
	width: 120px;
} 

.homepage #banner-mid form .text{
	width: 158px;
}

.homepage #banner-mid form .submit{
	clear:both;
	float:right;
	width: 131px;
	height: 41px;
	margin:0px;
	padding:0px;
	border:0px;
	text-indent:-9999px;
	text-transform: capitalize;
	background:url(../images/button.png) no-repeat top left;
	display:block;
}

.homepage #banner-mid-low{
	position:absolute;
	top:325px;
	left: 333px;
	height: 110px;
	background:#ffffff;
	width: 283px;
	padding:15px 20px 0px;
}

.homepage #banner-mid-low p{
	font-size: 11px;
	line-height: 14px;
}

.homepage #banner-right {
	position: relative;
	float: left;
	width: 323px;
	height: 450px;
	background: #ffffff;
	z-index: 10;
	background:url(../images/block3_bg.png) no-repeat top left;
}

#banner-right-content {
	position: absolute;
	right: 0;
	padding: 10px;
	width: 310px;
	z-index: 10;
}

#banner-right .carousel-list{
	position:absolute;
	left: -17px;
	width: 667px;
}
#banner-right-content p {
	margin: 0;
}


#footer-cols {
	margin-top: 10px;
}

#footer-cols h1, #footer-cols .Kop1 {
	font-size: 20px;
	padding: 0 !important;
}

#footer-cols p {
	line-height: 1.5em;
}

#footer-cols a {
	color: #454545 !important;
	text-decoration: none;
}

.footer-col {
	float: left;
	padding: 15px 20px 10px 20px;
	width: 283px;
	height: 95px;
	background: #ffffff;
	overflow: hidden;
}

.footer-col-first { /*width: 210px;*/}
.footer-col  h1{
	background:url(../images/koppen/Wonen-op-de-Zuidas.gif) no-repeat top left;
	text-indent: -9999px;
	line-height: 22px;
}

.footer-col-first h1{
	background:url(../images/koppen/Stijlvol-wonen.gif) no-repeat top left;
}
.footer-col-middle  h1{
	background:url(../images/koppen/Actueel.gif) no-repeat top left;
}


.footer-col-middle {
	position: relative;
	left: 10px;
	margin-right: 20px;
}



.carousel-list {
	margin: 0 !important;
	padding: 0 !important;
	height: 450px;
	list-style: none;
	overflow: hidden;
}

.carousel-item {
	width: 680px;
	height: 450px;
}.jcarousel-clip { overflow: hidden; }

#carousel  {
	list-style: none;
}

#carousel li {
	float: left;
	width: 485px;
}

#carousel-nav {
	position: absolute;
	right: 0;
	bottom: -25px;
	z-index: 1;

}

#carousel-nav {
	list-style: none;
}

#carousel-nav li {
	float: left;
	padding: 2px;
	color: #ffffff;
	cursor: pointer;
}#google-map {
	width: 100%;
	height: 100%;
}

#google-map-markers {
	background: #ffffff;
}

#google-map-markers ul {
	list-style: None;
}

#google-map-markers li {
	margin-bottom: 3px;
	padding: 3px;
	line-height: 37px;
	border: 1px solid transparent;
	cursor: pointer;
}

#google-map-markers li.active {
	background: #f5f5f5;
}

#google-map-markers img {
	float: left;
	margin-right: 10px;
}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}


