@charset "utf-8";

/***********************************************************

	SCREEN STYLESHEET FOR VANDERBORDEN.NL
	CREATED BY: DIGITAL4U.NL
	CREATED ON: 26-08-2008
	LAST CHANGE: 25-09-2008
	AUTHOR: CHRISTIAAN VAN DER WAAL
	
***********************************************************/

/* Colors used

	Light blue (homeBlokken): #d9deed
	Mid blue (h1, links, menu): #006bb7
	Dark blue (h2, submenu) #002d57
	
*/

/* Table of Contents:

	=BODY
	=HEADERS
	=TEXT ELEMENTS
	=LINK ELEMENTS
	=IMAGE ELEMENTS
	=HORIZONTAAL MENU
	=SEARCH SITE
	=SUBMENU
	=BLOKKEN
	=HOME BLOKKEN
	=TIP VAN DE MAKELAAR (KLEINER VOOR DE HOME)
	=NIEUWSBRIEF
	=TIP VAN DE MAKELAAR	
	=WONING ZOEKEN
	=UITGEBREID ZOEKEN
	=RESULTATEN
	=RESULTATEN SELECT COMBO
	=TOOLTIP
	=CAROUSEL
	=PAGINATION
	=STAPPENPLAN
	=VCARD
	=CONTACTFORM
	=GALLERY
	
*/

/***********************************************************
	=BODY	
***********************************************************/

html,body {
	margin: 0;
	padding: 0 0 20px 0;
	background: #dbe0ee url(../../images/design/bg-body.png) 0 0 repeat-x;
}
body {
	background: url(../../images/design/bg-html.png) 50% 0 no-repeat;
	color: #000;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/***********************************************************
	=HEADERS	
***********************************************************/

h1 {
	margin: 0 0 20px 0;
	color: #006bb7;
	font-size: 250%;
	font-weight: normal;
	line-height: 32px;
}
h2 {
	margin: 0 0 15px 0;
	color: #002d57;
	font-size: 160%;
	font-weight: normal;
}
div.blok h2 {
	margin: 0 0 5px 0;
	font-size: 140%;
}
div.woningZoeken h2 { color: #002d57; }
div.tip h2 { color: #fff; }
h2.nieuws { font-size: 180%; }
div.resultCenter h2 { 
	margin-bottom: 8px;
	line-height: 1.1em; 
}
div.homeBlokkenContent h2 { margin: 0 0 5px 0; }
h3 {
	margin: 0 0 10px 0;
	font-size: 130%;
}
div#stappenplan div h3 {
	color: #006bb7;
	font-size: 180%;
	font-weight: normal;
}
div.zoekresultatenContainer h3 { margin-bottom: 4px; }
h4 {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
}
div#verfijnZoekopdracht h4 {
	margin: 15px 0 0 0;
}
h5 {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}

/***********************************************************
	=TEXT ELEMENTS	
***********************************************************/

p { margin: 0 0 10px 0; }
div.tip p {	
	padding: 0;
	line-height: 1.2em; 
}
strong { font-weight: bold; }
em { font-style: italic; }
abbr { border-bottom: 1px dotted #666; }
div.center ul {
	margin-left: 20px;
	list-style-type: disc;
}
div#verfijnZoekopdracht span { color: #666; }
body.contact table td { padding: 0 0 20px 0; }
div.clearLine {
	width: 100%;
	height: 20px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #aeb5c7;
	clear: both;
}
span.woningPrijs {
	padding: 0 0 20px 5px;
	color: #006bb7;
	font-size: 200%;
	line-height: 1.0em;
	display: block;
}
span.woningPrijs span {
	margin: 0 0 -10px 0;
	font-weight: bold;
	font-style: italic;
	font-size: 50%;
	line-height: 0.7em;
	display: block;
}
span.telefoon {
	color: #006bb7;
	font-size: 120%;
}	

/***********************************************************
	=LINK ELEMENTS	
***********************************************************/

a { color: #006bb7; }
a:hover { color: #002d57; }
a:visited { color: #000; }
a:focus { outline: 1px dotted #ccc; }
a.skip {
	position: absolute;
	left: -9999px;
}
div#header a { 
	width: 218px;
	height: 114px;
	margin: 44px 0 0 5px;
	display: block;
	float: left;
}
div#header a span { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
a.pdf {
	padding: 0 0 0 20px;
	background: url(../../images/design/icon-pdf.png) 0 0 no-repeat;
}
div#footer a { color: #006bb7; }
div#footer a:hover { color: #002d57; }
div.tip a.tipLeesMeer {
	width: 100%;
	color: #fff;
	text-align: right;
	display: block;
}
div.tip a.tipLeesMeer:hover { text-decoration: none; }
a#tipVorige {
	width: 15px;
	height: 71px;
	background-position: 0 0;
	display: block;
	float: left;
}
a#tipVolgende {
	width: 15px;
	height: 71px;
	background-position: 100% 0;
	display: block;
	float: left;
}
a#tipVorige span,
a#tipVolgende span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
a.uitgebreidZoeken { 
	padding: 10px 0 0 0; 
	display: block;
}
a.uitgebreidZoeken:hover { 
	color: #006bb7;
	text-decoration: none; 
}
body.home a.uitgebreidZoeken,
fieldset#woningZoekenTypeField a.uitgebreidZoeken {
	padding: 5px 0 0 0;  
	color: #002d57;
	text-align: center; 
}
body.home a.uitgebreidZoeken:hover,
fieldset#woningZoekenTypeField a.uitgebreidZoeken:hover { color: #006bb7; }
a.darkBlue { color: #002d57; }
a.darkBlue:hover { color: #006bb7; }
div.bekijkNieuwbouw a {
	width: 220px;
	height: 115px;
	background: url(../../images/design/button-nieuwbouw.png) 0 0 no-repeat;
	display: block;
}
div.bekijkNieuwbouw a span { display: none; }
div.bekijkNieuwbouw a:hover { background-position: 0 -115px; }
div.verzekeringen a { 
	text-decoration: none;
	display: block;
}

/***********************************************************
	=IMAGE ELEMENTS	
***********************************************************/

img { border: 0; }
img.contactImage { margin: 0 5px 0 0; }
img.homeBanner {
	position: absolute;
	left: 0;
	top: 0;
}


div.imageContainer {
	width: 220px;
	height: 215px;
	overflow: hidden;
	margin: 0 0 10px 20px;
	float: right; 
	position: relative;
}
div.imageContainer img {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}
div.imageContainer div {
	width: 220px;
	height: 215px;
	overflow: hidden;
	background: url(../../images/design/roundedcorners-nieuws.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}	

/***********************************************************
	=HORIZONTAAL MENU
***********************************************************/

div#menuHorizontal ul#menu li {
	padding: 0 4px 0 0;
	float: left;
	display: inline;
}
div#menuHorizontal ul#menu li a {
	height: 48px;
	background-image: url(../../images/design/menu.png);
	background-repeat: no-repeat;
	display: block;
}
div#menuHorizontal ul#menu li a span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
/* ---------- */
div#menuHorizontal ul#menu li#menuItem1 a {
	width: 71px;
	background-position: -11px 0;
}
div#menuHorizontal ul#menu li#menuItem1 a:hover { background-position: -11px -48px; }
body.home div#menuHorizontal ul#menu li#menuItem1 a,
body.home div#menuHorizontal ul#menu li#menuItem1 a:hover { background-position: -11px -96px; }
/* ---------- */
div#menuHorizontal ul#menu li#menuItem2 a {
	width: 134px;
	background-position: -86px 0;
}
div#menuHorizontal ul#menu li#menuItem2 a:hover { background-position: -86px -48px; }
body.van-der-borden div#menuHorizontal ul#menu li#menuItem2 a,
body.van-der-borden div#menuHorizontal ul#menu li#menuItem2 a:hover { background-position: -86px -96px; }
/* ---------- */
div#menuHorizontal ul#menu li#menuItem3 a {
	width: 182px;
	background-position: -224px 0;
}
div#menuHorizontal ul#menu li#menuItem3 a:hover { background-position: -224px -48px; }
body.vastgoed-management div#menuHorizontal ul#menu li#menuItem3 a,
body.vastgoed-management div#menuHorizontal ul#menu li#menuItem3 a:hover { background-position: -224px -96px; }
/* ---------- */
div#menuHorizontal ul#menu li#menuItem4 a {
	width: 225px;
	background-position: -410px 0;
}
div#menuHorizontal ul#menu li#menuItem4 a:hover { background-position: -410px -48px; }
body.verzekeringen---hypotheken div#menuHorizontal ul#menu li#menuItem4 a,
body.verzekeringen---hypotheken div#menuHorizontal ul#menu li#menuItem4 a:hover { background-position: -410px -96px; }
/* ---------- */
div#menuHorizontal ul#menu li#menuItem5 a {
	width: 86px;
	background-position: -639px 0;
}
div#menuHorizontal ul#menu li#menuItem5 a:hover { background-position: -639px -48px; }
body.contact div#menuHorizontal ul#menu li#menuItem5 a,
body.contact div#menuHorizontal ul#menu li#menuItem5 a:hover { background-position: -639px -96px; }
/* ---------- */

/***********************************************************
	=SEARCH SITE
***********************************************************/

form#searchSiteForm legend { display: none; }
form#searchSiteForm label { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
form#searchSiteForm div#searchSiteInputWrapper {
	width: 130px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
form#searchSiteForm input#searchSiteInput { 
	width: 120px;
	height: 20px;
	padding: 0 4px 0 6px;
	border: 0;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	float: left;
}
form#searchSiteForm button#searchSiteButton {
	width: 22px;
	height: 20px;
	padding: 20px 0 0 0;
	overflow: hidden;
	border: 0;
	background-position: -130px 0;
	cursor: pointer;
	float: left;
}

/***********************************************************
	=SUBMENU
***********************************************************/

div#submenu { 
	padding: 0 0 0 15px; 
	margin: -11px 0 50px 0; /* Height of top padding of first link in submenu */
}
div#submenu ul li a {
	padding: 11px 0 12px 0;
	background: url(../../images/design/bg-submenu.gif) 0 100% repeat-x;
	color: #002d57;
	font-size: 120%;
	text-decoration: none;
	display: block;
}
div#submenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}
div#submenu ul li.active { background: url(../../images/design/bg-submenuActive.gif) 0 15px no-repeat; }
div#submenu ul li.active a {
	padding: 11px 0 12px 20px;
	color: #006bb7;
	font-weight: bold;
}
div#submenu ul li.active li { background: none; }
div#submenu ul li ul li.active { background: url(../../images/design/bg-subsubmenuActive.gif) 15px 17px no-repeat; }
div#submenu ul li.active ul li a {
	padding: 11px 0 12px 30px;
	background: url(../../images/design/bg-submenu.gif) 0 100% repeat-x;
	color: #002d57;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
div#submenu ul li ul li.active a {
	padding: 11px 0 12px 30px;
	color: #006bb7;
	font-weight: normal;
	text-decoration: underline;
}
div#submenu ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/***********************************************************
	=BLOKKEN
***********************************************************/

div.object { 
	margin: 0 0 20px 0;
	float: left;
	position: relative;
}
div.object div.objectContent { float: left; }
div.object div.objectFooter { float: left; }

/***********************************************************
	=HOME BLOKKEN
***********************************************************/

div.homeBlokkenContent { background-position: 0 0; }  /* Background in spriteHomeBlok from library.css */
div.homeBlokkenFooter {
	height: 20px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-position: 0 100%; 
}
div.homeBlok { 
	width: 220px;
	padding: 0;
	margin: 0;
	color: #002d57;
}
div.homeBlok div.objectContent { 
	width: 204px;
	padding: 8px 8px 1px 8px; 
}
div.homeBlok div.objectFooter { 
	width: 220px;
	height: 1px;
	overflow: hidden;
}
/* Plain */
div.plain {  /* Background in spriteHomeBlok from library.css */
	width: 220px;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}
div.plain div.objectContent { 
	width: 204px;
	padding: 8px 8px 1px 8px; 
	background-position: -220px 0;
}
div.plain:hover div.objectContent { background-position: 0 0; }
div.plain div.objectFooter { 
	width: 220px;
	height: 18px;
	overflow: hidden;
	background-position: -220px 100%;
}
div.plain:hover div.objectFooter { background-position: 0 100%; }
div.homeMargin { 
	margin-top: 30px;
	margin-left: 10px; 
}

/***********************************************************
	=TIP VAN DE MAKELAAR (KLEINER VOOR DE HOME)
***********************************************************/

div.tipHome div.tip {  /* Background in spriteTip from library.css */
	width: 190px;
	color: #fff;
	float: left;
}
div.tipHome div.tip div.objectContent { 
	width: 190px;
	height: 210px;
	overflow: hidden;
	background-position: -15px 0;
}
div.tipHome div.tip div.objectFooter { 
	width: 190px;
	height: 10px;
	background-position: -15px 100%;
}
div.tipHome div#tipCycle div {
	width: 174px;
	padding: 8px 8px 1px 8px;
}

/***********************************************************
	=NIEUWSBRIEF
***********************************************************/

div#opDeHoogteBlijven {
	padding: 30px 0 0 0;
}

/***********************************************************
	=TIP VAN DE MAKELAAR
***********************************************************/

div.tip {  /* Background in spriteTip from library.css */
	width: 200px;
	color: #fff;
	float: left;
}
div.tip div.objectContent { 
	width: 200px;
	height: 190px;
	overflow: hidden;
	background-position: -15px 0;
}
div.tip div.objectFooter { 
	width: 200px;
	height: 10px;
	background-position: -15px 100%;
}
div#tipCycle div {
	width: 184px;
	padding: 8px 8px 1px 8px;
}
hr { 
	height:1px; 
	border:none; 
	background: #006BB7;
}

/***********************************************************
	=WONING ZOEKEN
***********************************************************/

div.woningZoeken {  /* Background in spriteWoningZoeken from library.css */
	width: 230px;
	margin: 0 0 10px 0;
	color: #002d57;
}
div.woningZoeken div.objectContent { 
	width: 214px;
	padding: 8px 8px 1px 8px; 
	background-position: 0 0;
}
div.woningZoeken div.objectFooter { 
	width: 230px;
	height: 10px;
	background-position: 0 100%;
}
form.woningZoekenClass legend { display: none; }
form.woningZoekenClass fieldset div {
	padding: 0 0 6px 0;
	display: block;
	float: left;
}
form.woningZoekenClass div input.text { width: 90%; }
body.home form.woningZoekenClass div.width100 input.text { width: 190px; }
form.woningZoekenClass div.width100 input.text { width: 194px; }
form.woningZoekenClass fieldset#woningZoekenTypeField { padding: 6px 0 0 0; }
button.woningZoekenButtonClass {
	width: 110px;
	height: 29px;
	padding: 29px 0 0 0;
	margin: 0 4px 0 0;
	border: 0;
	overflow: hidden;
	background: #006bb7 url(../../images/design/button-woningZoeken.png) 0 -58px no-repeat;
	cursor: pointer;
}
button.woningZoekenButtonClass:hover { background-position: 0 -87px; }
form.woningZoekenClass fieldset div.submitButton {
	width: 100%;
	height: 29px;
	padding: 6px 0 6px 0;
	overflow: hidden;
	text-align: right;
	display: block;
	float: left;
}

/***********************************************************
	=UITGEBREID ZOEKEN
***********************************************************/

div.stapFooter {
	height: 20px;
	margin: 0;
	overflow: hidden;
	background: url(../../images/design/bg-uitgebreidZoeken.png) 0 100% no-repeat;
}
form#uitgereidZoekenForm fieldset {	margin: 10px 10px 0 10px; }
form#uitgereidZoekenForm ol li.stap {
	background: url(../../images/design/bg-uitgebreidZoeken.png) 0 0 no-repeat;
	color: #002d57;
	font-size: 140%;
	font-weight: bold;
}
form#uitgereidZoekenForm ol li {
	width: 100%;
	display: block;
	float: left;
	clear: left;
}
form#uitgereidZoekenForm ol li { margin: 0 0 20px 0; }
form#uitgereidZoekenForm ol ul {
	margin: 0 0 0 20px;
	color: #000;
	font-size: 70%;
	font-weight: normal;
}
form#uitgereidZoekenForm ol ul.drawers ul { 
	font-size: 100%;
	float: left; 
}
form#uitgereidZoekenForm ol ul.drawers label.drawer-handle span { 
	color: #006bb7;
	cursor: pointer;
	text-decoration: underline; 
}
form#uitgereidZoekenForm ol ul.drawers label.drawer-handle span:hover { 
	color: #002d57;
	text-decoration: none; 
}
form#uitgereidZoekenForm ol ul.drawers label.open span {
	color: #000;
	cursor: default;
	text-decoration: none;
}
form#uitgereidZoekenForm ol ul.drawers label.open span:hover { color: #000; }
form#uitgereidZoekenForm ol input.hiddeninput { display: none; }
form#uitgereidZoekenForm ol li ul li { margin: 0; }
form#uitgereidZoekenForm ol ul ul.uitgebreidCheck { 
	width: 100%;
	margin: 5px 0 0 0;
	font-size: 100%; 
	float: left;
}
form#uitgereidZoekenForm ol ul ul.uitgebreidCheck li { 
	width: 25%;
	float: left;
	display: inline;
	clear: none;
}
form#uitgereidZoekenForm ol div {
	width: 100%;
	margin: 6px 0 0 0;
	float: left;
	clear: left;
	display: block;
}
form#uitgereidZoekenForm ol div.width100px { 
	width: 100px; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol div.width180px { 
	width: 180px; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol div.width40 { 
	width: 40%; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol div.width40Padding {
	width: 40%; 
	padding: 6px 0 0 0;
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol div.width360px { 
	width: 360px;
	overflow: hidden; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol label.width130px { 
	width: 130px; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol label.width160px { 
	width: 160px; 
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol select.width155px { 
	width: 155px; 
	float: left; 
}
form#uitgereidZoekenForm input.width240px { width: 240px; }
form#uitgereidZoekenForm ol div input.textinput { width: 350px; }
form#uitgereidZoekenForm ol div input.small { width: 95px; }
form#uitgereidZoekenForm ol div input.medium { width: 220px; }
form#uitgereidZoekenForm ol div select#uitgebreidStraal { 
	width: 100px;
	margin: 0 0 0 30px;
}
label.small { padding: 0 0 0 24px; }
form#uitgereidZoekenForm ol div.arrows {
	width: 44px;
	float: left;
	clear: none;
}
form#uitgereidZoekenForm ol div.arrows a.arrowLeft {
	width: 21px;
	height: 15px;
	margin: 11px;
	background: url(../../images/design/arrows.png) 0 0 no-repeat;
	display: block;
}
form#uitgereidZoekenForm ol div.arrows a.arrowRight {
	width: 21px;
	height: 15px;
	margin: 11px;
	background: url(../../images/design/arrows.png) 0 100% no-repeat;
	display: block;
}
form#uitgereidZoekenForm ol div.arrows a span { display: none; }
form#uitgereidZoekenForm button.woningZoekenButtonClass { 
	background-position: 0 0;
	float: right;
}
form#uitgereidZoekenForm button.woningZoekenButtonClass:hover { 
	background-position: 0 -29px;
	float: right; 
}
fieldset.uitgebreidVersturen {
	clear: left;
	float: none;
}

/***********************************************************
	=RESULTATEN SELECT COMBO
***********************************************************/

#uitgebreidPlaatsnamen {
	display: block;
	float: left;
	width: 100px;
	clear: left;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
fieldset.comboselect {
	border: 0;
	display: block;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	padding: 0;
}
fieldset.comboselect * {
	display: block;
	float: left;
	width: 40%;
}
fieldset.comboselect select { height: 100px; }
fieldset.comboselect fieldset {
	border: 0;
	width: 10%;
	height: 100px;
	padding: 10px;
	padding-top: 25px;
}
fieldset.comboselect fieldset input {
	width: 100%;
	clear: left;
	margin: -15px 0 25px 0;
}
fieldset.comboselect select option { width: 100% !important; }

/***********************************************************
	=RESULTATEN
***********************************************************/

div.result {
	width: 100%;
	margin: 10px 0 10px 0;
	background-image: url(../../images/design/bg-result.png);
	background-repeat: repeat-x;
	float: left;
	clear: left;
}
div.odd { background-position: 0 0; }
div.odd:hover { background-position: 0 -337px; }
div.even { background-position: 0 -113px; }
div.even:hover { background-position: 0 -337px; }
div.resultLeft {
	width: 150px;
	height: 113px;
	overflow: hidden;
	position: relative;
	float: left;
}
span.roundedcorners {
	width: 4px;
	height: 113px;
	background: url(../../images/design/roundedcorners.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.resultCenter {
	width: 375px;
	padding: 4px 10px;
	position: relative;
	float: left;
}
body.oneColumn div.resultCenter {width: 575px;}
div.resultRight {
	width: 150px;
	padding: 4px 0;
	position: relative;
	float: left;
}
body.oneColumn div.resultRight {width: 195px;}
span.resultInfoLeft,
span.resultInfoRight {
	width: 50%;
	display: block;
	float: left;
}
span.resultInfoClearBug {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
	float: left;
}
span.price {
	color: #002d57;
	font-size: 120%;
	font-weight: bold;
	display: block; 
}
span.priceOpmerking { display: block; }
div#verfijnZoekopdracht { padding: 0 0 0 15px; }
div#detailLeft { padding: 50px 0 0 15px; }
div#detailRight { padding: 50px 0 0 0; }
table.zoekenDetail { width: 100%; }
table.zoekenDetail td.tdLeft { 
	width: 50%; 
	font-weight: bold;
}
div#map {
	width: 470px;
	height: 350px;
}

/***********************************************************
	=TOOLTIP
***********************************************************/

#tooltip {
	width: 328px;
	padding: 0;
	position: absolute; /* Positioning is done in javascript */
	z-index: 3000;
}
#tooltip .body { 
	width: 300px;
	height: 225px;
	padding: 13px 0 0 41px;
	background: url(../../images/design/balloonBg.png) 0 0 no-repeat;
	overflow: hidden;
}
#tooltip div.top { 
	padding: 14px 0 0 0; 
}
#tooltip div.border { 
	padding: 0 14px;
}
#tooltip div.bottom { 
	padding: 0 0 14px 0;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip .rond {
	width: 322px;
	height: 238px;
	padding: 13px 0 0 41px;
	overflow: hidden;
	background: url(../../images/design/balloon.png) 0 0 no-repeat;
	position: absolute;
}
#tooltip.tooltipLarge .body { 
	width: 500px;
	height: 369px;
	padding: 20px 0 0 64px;
	background: url(../../images/design/balloonLargeBg.png) 0 0 no-repeat;
	overflow: hidden;
}
#tooltip.tooltipLarge .rond {
	width: 500px;
	height: 369px;
	padding: 20px 0 0 64px;
	overflow: hidden;
	background: url(../../images/design/balloonLarge.png) 0 0 no-repeat;
	position: absolute;
}

/***********************************************************
	=CAROUSEL
***********************************************************/

.jcarousel-container { position: relative; }
.jcarousel-clip {
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.jcarousel-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 160px;
    height: 120px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container { }
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 160px;
    height: 440px;
    padding: 40px 22px;
	background: url(../../images/design/carousel-bg.png) 0 42px repeat-y;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  160px;
    height: 380px;
	padding: 20px 0;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 160px;
    height: 120px;
}
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 20px; }
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/***** Vertical Buttons *****/

.jcarousel-skin-tango .jcarousel-next-vertical {
    width: 204px;
    height: 42px;
    background: transparent url(../../images/design/carousel-next.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover { background-position: 0 -42px; }
.jcarousel-skin-tango .jcarousel-next-vertical:active { background-position: 0 -42px; }
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    background-position: 0 -84px;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    width: 204px;
    height: 42px;
    background: url(../../images/design/carousel-previous.png) 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover { background-position: 0 -42px; }
.jcarousel-skin-tango .jcarousel-prev-vertical:active { background-position: 0 -42px; }
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -84px;
    cursor: default;
}

/***********************************************************
	=PAGINATION
***********************************************************/

ul.pagination {
	width: 500px;
	height: 30px;
	padding: 20px 0 0 100px;
	margin: 0;
	float: left;
	clear: both;
}
body.oneColumn ul.pagination {
	width: 585px;
	padding: 20px 0 0 355px;
}
ul.pagination li {
	float: left;
	display: inline;
}
ul.pagination a {
	border: solid 1px #ddd;
	margin: 0 2px 0 0;
}
ul.pagination .previous-off,
ul.pagination .next-off {
	padding: 3px 6px;
	color: #666;
	font-weight: bold;
	display: block;
	float: left;
}
ul.pagination .next a,
ul.pagination .previous a {
	font-weight: bold;
	border: solid 1px #fff;
}
ul.pagination .active{
	margin: 0 2px 0 0;
	padding: 4px 8px;
	background: #002d57;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
}
ul.pagination a:link,
ul.pagination a:visited {
	padding: 3px 6px;
	color: #006bb7;
	text-decoration: none;
	display: block;
	float: left;
}
ul.pagination a:hover{ border: solid 1px #666; }

/***********************************************************
	=STAPPENPLAN
***********************************************************/

div#stappenplan,
div#stappenplan div {
	float: left;
}
div#stappenplan div#stappenplanHeader { height: 182px; }
div.tabs-container,
div#stap-1, div#stap-2, div#stap-3, div#stap-4, div#stap-5, div#stap-6, div#stap-7, div#stap-8, div#stap-9 {
	width: 625px;
	min-height: 100px;
	padding: 20px 70px 20px 10px;
	background-position: 0 100%;
    background-color: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
div.tabs-container div { position: relative; }
div.tabs-hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
ul.tabs-nav { 
	width: 705px;
	height: 129px;
	background-position: 0 -260px; 
	display: block;
	float: left;
}
div.center ul.tabs-nav { 
	margin-left: 0;
	list-style: none; 
}
ul.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
ul.tabs-nav li {
    float: left;
    min-width: 73px; /* be nice to Opera */
}
ul.tabs-nav a {
	width: 73px;
	height: 130px;
    display: block;
}
ul.tabs-nav a span {
    position: absolute;
	left: -9999px;
	top: -9999px;
}
/* ---------- */
ul.tabs-nav a#stappenplanStap1 { 
	width: 97px;
	background-position: 0 0; 
}
ul.tabs-nav a#stappenplanStap1:hover { background-position: 0 -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap1 { background-position: 0 -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap2 { background-position: -97px 0; }
ul.tabs-nav a#stappenplanStap2:hover { background-position: -97px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap2 { background-position: -97px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap3 { background-position: -170px 0; }
ul.tabs-nav a#stappenplanStap3:hover { background-position: -170px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap3 { background-position: -170px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap4 { background-position: -243px 0; }
ul.tabs-nav a#stappenplanStap4:hover { background-position: -243px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap4 { background-position: -243px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap5 { background-position: -316px 0; }
ul.tabs-nav a#stappenplanStap5:hover { background-position: -316px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap5 { background-position: -316px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap6 { background-position: -389px 0; }
ul.tabs-nav a#stappenplanStap6:hover { background-position: -389px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap6 { background-position: -389px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap7 { background-position: -462px 0; }
ul.tabs-nav a#stappenplanStap7:hover { background-position: -462px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap7 { background-position: -462px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap8 { background-position: -535px 0; }
ul.tabs-nav a#stappenplanStap8:hover { background-position: -535px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap8 { background-position: -535px -130px; }
/* ---------- */
ul.tabs-nav a#stappenplanStap9 { 
	width: 97px;
	background-position: -608px 0; 
}
ul.tabs-nav a#stappenplanStap9:hover { background-position: -608px -130px; }
ul.tabs-nav li.tabs-selected a#stappenplanStap9 { background-position: -608px -130px; }
/* ---------- */

/***********************************************************
	=VCARD
***********************************************************/

div.vcard div.tel span.type { display: none; }

/***********************************************************
	=CONTACTFORM
***********************************************************/

form#contactform fieldset legend { display: none; }
form#contactform fieldset div {
	padding: 4px 0 0 0;
	display: block;
	clear: left;
}
form#contactform fieldset div label.formLeft,
form#contactform fieldset div span.formLeft,
form#contactform fieldset div input.text,
form#contactform fieldset div textarea,
form#contactform fieldset div div.button {
	display: block;
	float: left;
}
form#contactform fieldset div label.formLeft,
form#contactform fieldset div span.formLeft { width: 200px; }
form#contactform fieldset div input.text { width: 300px; }
form#contactform fieldset div select.full { width: 305px; }
form#contactform fieldset div textarea {
	width: 300px;
	height: 100px;
}
form#contactform fieldset div div.button { width: 500px; text-align: right; }
form#contactform fieldset div button { cursor: pointer; }
form#contactform fieldset div span.verplicht {
	color: #666;
	font-style: italic;
}
/*--- Validate ---*/
div.formError {
	width: 500px;
	padding: 2px 5px;
	background: #f00;
	color: #fff;
	display: none;
}
form#contactform fieldset div input.error,
form#contactform fieldset div textarea.error { border: 1px solid #f00; }
form#contactform fieldset div input.error:focus,
form#contactform fieldset div textarea.error:focus { border: 2px solid #f00; }
form#contactform fieldset div span.formErrorMark {
	color: #f00;
	font-weight: bold;
}

/***********************************************************
	=GALLERY
***********************************************************/

div.gallery { 
	width: 100%;
	float: left; 
}
div.galleryNav {
	width: 100%; 
	float: left;
}
div.headerNav { 
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d9deed; 
}
div.footerNav { 
	padding: 10px 0 0 0;
	border-top: 1px solid #d9deed; 
}
div.galleryNavPrev, 
div.galleryNavNext {
	width: 25%;
	float: left;
} 
div.galleryNavBack {
	width: 50%;
	float: left;
}
div.galleryNavPrev { text-align: left; }
div.galleryNavBack { text-align: center; }
div.galleryNavNext { text-align: right; }
div.galleryRow {
	width: 100%;
	float: left;
}
div.galleryItem {
	width: 33%;
	height: 135px;
	text-align: center;
	float: left;
}
div.galleryItem img {}
div.clearGalleryRow {
	width: 100%;
	height: 15px;
	overflow: hidden;
	clear: both;
}