@import url("clear.css");
@import url("aveqcms.css");
html{
	height:100%;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: 0px;
	background-image:url(bodyBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
}

input, select, textarea, button	{
	font-family:  Arial,Verdana, Helvetica, sans-serif;	
	border: 1px solid #4d4545;
	color: #000;
	width: 140px;
	/*padding: 2px;*/
	margin: 2px;
	margin-top:10px;
	padding:1px;
	
}

input.submit {
	font-weight: bold;
	/*border: 1px solid #7d6c4c;*/
	color: #FFF;	
	/*padding: 3px 5px 3px 5px;*/
	width: auto;
	height: 19px;
	width: 63px;
	background-color:#272364;
	float:left;
	cursor:pointer;
}

select{
	/*height: 20px;*/
	width:146px;
	padding:0px;
}

/* Classes */
#container{
	position: relative;
	display: block;
	min-height: 100%;
	float: left;
	width: 100%;

}

#aveqcms {
	position:relative;
	display:block;
	float:left;
	width:890px;
	left:50%;
	margin-left:-445px;
	padding-bottom:268px;
	min-height:100%
	
}

#header{
	position:relative;
	display:block;
	float:left;
	width:100%;
	background-image:url(mainMenuBg.gif);
	background-repeat:no-repeat;
	background-position:top:

}
#header #headerLogo{
	width:189px;
	height:117px;
	position:absolute;
	lefT:-4px;
}

#header #headerLogo a{
	display:block;
	float:left;
	height:100%;
	width:100%;
}

#nvmlogo {
	width: 23px;
	height: 32px;
	background: url('nvm.gif') no-repeat center center;
	position: absolute;
	top: 6px;
	right: 0px;
}

#menu{
	font-family:Georgia;
	margin-left:204px;
	float:left;
	display:block;
	position:relative;
	height:106px;
	font-size:1.3em;	
}


#mainMenu{
	height:39px;
	width:514px;
	display:block;
	position:relative;
	float:left;	
	padding-top: 0px;	
	
}

#mainMenu .menuItem{
	
	height: 39px;
	display: block;
	float: left;
	position: relative;
	padding-top: 0px;
	background-image:url(menuInactiveBg.gif);
	background-repeat: repeat-x;
}
#mainMenu .menuItem a{
	text-decoration: none;
	color: #232160;
	display: block;
	float: left;
	padding:19px 10px 0 10px;
}
#mainMenu .menuItem.active,#mainMenu .menuItem:hover {
	background-image: url(menu1BG.jpg);
		/*background-image:url(mainActiveTab.gif);*/
}

#mainMenu  .menuItem .menuLeft{
	width:5px;
	height:39px;
	display:block;
	float:left;
	background-image:url(menuInactiveRight.gif);
}
#mainMenu  .menuItem .menuRight{
	width: 5px;
	float: left;
	height:39px;
	display:block;
	background-image:url(menuInactiveLeft.gif);
}


#mainMenu .menuItem.active .menuLeft,#mainMenu .menuItem:hover .menuLeft{
	background-image:url(menu1L.jpg)
}
#mainMenu .menuItem.active .menuRight,#mainMenu .menuItem:hover .menuRight{
	background-image:url(menu1R.jpg);
	width: 4px;	
}

#subMenu{
	display:block;
	height:30px;
	position:relative;
	float:left;
	width:710px;
	padding-top:10px;
}
.subMenuItem{
	display:block;
	float:left;
	position:relative;

	height:27px;
}

.subMenuItem a{
	text-decoration:none;
	color:#232160;
	line-height: 2.6em;
	background-repeat:repeat-x;
	display:block;
	height:28px;
	
}
.subMenuItem a .subItemLeft{
	float:left;
	width:5px;
	height:28px;
	margin-right: 10px;
}
.subMenuItem a span{
	display:block;
	float:left;
	cursor:pointer;
}	
.subMenuItem a  .subItemRight{
	float:left;
	width:5px;
	height:28px;
	margin-left: 10px;
}


.subMenuItem.active a, .subMenuItem a:hover{
	background-image:url(subMenuBg.gif);
	
	
}
.subMenuItem.active a .subItemLeft, .subMenuItem a:hover .subItemLeft{
	background-image:url(subMenuLeft.gif);
	
}
.subMenuItem.active a  .subItemRight, .subMenuItem a:hover .subItemRight{
	background-image:url(subMenuRight.gif);
	
}
#subsubMenu{
	display: block;
	float: left;
	position: relative;
	margin-top:10px;	
	margin-left: 14px;
}

#subsubMenu a{
	color: #232160;
	text-decoration: none;
	margin-right: 15px;
}
#subsubMenu a.active{
	text-decoration:underline;	
}
#subsubMenu a:hover{
	text-decoration:underline;
}


/*news menu*/
#newsMenu{
	margin-top:40px;
}
.newsItem{
	display:block;
	float:left;
	position:relative;
	font-size:1.2em;
	margin-bottom: 15px;
	background-image:url(newsItem.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:15px;
	width: 180px;
}
.newsItem span{	
	display:block;
	float:left;
	position:relative;
	margin-right: 15px;
}
.newsItem a{
	text-decoration: none;
	color: #232160;
	display:block;
	float:left;
	position:relative;
	width:160px;
}
.newsItem a:hover{
	text-decoration: underline;	
}
.newsItem.active{
	font-weight:bold;
}	

#content{
	/*margin-top:15px;*/
	display:block;
	position:relative;
	float:left;
	
}

#rightCol{
	margin-top: 15px;
width: 160px;
display: block;
position: relative;
float: left;
margin-left: 35px;
}

#leftCol{
	display:block;
	float:left;
	position:relative;
	width:180px;
	padding-top:33px;
	
}

#leftCol .searchForm span.title{
	color:#232160;
	font-size:1.8em;
	font-weight:normal;
	float: left;
	padding-left: 8px;


}
.searchForm{
	background-image:url(formBg.gif);
	background-repeat:repeat-x;
	border-left: solid 1px #D1D2D6;
	border-right: solid 1px #D1D2D6;
	border-bottom: solid 1px #D1D2D6;
	display: block;
	float: left;
	position: relative;
	/*height:208px;	*/
	padding: 15px 13px 12px 16px;
	
}

.vervolg .searchForm{
	margin-top: 55px;
}
.searchForm input,.searchForm select{
			font-size: 1.2em;
}
.searchForm label, #footer label{
	display:none;
}
.searchForm .submit{
	float:right;
}
	
#middleCol{
	display:block;
	float:left;
	position:relative;
	width:678px;
	margin-left:32px;
	padding-top:19px;
}
.threeCol #middleCol{
	width:483px;
	margin-top: 35px;
	min-height:200px;
}
.noCol #middleCol{
	width: 890px;
	margin-left: 0px;
}

#socialBox{
	display: block;
	float: right;
	margin-right: 6px;

	height: 26px;
	
	margin-top: 24px;
}
#socialBox span{
	color:#cfd0d0;
	font-size:1.4em;
	float:right;
	display:block;
	position:relative;
	line-height: 1.7em;
	
}
#socialBox .socialLogo{
	width:23px;
	height:23px;
	float:right;
	display:block;
	position:relative;
	background-repeat:no-repeat;
	margin-left:11px;
}
#socialBox .socialLogo a{
	display:block;
	float:left;
	height:100%;
	width:100%;
}
#homeImage{
	height:380px;
	width:180px;
	display:block;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
}

#contentLeft{
	display:block;
	float:left;
	position:relative;
	width:204px;
}
#contentLeft .homeContentButton{
	width:186px;
	height: 26px;
	float:left;
	display:block;
	position:relative;
	font-size:1.8em;
	padding:10px 0 10px 20px;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:10px;
}
#contentLeft .homeContentButton a{
	text-decoration:none;
}
#contentLeft .homeContentButton a:hover{
	text-decoration:underline;
}
.homeContentButton.blue{
	background-image:url(blueButton.png);
	color:#FFF;
}
.homeContentButton.blue a{
	color:#FFF;
	display:block;
}

.homeContentButton.orange{
	background-image:url(orangeButton.png);
	color:#FFF;
}
.homeContentButton.orange a{
	color:#FFF;
	display:block;
}
.homeContentButton.silver{
	background-image:url(silverButton.png);
	color:#878786;
}
.homeContentButton.silver a{
	color:#878786;
	display:block;
} 
#actionImage{
	height:130px;
	float:left;
	display:block;
	position:relative;
	width:206px;
	background-repeat:no-repeat;
	background-position: center left;
	margin-bottom:2px;
}

#rightCol #actionImage{
	width:160px;
}
#actionImage a{
	display: block;
	height: 100%;
}

#medewerkerText{
	float:left;
	display:block;
	position:relative;
	width:198px;
	margin-left:3px;
	color:#263692;
	font-size:1.3em;
	text-align:left;
	height:139px;
}
#medewerkerText span{
	font-weight:bold;
	display:block;
	margin-top:10px;
	margin-bottom: 20px;
}
#leftCol #medewerkerText{
	color:#878786;
	line-height: 1.2em;
}
#leftCol #medewerkerText span{
	margin-bottom: 0px;
}
#medewerkerText a{
	color:#e51124;
	text-decoration:none;
	font-weight:bold;	
	margin-top:20px;
	padding-right: 17px;
	background-image:url(linkArrow.gif);
	background-position:right 6px;
	background-repeaT:no-repeat;
}
#leftCol #medewerkerText p{
	padding-right:20px;
	padding-top: 7px;
}

#leftCol #medewerkerText a{
	color:#878786;
	font-weight:normal;
	text-decoration:underline;	
}

#medewerkerText a:hover{
	text-decoration:underline;
}	
#baloonTop{
	height:6px;
	width:198px;
	background-image:url(baloon_top.gif);
	background-repeat:no-repeat;
}
#baloonBot{
	height:6px;
	width:198px;
	background-image:url(baloon_bot.gif);
	background-repeat:no-repeat;
}
#baloonMid{	
	width:178px;
	height:117px;
	padding:10px 10px 0 10px;
	background-image:url(baloon_mid.gif);
	background-repeat:repeat-y;
}


#baloonTopGrey{
	height:24px;
	width:180px;
	background-image:url(baloon_top_grey.png);
	background-repeat:no-repeat;
}
#baloonBotGrey{
	height:5px;
	width:180px;
	background-image:url(baloon_bot_grey.gif);
	background-repeat:no-repeat;
}
#baloonMidGrey{	
	width:180px;
	padding-bottom: 5px;
	padding:10px 10px 0 10px;
	background-image:url(baloon_mid_grey.gif);
	background-repeat:repeat-y;
}

.baloonArrow{
		background-image:url(baloon_arrow.png);
		background-repeat:no-repeat;
		position:absolute;
		width:26px;
		height:26px;
		top:16px;
		left:-21px;
}


/*lijstweergave*/
#lisjtweergave{
	width:678px;
	display:block;
	float:left;
}

#lijstweergave .item{
	width: 658px;
	height: 85px;	
	padding: 15px 0 15px 15px;
	overflow: hidden;
	border: 1px solid #D1D2D6;
	background: url(listItem.jpg) top;
	margin-bottom: 15px;
}
#lijstweergave .item .lijstImage{
	display:block;
	float:left;
	position:relative;
	height:85px;
	width:113px;
	margin-right:20px;	
	background-repeat: no-repeat;
}
#lijstweergave .item .titel{
	text-align: left;
	/*font-size: 1.3em;*/
	color: #0D0F68;
	font-weight: bold;
	margin-bottom: 15px;
	width: 300px;
	display:block;
	float:left;
}

#lijstweergave .item .details{
	text-align: left;
	/*font-size: 1.2em;*/
	color: #0D0F68;
	line-height: 1.3em;
	display: block;
	float: left;
	width: 446px;
}
#lijstweergave .item .details span{
	display:block;
}

#lijstweergave .item .vraagprijs{
	display: block;
	float: right;
	margin-right: 15px;
	/*font-size: 1.2em;*/
	color: #0D0F68;
	font-weight: bold;
}
#lijstweergave .item .vraagprijsconditie{
	font-weight: normal;
}

#lijstweergave .item .details a{
	margin-top: 10px;
	display: block;
	text-decoration: none;
	color: hsl(348, 89%, 41%);
}
#lijstweergave .item .details a:hover{
	text-decoration:underline;
}
#lijstweergave .item .details a b{
	color: #3A51A1;
	font-size: 1.2em;
}

#lijstweergave .listItem{
	display: block;
	margin-bottom: 15px;
	background-image:url(newsItem.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:15px;
}

#lijstweergave .listItem span{
	display:block;
	margin-bottom: 5px;
	display: block;
}
#lijstweergave .listItem span.contact{
	margin-top:10px;
}
.simplePagerContainer{
	
}

.simplePagerNav{
	display:block;
	float:left;
	height:24px;
	left: 50%;
	position: relative;
	
}

.simplePagerNav li{
	float:left;
	display:block;
	padding:0 5px!important;
	
}
.simplePagerNav li a{
	color:#0D0F66;
}
.simplePagerNav li.currentPage a{
	font-weight:bold;
}
/**/
#contentRight{
	display:block;
	float:left;
	position:relative;
	margin-left:17px;
	width:457px;	
}
#googleMaps{
	width:459px;
	height:382px;
	display:block;
}

#woning_carousel{
	display: block;
	float: left;
	width: 678px;
	margin-top: 45px;
	background-image:url(carouselBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:1.1em;
	color:#9c9d9d;
}

#woning_carousel li img {
	margin-left: 14px;
}
#woning_carousel span{
	margin-bottom:13px;
	line-height:1.3em;
	display:block;
}
#woning_carousel a{
	color:#9c9d9d;
	text-decoration:none;
	position: relative;
	height: 158px;
	display: block;
}
#footer{  
	position:absolute;	
	background-color:#d1d2d6;
	height:230px;
	bottom:0;
	width:100%;
	left:0;
}
#footerContent{ 
	width:890px;
	left:50%;
	margin-left:-445px;
	position: absolute;
	display: block;
}
#footer p.information{
	font-size:1.1em;
}
 
#footer .footerBLok{
	display:block;
	float:left;
	position:relative;
	padding-top:29px;
	height: 185px;
}
.footerBLok #logoBox{
	width:179px;
	margin-right: 93px;
}
#logoBox a.logo{
	display:block;
	height:55px;
	background-repeat:no-repeat;
	float:left;
	padding: 0px!important;
}

#footer #footerMenu{
	color:#232160;
	float: right;
	display: block;
	font-weight:bold;
}
#footer #footerMenu a{
	color:#232160;
	text-decoration:none;

}
#footer #footerMenu a:hover{
	text-decoration:underline;
}
#footer #footerMenu span{
		padding:0 2px;
}
	
#logoBox .logo.last{
	margin-top: 11px;

}
#rightCol .rightActionBlockWrapper{
	height: 245px;
	display:block;
	float:left;
	position:relative;
	width: 160px;
}

#rightCol .rightActionBlock{
	display:block;
	float:left;
	position:relative;
	padding: 9px 0px 0px 0px;
	width: 160px;
	text-align: left;
	
}
#footer .footerBLok a{
	color:#df001c;
	padding-right: 17px;
	background-image:url(linkArrow.png);
	background-position:right 6px;
	background-repeaT:no-repeat;
}

#rightCol .rightBlockTop{
	display: block;
	float: left;
	position: relative;
}

#rightCol .rightBlockBottom{
	margin-bottom:38px;
	display: block;
	float: left;
	position: relative;
}

#rightCol .rightActionBlock.red.rightActionBlock-red {
	background-image:url(actionRedMid.png);
	background-repeat:repeat-y;
}
#rightCol .rightActionBlock.grey.rightActionBlock-grey{
	background-image:url(actionGreyMid.png);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	height: 223px!important;
	
}
#rightCol .rightBlockBottom.red.rightBlockBottom-red{
	background-image:url(actionRedBot.png);
	background-repeat:no-repeat;
	width:160px;
	height:39px;
}

#rightCol .rightBlockBottom.grey.rightBlockBottom-grey{
	background-image:url(actionGreyBot.png);
	background-repeat:no-repeat;
	width:160px;
	height:16px;
	margin-bottom:0px;
}

#rightCol .rightBlockTop.red.rightBlockTop-red{
	background-image:url(actionRedTop.png);
	background-repeat:no-repeat;
	width:160px;
	height:9px;
}

#rightCol .rightBlockTop.grey.rightBlockTop-grey{
	background-image:url(actionGreyTop.png);
	background-repeat:no-repeat;
	width:160px;
	height:7px;
	background-position: -2px 0;
	
}
#rightCol .rightActionBlock h1{
	font-size: 3.3em;
	color: white;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 0 10px;
}

#rightCol .rightActionBlock p,#rightCol .rightActionBlock a, #rightCol .rightActionBlock span{
	font-size:1.3em;
	color:#FFF;
	text-decoration:none;	
	padding: 0 10px;
}
#rightCol .rightActionBlock.grey p,#rightCol .rightActionBlock.grey a, #rightCol .rightActionBlock.grey span{
	color:#9c9d9d;
	text-align:center;
	display:block;
	line-height: 1.5em;
}


#rightCol .rightActionBlock a{
	margin-top:15px;
	display: block;
	padding: 0 10px 1px 10px;
}

#rightCol .rightActionBlock a:hover{
	text-decoration:underline;
}

#rightCol .rightActionBlockImage{
	width:154px;
	height:115px;
	display:block;
	background-repeat:no-repeat;
	margin-top: 3px;
	margin-bottom: 10px;

}

/*medewerker pagina*/
#medewerker_carousel{
	display:block;
	float:left;
	position:relative;
	width:890px;
	height:500px;
	
}
.medewerker{
	width:140px;
	height:450px;
	display:block;
	float:left;
	position:relative;
	text-align:center;
}

.medewerker span{	
	display:block;
}
.medewerker a{
	text-decoration:none!important;
}
.medewerker span.title{
	color:#232160;
	font-weight:bold;
	height: 2em;
	text-decoration:none;
}
.medewerker span.toevoeging{
	color: #232160;
	margin-bottom:10px;
	text-decoration:none;
	height: 1.5em;
	
}
.medewerkerInfo{
	display:block;4
	width:170px;
	height:130px;
	overflow: hidden;
}

.medewerkerInfo span.functie {
	font-style: italic;
	display :block;
	height: 3.6em;
}
.medewerkerImage{
	width:170px;
	height:380px;
	display:block;
	float;left;
	background-repeat: no-repeat;
	background-position: center 0;
}
/*cycle navigation*/
#nav { 
	width:160px;
	display: block;
	
	position: relative;
	float: left;
}
#nav li { 
	
	float: left; 	
	list-style-type:none;
	
}
#nav a {
	 width: 19px;
	 height:26px; 
	 padding: 1px; 
	 display: block; 	
	 background-image:url(/bullet_white.png?height=24&width=24);
}
#nav li a.activeSlide  { 
	background-image:url(/bullet_black.png?height=24&width=24);
	background-position: 0 1px;

}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

#footer .aveqForm .HeaderCaption{
	color:#FFF;
	font-size:1.6em;
	text-align:left;
	float: left;
	padding-left:8px;
}
#footer .aveqForm input{
	width:200px;
	height:20px;
	background-color:#c5c6c6;
	border:none;
	color:#9d9c9c;
	padding-left:20px;
	
}
#footer .aveqForm .submit{
	background:none;
	background-image:url(footerSubmit.png);
	background-position: 0px 2px;
	height:30px;
	width:109px;
	color:#FFF;
	padding-left:0px;
	font-weight:normal;
}
.footerBLok.infoBox{
	width:150px;
	text-align:left;
	margin-left:46px;

}
.footerBLok.infoBox span{
	margin-bottom:18px;
	display:block;
	position:relative;
	float:left;
	font-size:1.3em;
	color:#878786;
	line-height:1.8em;
}

.footerBLok.infoBox a{
	color:#878786;	
	line-height:1.8em;
	font-size:1.3em;
	text-decoration:none;
}

.footerBLok.infoBox a:hover{
	text-decoration:underline;
}
.footerBLok h2{
	display:block;
	position:relative;
	color:#FFF;
	font-size:1.6em;
	text-align:left;
	font-weight:normal;
	margin-bottom:18px;
	
}

/* Published content */

#publishedcontent {
	font-size: 1em;
	text-align:left;
	margin-top:10px;
	font-size:1.3em;
	color: #5c5c5c;
}

#publishedcontent img{
	margin: 5px;
}

#publishedcontent a 		{ text-decoration: underline; color: #232160;/*font-size:1.3em;*/ }
#publishedcontent a:visited 	{ text-decoration: underline; color: #232160}
#publishedcontent a:hover 	{ text-decoration: none; color: #5c5c5c}

#publishedcontent ul {
	margin: 5px 5px 5px 15px;
	color:#5c5c5c;
	font-size:1.0em;
}

#publishedcontent li {
	padding: 0 0 0 0px;
	line-height: 1.5em;	
}

#publishedcontent hr {
	border: none;
	border-bottom: 1px solid #808080
}

#publishedcontent p {
	
	line-height:1.3em;
	margin: 0;
	color:#5c5c5c;
	padding: 0 0 10px 0;
}
#publishedcontent span {
	
}

#publishedcontent h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #5c5c5c;
	margin-top: 10px;
	margin-bottom: 10px;
}

#publishedcontent h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #5c5c5c;
	margin: 10px 0px 5px 0px;
}

#publishedcontent h3 {
	
	font-weight: bold;
	color: #5c5c5c;
	margin: 10px 0px 2px 0px
}

#publishedcontent h4 {
	
	font-weight: normal;
	color: #5c5c5c;
	margin: 10px 0px 2px 0px
}

#publishedcontent h5 {
	
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 2px 0px
}

#publishedcontent h6 {
	
	font-weight: normal;
	margin: 10px 0px 2px 0px
}

#publishedcontent table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;

}

#publishedcontent table th {
	color: #0089c7;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	width: 150px;
	vertical-align: top;
}

#publishedcontent table tr td {
	padding: 3px;
	color: #000;
}

#publishedcontent .aveqRow{
	display:block;

}
#publishedcontent label{
	display:block;
	float:left;
	width:150px;
}
#publishedcontent input{
margin-top:0px;
}
#publishedcontent .HeaderCaption{
	margin-bottom: 5px;
	font-weight: bold;
}
#publishedcontent span.error {
	float:right
}

#publishedcontent input.submit {
	width:auto;
	height:auto;
}

#publishedcontent input.submit:hover{
	background:white;
	bordeR:1px solid #272364;
	color:#272364;
}


#step_visualization{
	display:none;
}

.aveqForm{
	float:left;
}
#footer .aveqForm{
	width:226px;
}

#melding{
	position:Absolute;
	height: 250px;
	width: 650px;
	display:block;
	lefT:50%;
	margin-left:-325px;
	z-index:999;
	top: 50%;
margin-top: -125px;
}
.meldingButton{
	display:block;
	float:left;
	position:relative;
	height: 214px;
	width: 310px;
	background-position: -1px 0;
}
.meldingButton a{
	display:block;
	float:left;
	height: 100%;
	width: 100%;
}	
#meldingBg{
	background-color: black;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 998;
	lefT:0;
	top:0;
}

#footer .aveqRow{
	display:block;	
	float:left;
}


/*objecten*/
#objectDetails{
	position:relative;
	display:block;
	float:left;
	width: 676px;
	border: solid 1px hsl(228, 6%, 83%);
	height: auto;
	margin: 10px 0 50px 0;
	background: #D1D2D6 url(/bg_detail.jpg) repeat-x;
	font-size: 1.3em;
	line-height:1.3em;
}
#imageCycle, #imageThumbs{
	position:relative;
	display:block;
	float:left;
	width:261px;
	height:186px;
	margin-bottom: 15px;
	
}
#imageThumbs{
	height: auto;
}
#imageCycle div{
	position:relative;
	display:block;
	float:left;
	width:246px;
	height:186px;
	background-repeat:no-repeat;
	margin-left:15px;
}
#objectDetailsLinks{
	margin: 15px 0 0 0;	
	display: block;
	float: left;	
	width:261px;	
}
#objectDetailsRechts{
	margin: 15px 15px 0 20px;	
	display: block;
	float: left;		
}

#objectDetails .imageThumb{
	display:block;
	float:left;
	width:115px;
	height:87px;
	margin-bottom:15px;
	margin-left:15px;
}
#textinfokenmerken {
	height: auto!important
}
#objectDetails .kenmerken{
	width: 379px;
	height: 186px;
	margin-bottom: 15px;
	background: url(/fWrprColBG.jpg) top left repeat-x;
}

#objectDetails .kenmerken span{		
	display: block;
	text-align:left;
}

#objectDetails .kenmerken .title,.kenmerken .prijs {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}
#objectDetails .kenmerken .prijs {
	margin-bottom:5px;
}
#objectDetails .top{
	width: 379px;
	height: 5px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(/detailBorderTop.jpg) top left no-repeat;
}
#objectDetails .left{
	width: 5px;
	height: 149px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(/detailBorderLeft.jpg) no-repeat;
}
#objectDetails .right{
	width: 5px;
	height: 149px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(/detailBorderRight.jpg) no-repeat;
}
#objectDetails .details{
	margin: 5px;
	width: 339px;
	padding: 0 10px 0 10px;
	height: auto;
	float: left;
	text-align:left;
}
#objectDetails .details p{
	margin:5px 0;
}
#objectDetails .imageThumb{
	background-repeat:no-repeat;
}
#objectDetails .imageThumb a{
	display:block;
	height:100%;
}
#loading673_1{
	display:none!important;
}
