/*===============================================================================================*/
/*	GENERAL CLASSES                                                                               */
/*===============================================================================================*/
body
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.8%;
 	color: #000000;
 	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

div.main
{
/*	text-align: left;*/
}

a
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
}

a img
{
	text-decoration: none;
}

a img.extern
{
	display: none;
}

div
{
/*	text-align: left; */
}

input
{
}

button
{
	padding: 2px;
}

td
{
	margin: 0px;
}

p
{
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 5px 0px;
}

h1
{
	font-size: 250%;
}

h2
{
	font-size: 210%;
}

h3
{
	font-size: 170%;
}

h4
{
	font-size: 140%;
}

h5
{
	font-size: 125%;
}

h6
{
	font-size: 100%;
}

hr
{
	width: 100%;
	clear: both;
	height: 1px;
}

ul, ol, blockquote
{
	margin: 0px;
	padding-left: 3%;
	list-style-position: outside;
}

li
{
	margin-left: 2.5%;
	padding-left: 0px;
}
/*===============================================================================================*/
/*	BODY STYLES																												 */
/*===============================================================================================*/
body.editor
{
	padding: 0px;
	margin: 0px;
	background-color: White;
	background-image: none;
	font-weight: normal;
	text-align: left;
}

body.log
{
	padding: 0px;
	margin: 2px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.8%;
	color: Black;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: normal;
	text-align: left;
}

body.log div.main
{
	margin: 0px auto 0px auto;
	width: auto;
	overflow: scroll;
}

body.log a
{
	color: Navy;
	text-decoration: underline;
}

body.log a:hover
{
	color: #5772A3;
	text-decoration: underline;
}

body.center
{
	text-align: center;
}
/*===============================================================================================*/
/*	NOT VISIBLE STYLE																										 */
/*===============================================================================================*/
.noCSS
{
	display: none;
}
/*===============================================================================================*/
/*	SQL & XML MARKUP STYLE																								 */
/*===============================================================================================*/
.markup
{
	color: black;
	background: white;
	clear: both;
}
.markup, .markup *
{
	font-family: Lucida Console, Courier New;
	font-size: 11px;
	text-align: left;
}

.markup strong
{
	color: black;
}
/*===============================================================================================*/
/*	MESSAGEBOX STYLE                                                                              */
/*===============================================================================================*/
div.MessageBox
{
	padding: 10px 20px 10px 20px;
	border: solid 1px black;
	background-color: #FFFFFF;
	clear: both;
	position: absolute;
	top: 200px;
	width: 350px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
}

div.NoImgBack
{
	border-bottom: 3px solid;
	border-right: 3px solid;
}

body img#imgBack
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/*===============================================================================================*/
/*	STATS DIV																												 */
/*===============================================================================================*/
body div#divStats
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}

body div#divStats img
{
	position: absolute; 
	left: 3px; 
	top: 3px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}
/*===============================================================================================*/
/*	HTML MENU																												 */
/*===============================================================================================*/
div.menu
{
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu a
{
	display: block;
	clear: both;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu h3, div.menu h4
{
	margin: 0px;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu h4 a
{
	font-size: 0.7em;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------------------------*/
div.menu a img
{
	display: none;
}
/*===============================================================================================*/
/*	DHTML MENU																												 */
/*===============================================================================================*/
div#mainMenu
{
	overflow: hidden;
	clear: both;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a
{
	display: block;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu h3
{
	margin: 0px;
}
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a img.link
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.floatMenu
{
	position: absolute;
	display: block;
	left: 0px;
	top: 100000px;
	z-index: 998;
}
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a
{
	display: block;
}
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a img.link
{
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div.hideMenu
{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
/*===============================================================================================*/
/*	FLOWCHART																												 */
/*===============================================================================================*/
div.flow div.flowitem img
{
	display: none;
	margin-right: 5px;
}

div.flow div.relations a.relation img
{
	display: none;
	margin-right: 5px;
}

body.showPath
{
	padding: 10px;
}

div.showPath
{
	text-align: left;
	width: 100%;
	display: block;
	clear: both;
	width: 500px;
}

div.showPath table
{
	padding: 4px;
	float: left;
}

div.showPath div.buttons
{
	clear: both;
	width: 500px;
	padding: 6px 0px;
	text-align: right;
}
/*===============================================================================================*/
/*	FORM																														 */
/*===============================================================================================*/
form.form
{
	width: 100%;
}

form.form table
{
	padding: 15px;
}

form.form table table
{
	padding: 0px;
}

form.form .formfield table
{
	padding: 0px;
}

form.form div
{
	padding: 3% 1.8% 3% 3%;
	width: 95.1%;
	float: left;
}

form.form div div
{
	padding: 0%;
	width: 100%;
}

form.form div div div
{
	float: none;
	width: auto;
}

form.form div.category
{
	width: 98%;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 1px;
}

form.form div.first
{
	margin-top: auto;
}

form.form .formfield
{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

form.form .nospace
{
	margin-bottom: 0px;
}

form.form input
{
	width: 97%;
}

form.form a
{
	margin-right: 5px;
}

form.form div.formfield.buttons
{
	width: 98.8%;
	padding-right: 1.2%;
}

form.form input.checkbox, form.form input.radio
{
	width: auto;
}

form.form div.radio
{
	clear: both;
}

* html form.form td.multilabel
{
	padding-top: 3px;
}

form.form select
{
	width: 98.5%;
}

form.form textarea
{
	width: 97%;
}
/*===============================================================================================*/
/*	FORUM																														 */
/*===============================================================================================*/
.forum .thread
{
	cursor: pointer;
}

.forum button.add
{
	float: left;
}

.forum button.cancel
{
	float: left;
}

.forum button.moderator
{
	float: right;
}
/*===============================================================================================*/
/*	WIKI																														 */
/*===============================================================================================*/
form.wiki 
{
}

div.item div.body form.wiki div.field
{
	clear: both;
	width: 100%;
}

form.wiki div.bodyEdit
{
	border: 1px solid #333366;
	width: 97%;
	height: 178px;
	overflow: hidden;
	background: #F9F9F7;
	float: left;
	padding: 0px 0px 0px 0px;
}

form.wiki div.bodyEdit div
{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

form.wiki div.editTeaser
{
	height: 73px;
}

form.wiki iframe.bodyEditText
{
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

form.wiki div.buttons
{
	float: right;
	margin-bottom: 1px;
}

form.wiki div.editbuttons
{
	right: 0px;
	float: right;
	position: relative;
}

form.wiki div.editbuttons div
{
	float: left;
}
/*===============================================================================================*/
/*	REACTIONS																												 */
/*===============================================================================================*/
div.reactions
{
	padding-bottom: 10px;
}

div.reactions ul
{
	padding-bottom: 10px;
}

div.reactions input
{
	width: 97%;
}

div.reactions textarea
{
	width: 97%;
}
/*===============================================================================================*/
/*	LOGIN																														 */
/*===============================================================================================*/
div.login .formfield.username
{
	margin-bottom: 10px;
}

div.login span.username
{
	font-weight: bold;
	margin-bottom: 15px;
}
/*===============================================================================================*/
/*	SEARCH																													 */
/*===============================================================================================*/
.results div.result
{
	padding: 0px;
	margin: 0px;
}

span.searchWord
{
	color: Black;
	font-weight: bold; 
	margin-left: 1px; 
	margin-right: 1px;
}

span.sw0
{
	background-color: #FFFF99;
}

span.sw1
{
	background-color: #99FFFF;
}

span.sw2
{
	background-color: #FF99FF;
}

span.sw3
{
	background-color: #9999FF;
}

span.sw4
{
	background-color: #FF9999;
}

span.sw5
{
	background-color: #99FF99;
}

.searchTitle img
{
	text-decoration: none;
}
/*===============================================================================================*/
/*	CALENDAR																													 */
/*===============================================================================================*/
td.calDisabled 
{
	color: #A0A0A0;
}
/*===============================================================================================*/
/*	NARROWCASTING																											 */
/*===============================================================================================*/
body.monitor div.main
{
	margin: 0px;
	overflow: hidden;
}

body.monitor div.main div#divItem
{
	overflow: hidden;
}

body.monitor div.main div#divTitle
{
	overflow: hidden;
}

body.monitor div.main div#divContent
{
	overflow: hidden;
}

body.monitor div.main div#divGallery
{
	float: left;
	overflow: hidden;
}

body.monitor div.main div#divImage
{
	float: left;
}

body.monitor div.main div#divImage
{
	float: left;
	overflow: hidden;
}

body.monitor div.main div#divImage img
{
}

body.monitor div.main div#divImageText
{
	float: left;
	clear: both;
}

body.monitor div.main div#divStrip
{
	float: right;
	text-align: right;
	overflow: hidden;
}

body.monitor div.main div#divStrip img
{
	clear: both;
	margin-bottom: 9px;
	float: right;
}

body.monitor div.main div#divStrip img.last
{
	margin-bottom: 0px;
}

body.monitor div.main div#divTeaser
{
	overflow: hidden;
	float: right;
}

body.monitor div.main div#divClock
{
	overflow: hidden;
	text-align: right;
}
/*===============================================================================================*/
/*	IMAGE POPUP																												 */
/*===============================================================================================*/
body.showImage
{
	margin: 5px;
	padding: 0px;
	overflow: hidden;
}
/*===============================================================================================*/
/*	GALLERY																												 */
/*===============================================================================================*/
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav
{
	left: 0;
}

#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink 
{
	left: 0;
	float: left;
}

#nextLink 
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover 
{
	background: url(../../img/default/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
	background: url(../../img/default/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption
{
	font-weight: bold;
}

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}		
	
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*===============================================================================================*/
/*	GOOGLE MAPS																												 */
/*===============================================================================================*/
.markerDetailClose
{
	display: none;
}
/*===============================================================================================*/
#header{margin:0 auto 0 auto;width:979px;height:54px;overflow:hidden;}#headerMenu{width:100%;height:48px;background:url("../../img/bgMenuWrapper.png") repeat-y center 0;}#headerMenu.noBg{background:none;}#portalBrandBox{width:100%;height:333px;background:url("../../img/bgFlashPortal.gif") repeat-x 0 bottom;float:left;}#portalBrandBoxStatic{width:979px;height:318px;margin:0 auto;background:none;}div#portalBrandBox a{margin:0 auto;text-align:center;}#portalBrandBox a img{margin:0 auto;text-align:center;}#content{width:100%;background:url("../../img/bgContent.gif") no-repeat center 47px;float:left;}#content.nobackground{background:none;}h1,h2,h3,h4,h5,h6{color:#C71C0C;}.tdStyle0{border-bottom:0;border-left:0;padding-bottom:3px;background-color:#fff;margin:0;padding-left:0;padding-right:0;color:#9a9a9a;font-size:12px;border-top:0;border-right:0;padding-top:3px;}.tdStyle1{border-bottom:0;border-left:0;padding-bottom:3px;background-color:#ededed;margin:0;padding-left:0;padding-right:0;color:#9a9a9a;font-size:12px;border-top:0;border-right:0;padding-top:3px;}.tdStyleHeader{border-bottom:0;border-left:0;padding-bottom:5px;background-color:#9b9b9b;margin:0;padding-left:0;padding-right:0;color:#fff;font-size:12px;border-top:0;border-right:0;padding-top:5px;}#portalCollectionCategories{width:919px;height:143px;padding:0 1px;margin-bottom:20px;float:left;}.portalBanners{width:100%;margin-bottom:20px;float:left;}.spacerW31{width:30px;height:10px;overflow:hidden;float:left;}.tring{width:209px;height:175px;float:left;}.newsletter{width:175px;height:148px;padding:12px 16px 12px 16px;float:left;background:url("../../img/bgNewsletter.png") no-repeat 0 0;}.newsletter .title{float:left;color:#FFF;font-size:1.5em;width:130px;}.newsletter .content{width:100%;margin-top:10px;font-size:1.1em;color:#FFF;float:left;}.newsletter .content form{background:none;}td.mpFormLabel{padding-top:3px;vertical-align:top;}.newsletter .content #field1028{width:auto;height:auto;padding:0;margin:0;background:none;border:none;float:left;}.newsletter .content .mpFormField{padding-bottom:5px;}.newsletter .content .mpFormField input{width:92px;height:15px;}.newsletter .content .submitCell input{background:url("../../img/bgBtn85.png") repeat-x 0 0;color:#000;float:right;height:24px;font-weight:normal;font-size:1.1em;padding:0;margin:0;width:85px;cursor:pointer;border:0;}.newsletter .content .submitCell input:hover{background:url("../../img/bgBtn85.png") repeat-x 0 -34px;color:#FFF;}div.headerLinks{width:675px;padding-right:5px;margin-top:20px;text-align:right;float:right;}div.headerLinks a{width:auto;font-size:1.0em;padding:0 10px;border-right:1px solid #ABABAB;color:#ABABAB;}div.headerLinks a.last{border-right:0;}div.quickSearch{width:252px;margin-top:15px;float:right;}div.quickSearch form{background:none;}div.quickSearch input{width:185px;height:18px;padding-top:4px;margin-right:5px;float:left;}div.quickSearch button{width:55px;height:24px;border:0;margin-right:0;font-size:1.2em;color:#000;font-weight:normal;background:url("../../img/btnSearch.png") no-repeat 0 0;float:left;}div.quickSearch button:hover{color:#FFF;background:url("../../img/btnSearch.png") no-repeat 0 -34px;}div.menuWrapper{margin:0 auto 0 auto;width:979px;height:48px;overflow:hidden;}div.menuWrapper .logo{border:1px solid #D4D4D4;float:left;}div.contentWrapper{margin:0 auto 0 auto;width:921px;padding:0 29px 29px 29px;overflow:hidden;}.nobackground .contentWrapper{margin:0 auto 0 auto;width:921px;padding:0 29px 29px 29px;background:#FFF;overflow:hidden;}.mainContentContainer{width:920px;margin-bottom:25px;float:left;}.mainContentContainer .left{width:228px;padding-left:5px;padding-right:40px;float:left;}.mainContentContainer .left.campaign{width:208px;min-height:20px;padding-left:25px;}.mainContentContainer .right{width:646px;float:left;}.mainContentContainer .left .banner,.mainContentContainer .left .newsletter{margin-bottom:10px;}.mainContentContainer .left .leftBanner{margin-bottom:10px;}div.catTitle h1{width:100%;font-size:2.0em;margin-left:0;margin-bottom:10px;font-weight:normal;float:left;}div.catTitle h2{width:100%;font-weight:normal;font-size:1.5em;float:left;margin-bottom:15px;}.faq{width:627px;padding:2px 0;float:left;border-bottom:1px dotted #929292;}.faq.first{border-top:1px dotted #929292;}.faq.open,.fag.first.open{background:url("../../img/bgFaqAnswer.gif") repeat-x 0 0;}.faq a{float:left;height:auto;width:627px;text-decoration:none;font-size:1.1em;cursor:pointer;color:#C71C0C;}.faq a.current{color:#C71C0C;background:none;}.faq a img{margin-top:5px;float:left;}.faq a span{width:597px;float:left;padding-bottom:3px;margin:4px 0 0 12px;}.faq a:hover{background:#F5F6F6;color:#C71C0C;}.faq .answer{width:582px;color:#7F7F7F;float:left;font-size:1.1em;padding:12px 12px 12px 24px;}.faq .answer a{font-size:inherit;width:auto;font-size:1.0em;float:none;}.faq .answer a:hover{background:none;text-decoration:underline;}a.doelgroep{width:169px;height:163px;padding:12px;margin-right:24px;margin-bottom:24px;border:1px solid #FFF;text-decoration:none;cursor:pointer;float:left;}a.doelgroep:hover{border:1px solid #989898;}a.doelgroep.noMargin{margin-right:0;}.doelgroep{cursor:default;padding:0;float:left;}.doelgroep.breed{width:293px;height:auto;margin:0 41px 35px 0;border:none;}.doelgroep.breed.noMargin{margin-right:0;}a.doelgroep .title,.doelgroep.breed .title{width:100%;font-size:1.5em;color:#C71C0C;margin-bottom:6px;float:left;}a.doelgroep .title{font-size:1.45em;}a.doelgroep img,.doelgroep.breed img{float:left;margin-bottom:15px;}a.doelgroep img{margin-bottom:5px;}a.doelgroep .text,.doelgroep.breed .text{width:100%;height:60px;color:#666;font-size:1.1em;overflow:hidden;line-height:1.5em;margin-bottom:15px;float:left;}a.doelgroep .text{height:auto;font-size:1.0em;}.doelgroep.breed .nav{width:100%;float:left;}.doelgroep.breed .nav a{font-size:1.1em;padding-left:10px;background:url("../../img/arrowDoelgroepen.gif") no-repeat 0 5px;text-decoration:none;float:left;}.doelgroep.breed .nav a:hover{text-decoration:underline;}.markerDetailClose{display:none;}.dealerWrap{width:100%;float:left;}.dealerWrap .banner{margin-right:15px;}.dealerWrap a.doelgroep{height:148px;margin-right:15px;}.dealersearchResults{width:247px;height:501px;border:1px solid #E0E0E0;background:#FFF url("../../img/bgDealerResults.gif") repeat-x 0 0;float:left;}.dealersearchResults .dealerResultsScroll{width:247px;height:501px;overflow:auto;float:left;}.dealersearchResults .dealerResultsScroll .dealerResults{width:198px;height:465px;padding:18px 16px 18px 16px;float:left;}.dealerItem{width:195px;font-size:1.1em;color:#666;margin-bottom:20px;float:left;}.dealerItem div{padding-bottom:3px;}.dealerItem .title{font-weight:bold;color:#666;}.dealerItem .specialisatie{width:157px;padding-left:18px;background:url("../../img/arrowDealerItem.gif") no-repeat 0 4px;color:#999;}.dealerItem .adres{line-height:1.5em;}.dealerItem a{width:165px;padding-left:10px;margin-bottom:3px;background:url("../../img/arrowDoelgroepen.gif") no-repeat 0 5px;float:left;}.dealerItem .telefoon{color:#666;margin-bottom:4px;float:left;}.dealersearchMap{width:642px;float:left;}.dealersearchMap .dealerZoekHeader{width:550px;height:62px;padding:21px 0 0 92px;background:url("../../img/bgSearchResultHeader.png") no-repeat 0 0;overflow:hidden;float:left;}.dealersearchMap .dealerZoekHeader form{background:none;}.dealersearchMap .dealerZoekHeader label.postcode,.dealersearchMap .dealerZoekHeader label.plaats{color:#FFF;padding-top:4px;padding-right:9px;float:left;}.dealersearchMap .dealerZoekHeader label.plaats{padding:4px 12px 0 15px;}.dealersearchMap .dealerZoekHeader input{float:left;}.dealersearchMap .dealerZoekHeader button{width:55px;height:24px;border:0;margin-left:6px;font-size:1.2em;color:#000;font-weight:normal;background:url("../../img/btnSearch.png") no-repeat 0 0;float:left;}.dealersearchMap .dealerZoekHeader button:hover{color:#FFF;background:url("../../img/btnSearch.png") no-repeat 0 -34px;}.dealersearchMap .dealerMap{width:100%;height:500px;background:url("../../img/tempMap.png") no-repeat 0 0;float:left;}.dealerInfo{width:200px;height:147px;padding:20px 33px 30px 20px;background:url("../../img/bgDealerInfo.png") no-repeat 0 0;float:left;}.campaignHeader{width:920px;margin-bottom:15px;float:left;}#campaignFlash{width:920px;margin-bottom:15px;float:left;}.campaignIntroWrapper{width:870px;padding:5px 25px 20px;float:left;}.campaignIntro{width:179px;height:141px;padding:17px 15px;background:grey;margin-right:20px;background:url("../../img/bgBanner.png") no-repeat 0 0;float:left;}.campaignIntro.red{background:url("../../img/bgNewsletter.png") no-repeat 0 0;}.campaignIntro .title,.campaignIntro.red .title{width:100%;height:45px;font-weight:bold;font-size:1.3em;color:#C71C0C;margin-bottom:0;float:left;}.campaignIntro.red .title{color:#FFF;}.campaignIntro .text,.campaignIntro.red .text{width:100%;height:70px;font-size:1.0em;color:#707070;float:left;}.campaignIntro.red .text{color:#FFF;}.campaignIntro .nav,.campaignIntro.red .nav{width:100%;float:left;}.campaignIntro .nav a,.campaignIntro.red .nav a{padding-left:10px;color:#C71C0C;text-decoration:none;background:url("../../img/arrowDoelgroepen.gif") no-repeat 0 4px;float:left;}.campaignIntro.red .nav a{padding:0;color:#FFF;background:none;}.campaignIntro .nav a:hover,.campaignIntro.red .nav a:hover{text-decoration:underline;}.campaignIntro .nav img,.campaignIntro.red .nav img{float:right;}#footer{width:911px;margin-left:5px;display:inline;float:left;}#footer .footerLinks{width:871px;height:27px;padding:11px 19px 0 19px;border:1px solid #E0E0E0;float:left;}#footer .footerLinks a{color:#666;float:left;}#footer .footerLinks img{margin-top:5px;float:left;}#footer .footerLinks .copyright{float:right;}#footer .footerLinks .copyright a{color:#999;text-decoration:none;}#footer .footerSitemap{width:873px;padding:12px 18px;border-right:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0;border-left:1px solid #E0E0E0;background:#FFF url("../../img/bgFootersitemap.gif") repeat-x 0 bottom;color:#666;float:left;}#footer .footerSitemap td{padding-left:22px;border-right:1px solid #E1E1E1;vertical-align:top;}#footer .footerSitemap td span{width:100%;font-weight:bold;margin-bottom:4px;float:left;}#footer .footerSitemap td.noPadding{padding-left:0;}#footer .footerSitemap td.noLine{border-right:0;}#footer .footerSitemap td a{width:100%;color:#666;text-decoration:none;margin-bottom:4px;float:left;}#footer .footerSitemap td a:hover{text-decoration:underline;}div.bikeSelectFilter{width:169px;height:974px;padding:18px;background:url("../../img/bgBikeSelectFilter.gif") no-repeat 0 0;float:left;}div.bikeSelectFilter .filterItem{width:169px;margin-bottom:15px;float:left;}div.bikeSelectFilter .filterItem h2{color:#333;font-size:1.5em;font-weight:normal;}div.bikeSelectFilter .filterItem a{color:#C71C0C;display:block;clear:both;margin-bottom:3px;padding-left:9px;background:url("../../img/arrowFilter.gif") no-repeat 0 5px;}div.bikeSelectFilter .filterItem a span{color:#333;margin-left:5px;text-decoration:none;display:inline;}div.bikeSelectFilter .filterItem a.selected{font-weight:bold;}div.searchCriteria{width:100%;margin-bottom:10px;float:left;}div.searchCriteria span.title{font-weight:bold;float:left;}div.searchCriteria span.criteria{padding:0 7px;border-right:1px solid #333;float:left;}div.searchCriteria span.criteria.last{border:none;}div.bikeSelectResults{width:100%;float:left;}div.bikeSelectResults .collectionItemResult{width:202px;height:192px;padding:4px;border:1px solid #999;margin-bottom:3px;margin-right:3px;font-size:1.1em;float:left;}div.bikeSelectResults .collectionItemResult:hover{border:1px solid #C81C0C;}div.bikeSelectResults .collectionItemResult .title{width:194px;padding:8px 0 2px 8px;font-weight:bold;float:left;}div.bikeSelectResults .collectionItemResult span.price{width:194px;float:left;padding:0 0 0 8px;}div.bikeSelectResults .collectionItemResult a.image{width:100%;text-align:center;border-bottom:1px solid #DDD;float:left;}div.bikeSelectResults .collectionItemResult a.image img{width:168px;}div.bikeSelectResults .collectionItemResult .nav{width:186px;float:left;padding:5px 8px 2px 8px;}div.bikeSelectResults .collectionItemResult .nav a{float:left;color:#333;height:15px;text-decoration:none;}div.bikeSelectResults .collectionItemResult .nav a:hover{color:#C81C0C;text-decoration:underline;}div.bikeSelectResults .collectionItemResult .nav a.compare{background:url("../../img/iconVergelijk.gif") no-repeat 0 0;padding-left:25px;float:right;}div.bikeSelectResults .collectionItemResult .nav a.findDealer{background:url("../../img/iconVindJeDealer.gif") no-repeat 0 0;margin-right:0;padding-left:25px;}#flashBikeChooser{width:921px;float:Left;display:block;height:143px;background:white;}.banner{width:175px;height:148px;padding:12px 16px 12px 16px;float:left;background:url("../../img/bgBanner.png") no-repeat 0 0;}.banner.dealer{background:url("../../img/bgBannerDealer.png") no-repeat 0 0;}.banner .title{float:left;color:#C71C0C;font-size:1.5em;width:130px;}.banner .content{width:100%;float:left;}.spacerW10{width:10px;display:block;height:10px;float:left;}.brochureAanvragen{width:70%;float:left;}.brochureAanvragen form{background:none;}.brochureAanvragen form table{width:100%;float:left;}.brochureAanvragen form table td.mpFormLabel{width:176px;color:#666;font-size:1.1em;font-weight:bold;}.brochureAanvragen form table td.mpRadioButtonInput{width:30px;}.brochureAanvragen form table td.mpRadioButtonText{color:#666;font-size:1.1em;}.brochureAanvragen form table input#field1048{width:25px;background:none;border:0;}.brochureAanvragen form table td.mpFormField{border:0!important;padding-bottom:5px;}.brochureAanvragen form table input{width:97%;}.brochureAanvragen form table td.submitCell input{width:85px;height:24px;border:0;margin-right:0;font-size:1.2em;color:#000;font-weight:normal;text-transform:lowercase;background:url("../../img/bgBtn85.png") no-repeat 0 0;line-height:.7em;cursor:pointer;float:left;}.brochureAanvragen form table td.submitCell input:hover{color:#FFF;background:url("../../img/bgBtn85.png") no-repeat 0 -34px;}.collectionBlokken{width:100%;float:left;margin-top:35px;}.bannerExtended{width:207px;margin-right:10px;float:left;}.bannerExtended a{float:left;}.bannerExtended a.title,.bannerExtended .title{font-size:1.5em;width:100%;float:left;color:#c81c0c;margin-bottom:4px;text-decoration:none;}.bannerExtended a.title:hover{text-decoration:underline;}.bannerExtended a.img{width:100%;text-decoration:none;margin:8px 0;float:left;}.bannerExtended a.content{width:100%;color:#666;text-decoration:none;float:left;}.noMargin{margin:0;}.collectionToppers{width:100%;float:left;}.collectionToppers .genderChoice{width:45px;height:23px;display:block;background:url("../../img/bgGenderchoice.gif") no-repeat 0 0;float:right;}.collectionToppers .content{margin-top:12px;}.collectionToppers .genderChoice a.male{width:23px;height:23px;float:left;display:block;}.collectionToppers .genderChoice a.male:hover{background:url("../../img/bgGenderchoiceMale.gif") no-repeat 0 0;}.collectionToppers .genderChoice a.male.current{background:url("../../img/bgGenderchoiceMale.gif") no-repeat 0 -25px;}.collectionToppers .genderChoice a.male.current:hover{cursor:default;}.collectionToppers .genderChoice a.female{width:22px;height:23px;float:left;display:block;}.collectionToppers .genderChoice a.female:hover{background:url("../../img/bgGenderchoiceFemale.gif") no-repeat 0 0;}.collectionToppers .genderChoice a.female.current{background:url("../../img/bgGenderchoiceFemale.gif") no-repeat 0 -25px;}.collectionToppers .genderChoice a.female.current:hover{cursor:default;}.collectionToppers .content a{height:16px;text-decoration:none;margin-bottom:4px;font-size:1.1em;float:left;cursor:pointer;width:100%;}.collectionToppers a span.number{background:url("../../img/bgnumber.gif") no-repeat 0 0;width:13px;margin-right:8px;font-weight:bold;text-decoration:none;color:#D86155;font-size:.9em;padding:1px 0 0 4px;height:15px;float:left;}.collectionToppers a span.number:hover{text-decoration:none;color:#D86155;}.collectionToppers a span{float:left;color:#666;height:15px;overflow:hidden;width:150px;}.collectionToppers a span:hover{color:#666;text-decoration:underline;}.bikeChooser{width:100%;float:left;}.bikeChooser form{background:none;}.bikeChooser select{width:172px;border:1px solid #A7A6AA;margin-bottom:6px;font-size:1.1em;color:#999;float:left;}.bikeChooser select option{color:#999;}.bikeChooser .nav{width:100%;padding-top:10px;float:left;}.bikeChooser .content{float:left;margin-top:12px;}.bikeChooser .nav a{float:left;margin-top:4px;}.bikeChooser .nav button,.dealerLocator button{background:url("../../img/bgBtn55.png") repeat-x 0 0;color:#000;float:right;height:24px;font-weight:normal;font-size:1.14em;padding:0;margin:0;width:55px;border:0;}.bikeChooser .nav button:hover,.dealerLocator button:hover{background:url("../../img/bgBtn55.png") repeat-x 0 -34px;color:#FFF;}.dealerLocator{width:100%;float:left;}.dealerLocator .content{float:left;margin-top:32px;}.dealerLocator form{background:none;float:left;}.dealerLocator .formfield{width:100%;margin-bottom:10px;float:left;}.dealerLocator .label{float:left;color:#666;margin-top:3px;width:59px;}.dealerLocator input{width:107px;border:1px solid #A7A6AA;height:14px;padding:2px;background:white;float:right;}.dealerLocator button{margin-top:11px;}.sortHeader{width:607px;float:left;font-size:1.1em;padding:5px 10px;margin-bottom:10px;height:18px;color:#333;border:1px solid #CDCDCD;background:url("../../img/bgSortHeader.gif") repeat-x 0 0;}.sortHeader div{float:left;margin-right:10px;}.sortHeader div span{float:left;}.sortHeader div a{float:left;padding:0 5px;}.sortHeader div a.current{font-weight:bold;text-decoration:none;color:#666;}.sortHeader div a.current:hover{text-decoration:none;cursor:default;}.sortHeader div img{float:left;}.sortHeader div.nav{float:right;padding:0;margin-right:0;}.sortHeader div.nav a{width:19px;height:19px;padding:0;float:left;}.sortHeader div.nav a.listView{background:url("../../img/btnListview.gif") no-repeat 0 0;margin-right:6px;}.sortHeader div.nav a.listView:hover{background:url("../../img/btnListview.gif") no-repeat 0 -29px;}.sortHeader div.nav a.galleryView{background:url("../../img/btnGalleryview.gif") no-repeat 0 0;}.sortHeader div.nav a.galleryView:hover{background:url("../../img/btnGalleryview.gif") no-repeat 0 -29px;}.sortHeader div.nav a.listView.current{background:url("../../img/btnListview.gif") no-repeat 0 -29px;}.sortHeader div.nav a.galleryView.current{background:url("../../img/btnGalleryview.gif") no-repeat 0 -29px;}.collectionItemContainer{width:100%;margin-bottom:10px;float:left;}.collectionItem{width:291px;height:287px;padding:4px;margin-bottom:15px;margin-right:20px;font-size:1.1em;background:url("../../img/bgCollectionItem.gif") no-repeat 0 0;float:left;}.collectionItem:hover{background:url("../../img/bgCollectionItem.gif") no-repeat 0 -305px;}.collectionItem.multi{background:url("../../img/bgCollectionItemMulti.gif") no-repeat 0 0;}.collectionItem.multi:hover{background:url("../../img/bgCollectionItemMulti.gif") no-repeat 0 -305px;}.collectionItem .title{width:283px;padding:8px 0 2px 8px;font-weight:bold;float:left;}.collectionItem span.price{width:283px;float:left;padding:0 0 0 8px;}.collectionItem a.image{float:left;border-bottom:1px solid #DDD;}.collectionItem .nav{width:263px;float:left;padding:5px 8px 2px 8px;}.collectionItem .nav a{float:left;color:#333;height:15px;text-decoration:none;}.collectionItem .nav a:hover{color:#C81C0C;text-decoration:underline;}.collectionItem .nav a.compare{background:url("../../img/iconVergelijk.gif") no-repeat 0 0;padding-left:25px;}.collectionItem .nav a.findDealer{background:url("../../img/iconVindJeDealer.gif") no-repeat 0 0;margin-right:20px;padding-left:25px;}.collectionItemGalleryContainer{width:100%;margin-bottom:10px;float:left;}.collectionItemGallery{width:627px;height:220px;padding:4px;float:left;background:url("../../img/bgCollectionItemGallery.gif") no-repeat 0 0;margin-bottom:6px;}.collectionItemGallery:hover{background:url("../../img/bgCollectionItemGallery.gif") no-repeat 0 -233px;}.collectionItemGallery.multi{background:url("../../img/bgCollectionItemGalleryMulti.gif") no-repeat 0 0;}.collectionItemGallery.multi:hover{background:url("../../img/bgCollectionItemGalleryMulti.gif") no-repeat 0 -233px;}.collectionItemGallery .imageContainer{width:285px;height:215px;float:Left;margin-right:14px;}.collectionItemGallery .contentContainer{width:305px;float:left;padding:13px 0;height:150px;}.collectionItemGallery .contentContainer .top{width:100%;float:left;font-size:1.24em;margin-bottom:10px;}.collectionItemGallery .contentContainer .top a.title{float:left;width:220px;}.collectionItemGallery .contentContainer .top div.price{float:right;width:75px;color:#C71C0C;}.collectionItemGallery .contentContainer .text{color:#666;font-size:1.1em;float:left;overflow:hidden;height:120px;overflow:hidden;}.collectionItemGallery .contentContainer .text span{float:left;width:100%;}.collectionItemGallery a.more{background:url("../../img/arrowRed.gif") no-repeat 0 5px;padding-left:10px;float:left;margin:3px 0;font-size:1.1em;text-decoration:none;}.collectionItemGallery a.more:hover{text-decoration:underline;}.collectionItemGallery .contentContainer .nav{width:100%;font-size:1.1em;padding-top:10px;border-top:1px solid #CCC;float:left;}.collectionItemGallery .contentContainer .nav a{width:126px;padding-left:25px;color:#333;margin-bottom:4px;float:left;text-decoration:none;}.collectionItemGallery .contentContainer .nav a:hover{text-decoration:underline;color:#C71C0C;}.collectionItemGallery .contentContainer .nav .findDealer{background:url("../../img/iconVindJeDealer.gif") no-repeat 0 0;}.collectionItemGallery .contentContainer .nav .compare{background:url("../../img/iconVergelijk.gif") no-repeat 0 0;}.collectionItemGallery .contentContainer .nav .judge{background:url("../../img/iconBeoordeel.gif") no-repeat 0 0;}.collectionItemGallery .contentContainer .nav .mail{background:url("../../img/iconMailDoor.gif") no-repeat 0 0;}.collectionBikeDetail{width:100%;float:left;}.collectionBikeDetail .left{width:480px;margin:0;padding:0;float:left;}.collectionBikeDetail .koptext{color:#666;font-size:1.1em;float:left;margin-bottom:35px;}.collectionBikeDetail .imageLarge{float:left;width:627px;margin-bottom:10px;}.collectionBikeDetail .prijsSticker{width:107px;text-align:center;padding-top:20px;font-weight:bold;font-size:1.8em;color:White;height:127px;position:absolute;background:url("../../img/prijssticker.png") no-repeat 0 0;}.collectionBikeDetail .prijsSticker span.adviesprijsTekst{font-size:.6em;color:#982121;float:left;margin-top:4px;width:100px;}.collectionBikeDetail .prijsSticker span.adviesprijs{clear:both;width:100%;}.collectionBikeDetail .right{width:146px;padding:67px 0 0 0;margin:0;float:right;}.collectionBikeDetail .right .nav{width:146px;float:left;}.collectionBikeDetail .right .nav a{text-decoration:none;padding:4px 10px 5px 35px;font-size:1.1em;float:left;overflow:hidden;width:101px;}.collectionBikeDetail .right .nav a:hover{text-decoration:underline;cursor:pointer;}.collectionBikeDetail .right .nav a.first{color:white;width:111px;padding:3px 0 0 35px;clear:both;color:white;height:17px;background:url("../../img/bgRedBlock01.gif") no-repeat 0 0;}.collectionBikeDetail .right .nav a.navRow2{width:111px;padding:7px 0 0 35px;clear:both;height:19px;background:url("../../img/bgNavRow2.gif") no-repeat 0 0;}.collectionBikeDetail .right .nav a.navRow3{width:111px;padding:6px 0 0 35px;clear:both;height:20px;background:url("../../img/bgNavRow3.gif") no-repeat 0 0;}.collectionBikeDetail .right .nav a.navRow4{width:111px;padding:6px 0 0 35px;clear:both;height:20px;background:url("../../img/bgNavRow4.gif") no-repeat 0 0;}.collectionBikeDetail .right .nav a.navRow5{width:111px;padding:5px 0 0 35px;clear:both;height:20px;background:url("../../img/bgNavRow5.gif") no-repeat 0 0;}.collectionBikeDetail .right .nav a.last{width:111px;padding:6px 0 0 35px;clear:both;height:25px;background:url("../../img/bgNavRow6.gif") no-repeat 0 0;}.collectionBikeDetail .right .chooseModel{margin-top:20px;font-size:1.1em;float:left;width:100%;}.collectionBikeDetail .right .chooseModel a{color:#666;width:107px;float:left;background:url("../../img/arrowRed.gif") no-repeat 20px 8px;padding:2px 0 2px 35px;cursor:pointer;}.collectionBikeDetail .right .chooseModel a:hover{text-decoration:underline;color:#C71C0C;}.chooseColours{width:77%;padding-left:23%;margin-top:8px;float:left;}.chooseColours a{width:26px;height:19px;display:block;float:left;cursor:pointer;border:1px solid #CCC;margin:0 1px 2px 0;}.chooseColours a:hover{border:1px solid black;}.chooseColours a.current{border:1px solid black;}.chooseColours a span{height:19px;float:left;}.collectionBikeDetail .right .chooseModel a.current{color:#C71C0C;font-weight:bold;text-decoration:none;}.collectionBikeDetail .tabsContainer{width:648px;height:45px;background:url("../../img/bgTabsContainer.gif") repeat-x 0 0;float:left;}.collectionBikeDetail .tabsContainer a{height:28px;padding:9px 20px 8px 20px;float:left;text-decoration:none;font-size:1.1em;background:url("../../img/bgTab.gif") repeat-x 0 0;}.collectionBikeDetail .tabsContainer a:hover{text-decoration:underline;}.collectionBikeDetail .tabsContainer img{float:left;}.collectionBikeDetail .tabsContainer a.current{background:url("../../img/bgTabCurrent.gif") repeat-x 0 0;color:#333;}.collectionBikeDetail .tabsContainer a.current:hover{text-decoration:none;cursor:default;}.tabsContentContainer{width:632px;background:url("../../img/bgTabsContentContainer.gif") no-repeat 0 0;padding:5px 10px 5px 18px;float:left;}.tabsContentContainer .titleActiveTab{width:100%;margin-bottom:5px;float:left;}.mainContentContainer .tabsContentContainer .titleActiveTab h2{font-size:1.8em;}.tabsContentContainer .sortHeader{background:#F4F4F4;border:0;}.tabsContentContainer .backNav{width:100%;margin-top:0;float:left;}table.specificaties{float:left;table-layout:fixed;color:#333;font-size:1.1em;}.tabsContentContainer a.more{background:url("../../img/arrowRed.gif") no-repeat 0 5px;padding-left:10px;float:left;margin:3px 0;font-size:1.1em;width:100%;margin-top:10px;margin-bottom:25px;text-decoration:none;}.tabsContentContainer a.more:hover{text-decoratioN:underline;}.tabsContentContainer a.back{margin-top:15px;}tr.gray{background:#f5f5f5;}div.clientReview{width:100%;padding:10px 0;color:#333;font-size:1.1em;width:577px;float:left;border-bottom:1px solid #EBEBEB;}div.clientReview .top{width:100%;margin-bottom:6px;float:left;}div.clientReview .top .date{width:178px;float:left;}div.clientReview .top .ratings{width:295px;float:left;}div.clientReview .top .totalRating{float:right;font-weight:bold;}div.clientReview .name{width:100%;float:left;margin-bottom:4px;font-weight:bold;color:#666;}div.clientReview .name span{float:left;}.ratingStars{float:right;width:66px;}.ratingStars a{background:url("../../img/ratingStars.gif") no-repeat -13px 0;width:8px;height:9px;margin-right:5px;float:left;}.ratingStars a:hover{background:url("../../img/ratingStars.gif") no-repeat 0 0;}.ratingStars a.star{background:url("../../img/ratingStars.gif") no-repeat 0 0;}div.clientReview .reaction{color:#666;float:left;width:100%;line-height:1.5em;margin-bottom:5px;}form.clientReview{width:590px;padding:15px;color:#666;background:url("../../img/bgForm.gif") repeat-x 0 0;float:left;}form.clientReview .formfield{width:100%;float:left;margin-bottom:15px;}form.clientReview .formfield .label{width:150px;min-height:10px;display:block;float:left;}form.clientReview .formfield .data{width:150px;float:left;}form.clientReview input{width:230px;}form.clientReview textarea{width:436px;}form.clientReview select{width:166px;}form.clientReview input.checkbox{width:15px;margin-right:10px;}form.clientReview button{background:url("../../img/bgBtn85.png") repeat-x 0 0;color:#000;float:left;height:24px;font-weight:normal;font-size:1.1em;padding:0;margin:0;display:inline;width:85px;cursor:pointer;border:0;}form.clientReview button:hover{background:url("../../img/bgBtn85.png") repeat-x 0 -34px;color:#FFF;}.fietsvergelijker .catTitle h1{margin-left:0;}.fietsvergelijker .content{font-size:1.1em;width:100%;float:left;margin-bottom:22px;color:#666;}.fietsvergelijker .image img{width:210px;height:161px;}.fietsvergelijker .sortHeader{width:634px;padding:5px 10px;}.selectedBike{width:210px;height:233px;border:1px solid #999;float:left;margin-right:9px;}.selectedBike.last{margin:0;}.selectedBike a.title{font-size:1.1em;width:202px;padding:7px 0 1px 5px;font-weight:bold;float:left;color:#C71C0C;}.selectedBike div.price{float:left;padding-left:5px;width:95%;}.selectedBike div.image{float:left;}.selectedBike div.image img{float:left;}.selectedBike a.title:hover{color:#333;}.selectedBike.last{margin-right:0;}.selectedBike .nav{width:190px;padding:9px 10px 5px 5px;float:left;border-top:1px solid #f4f4f4;}.selectedBike .nav a{color:#333;text-decoration:none;}.selectedBike .nav a:hover{text-decoration:underline;color:#C71C0C;}.selectedBike .nav a.meerInfo{background:url("../../img/arrowGray.gif") no-repeat 6px 4px;float:left;padding-left:16px;}.selectedBike .nav a.dealer{background:url("../../img/iconBike.gif") no-repeat 0 0;float:right;height:20px;padding-left:22px;}.fietskiezerContainer{width:100%;float:left;}select.fietskiezer{width:212px;float:left;margin-top:6px;margin-right:9px;}select.fietskiezer.last{margin-right:0;}.fietsvergelijkerContent{width:100%;float:left;}.fietsvergelijkerContent .top{width:190px;height:32px;padding:20px 0 0 37px;background:url("../../img/bgFvTop.gif") no-repeat 0 0;float:left;}.fietsvergelijkerContent .top h3{font-weight:normal;font-size:1.5em;}.fietsvergelijkerContent .center{width:893px;float:left;padding-left:37px;padding-bottom:10px;font-size:1.1em;color:#666;background:url("../../img/bgFvCenter.gif") repeat-y 0 0;}.fietsvergelijkerContent .bottom{width:227px;height:10px;background:url("../../img/bgFvBottom.gif") no-repeat 0 0;float:left;}.fietsvergelijkerContent .specs{margin-right:19px;}.fietskolom{background:url("../../img/bgFietskolom.gif") no-repeat 0 bottom;float:left;width:100%;}.fietsvergelijkerContentMore .fietskolom{border-bottom:1px solid #DCDCDC;background:none;}.fietsvergelijkerContentMore #moreSpecs .banner{margin-top:30px;}.fietskolom.links{background:none;border-bottom:0;}.fietskolom.last{border-bottom:0;}a.arrowRed{padding-left:7px;float:left;background:url("../../img/arrowRed.gif") no-repeat 0 4px;}a.arrowRed.up{background:url("../../img/arrowUp.gif") no-repeat 0 4px;}a.arrowRed.down{background:url("../../img/arrowDown.gif") no-repeat 0 4px;}.specs{width:169px;float:left;padding:6px 0 6px 0;margin-right:19px;}.fietskolom1{float:left;padding:6px 0 6px 50px;width:185px;}.fietskolom2{width:183px;float:left;padding:6px 0 6px 35px;}.fietskolom3{width:180px;padding:6px 0 6px 40px;float:left;}.fietsvergelijkerContentMore{width:893px;float:left;color:#666;margin-bottom:50px;padding-left:37px;font-size:1.1em;}.fietsvergelijkerContentMore .specs{margin-right:0;color:#666;width:188px;}.googlemaps{width:625px;height:330px;background:#f4f4f4;float:left;display:block;margin-bottom:25px;}div#image_zoom{border:1px solid #F00;background:white;width:889px;}div#image_zoom a{float:right;font-size:1.1em;color:#FFF;text-align:center;text-decoration:none;padding:5px 25px;background:#F00;}.vestiging{width:265px;float:left;}.vestiging h3{width:100%;}.vestiging .left{width:140px;padding:0;color:#000;font-size:1.1em;float:left;}.vestiging .left span{width:105px;float:left;}.vestiging .left span.phone{width:100%;}.vestiging .left a{width:100%;float:left;}.vestiging .right{width:125px;height:90px;background:#F3F3F3;float:left;}.vestiging .bottom{margin-top:10px;font-size:1.1em;float:left;}@media print{body{background:white;}#header{display:none;}#headerMenu .menuWrapper{display:none;}.mainContentContainer .left{display:none!important;}.mainContentContainer .right{float:left!important;}.collectionBikeDetail .imageLarge .left{display:block!important;}.banner{display:none;}.collectionBikeDetail .koptext{margin-bottom:5px;}.collectionBikeDetail .prijsSticker{height:auto;position:inherit;}.collectionBikeDetail .right .nav,.collectionBikeDetail .right .chooseModel,.collectionBikeDetail .right .chooseColours{display:none;}.backNav{display:none;}#footer{display:none;}}
 *{margin:0;padding:0;}img{display:block;}body.editor{background-image:none;font-family:Arial,Verdana,Helvetica,Sans-Serif;color:#666;font-size:11px;}body.editor td.cmsTd{font-size:11px;}body{font-family:Arial,Verdana,Helvetica,Sans-Serif;background:#FFF url("../../img/bgBody.gif") repeat-x 0 0;}hr{color:#D9E4E6;}a{background-color:transparent;color:#C81C0C;text-decoration:underline;}a:hover{color:#C81C0C;text-decoration:none;}a[name]{color:#666;text-decoration:none;}a.anchor{color:#666;text-decoration:none;}a img{border-width:0;}a img.extern{display:none;width:13px;height:9px;margin-left:3px;}form{width:100%;margin:0;padding:0;background:#FFF;float:left;}input{padding-top:2px;padding-left:5px;height:18px;font-family:Arial,Verdana,Helvetica,sans-serif;border:1px solid #CFCFCF;background:#FFF url("../../img/bgInput.gif") repeat-x 0 0;color:#999;font-size:1.1em;margin:0;}input.focused{background:#FFC;}input.checkbox,input.radio{border:0;background:transparent;}textarea{height:80px;border:1px solid #CFCFCF;background:#FFF url("../../img/bgInput.gif") repeat-x 0 0;font-size:1.1em;overflow:auto;color:#999;font-family:Arial,Verdana,Helvetica,sans-serif;float:left;padding:2px 1px 1px 3px;}form.wiki div.bodyEdit{border:1px solid #336;background:#FFF url("../../img/kopie/bgInput.gif") repeat-x 0 0;color:#666;font-weight:normal;font-size:1.0em;padding:2px 1px 1px 3px;}option{color:#000;}button{background:url("../../img/bgBtnCenter.png") repeat-x 0 0;color:#000;float:right;font-weight:normal;font-size:1.1em;padding:0 5px;margin:0;cursor:pointer;border:0 solid #AFAFAF;}button:hover{background:url("../../img/bgBtnCenter.png") repeat-x 0 -34px;color:#FFF;}legend{color:#666;}div.main{width:100%;}div.menu{width:100%;padding-bottom:30px;float:left;}div.menu a{border-bottom:0 solid #C81C0C;padding-top:5px;padding-right:5px;padding-bottom:5px;font-weight:normal;background:url("../../img/bgSubmenuItem.gif") no-repeat 15px 9px;font-size:.66em;color:#666;text-decoration:none;}div.menu a:hover{color:#C81C0C;text-decoration:none;}div.menu a.current{background:url("../../img/bgSubmenuItem.gif") no-repeat 15px 9px;font-weight:bold;}div.menu a.current:hover{color:#666;cursor:default;}div.menu div.subMenu a.current:hover{color:#C81C0C;}div.menu a img{background:transparent url("../../img/kopie/menuArrowDown.gif") no-repeat 0 0;width:8px;height:7px;margin-top:3px;display:none;}div.menu a img.link{background:transparent url("../../img/kopie/menuLink.gif") no-repeat 0 0;display:block;width:13px;height:9px;margin-top:2px;}div.menu a{padding-left:25px;}div.menu div.subMenu a{padding-left:37px;font-size:.8em;background:url("../../img/bgSubmenuItem.gif") no-repeat 30px 9px;}div.menu div.subMenu div.subMenu a{padding-left:45px;background:url("../../img/bgSubmenuItem.gif") no-repeat 40px 9px;}div.menu div.subMenu div.subMenu div.subMenu a{padding-left:60px;}div.menu div.subMenu div.subMenu div.subMenu div.subMenu a{padding-left:67px;}div.menu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu a{padding-left:82px;}div.menu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu a{padding-left:97px;}div#mainMenu{width:760px;height:48px;background:#FFF url("../../img/bgMainMenu.gif") repeat-x 0 0;border-right:1px solid #D4D4D4;clear:none;float:left;}div#mainMenu a{font-weight:normal;color:#000;text-decoration:none;font-size:1.4em;padding:0 28px 0 28px;line-height:2.9em;background:url("../../img/bgMenuItem.gif") repeat-y right 0;float:left;height:48px;overflow:hidden;}div#mainMenu a:hover{color:#FFF;background:#CCCCD9 url("../../img/bgMenuItemCurrent.gif") repeat-x right 0;text-decoration:none;}div#mainMenu a.nieuw{line-height:3.0em;font-weight:bold;color:#C81C0C;}div#mainMenu a.nieuw:hover{color:#FFF;}div#mainMenu a img{width:8px;height:7px;margin-top:3px;background:transparent url("../../img/kopie/menuArrowDown.gif") no-repeat 0 0;display:none;}div#mainMenu a img.link{background:transparent url("../../img/kopie/menuLink.gif") no-repeat 0 0;display:block;width:13px;height:9px;margin-top:2px;}div#mainMenu a.current,div#mainMenu a.current:hover{color:#FFF;float:left;background:#CCCCD9 url("../../img/bgMenuItemCurrent.gif") repeat-x right 0;}div#mainMenu a.parent{color:#FFF;background:#CCCCD9 url("../../img/bgMenuItemCurrent.gif") repeat-x right 0;}div#mainMenu a.last{border-bottom-width:0;background:none;}div#mainMenu a.last:hover{color:#FFF;background:#CCCCD9 url("../../img/bgMenuItemCurrent.gif") repeat-x right 0;text-decoration:none;}div#mainMenu a.last.current,div#mainMenu a.last.parent{color:#FFF;float:left;background:#CCCCD9 url("../../img/bgMenuItemCurrent.gif") repeat-x right 0;}div.floatMenu{background:#9C9C9C url("../../img/bgFloatmenu.gif") repeat-x 0 0;width:170px;overflow:hidden;filter:alpha(opacity=90);opacity:.9;padding:7px 0 7px 0;}div.floatMenu a{padding:5px 5px 5px 22px;color:#FFF;font-size:1.1em;text-decoration:none;}div.floatMenu a:hover{background-color:#B1B1B1;color:#FFF;text-decoration:none;}div.floatMenu a img{width:8px;height:7px;background:transparent url("../../img/kopie/menuArrowLeft.gif") no-repeat 0 0;margin-top:3px;display:none;}div.floatMenu a img.link{background:transparent url("../../img/kopie/menuLink.gif") no-repeat 0 0;display:block;width:13px;height:9px;margin-top:2px;}div.floatMenu a.current{background-color:#B1B1B1;color:#FFF;text-decoration:none;}div.floatMenu a.current:hover{background-color:#B1B1B1;color:#FFF;text-decoration:none;}div.floatMenu a.last{border-bottom-width:0;}div.breadcrumb{width:915px;height:41px;font-size:1.1em;clear:both;padding:26px 0 0 5px;}div.breadcrumb a{font-weight:normal;color:#C71C0C;text-decoration:underline;float:left;}div.breadcrumb a:hover{color:#C71C0C;}div.breadcrumb a.current{color:#999;text-decoration:none;}div.breadcrumb a.current:hover{cursor:default;}div.breadcrumb.bike a.current{cursor:pointer;font-weight:normal;color:#C71C0C;text-decoration:underline;float:left;}div.breadcrumb.bike a.current:hover{color:#C71C0C;}div.breadcrumb.bike a.bikecurrent{color:#999;text-decoration:none;}div.breadcrumb.bike a.bikecurrent:hover{cursor:default;}div.breadcrumb img,span.searchCrumb img{background:transparent url("../../img/arrowBread.gif") no-repeat 0 0;width:17px;height:9px;margin-top:4px;float:left;}td.calDayHeader{text-align:right;border-bottom:1px solid #B8B8B8;color:#336;}img.calDayHeader{width:18px;}td.calWeekNo{text-align:right;border-right:1px solid #B8B8B8;cursor:pointer;color:#336;}img.calWeekNo{width:18px;}td.calSel{background-color:#CCC;}td.calDay{text-align:right;background-color:#EEE;color:#C81C0C;cursor:pointer;border-right:1px solid white;border-bottom:1px solid white;}td.calDayOM{text-align:right;color:#B8B8B8;cursor:pointer;}td.calSelected{background-color:#CCC;border-right:1px solid #CCC;border-bottom:1px solid #CCC;}td.calSelectedOM{background-color:#CCC;border-right:1px solid #CCC;border-bottom:1px solid #CCC;color:white;}td.calToday{border:1px solid #336;}td.calFilled{font-weight:bold;}td.calMonth{color:#C81C0C;}td.calDisabled{color:#A0A0A0;}table.sitemap{background-color:#FFF;margin-bottom:12px;}td.sitemapMain{background-color:#FFF;}td.sitemapMain a{background-color:#FFF;color:#C71C0C;font-size:1.5em;padding:4px 8px;text-decoration:none;font-weight:normal;display:block;clear:both;}td.sitemapMain a:hover{color:#C71C0C;}td.sitemapSub{color:#666;}td.sitemapSub a{background-color:#FFF;color:#666;padding:4px 8px;text-decoration:none;font-weight:normal;display:block;font-size:1.1em;clear:both;}td.sitemapSub a:hover{color:#C71C0C;}div.search{width:99%;padding-left:1%;}tr.search{color:black;background-color:white;}tr.search td{padding-left:0;padding-right:0;}tr.search legend{font-weight:bold;}div.search .topButton{display:none;}.numberOfResults{width:100%;float:left;margin:20px 0 20px 6px;font-size:1.5em;color:#666;}div.results{width:100%;float:left;overflow:hidden;}div.results .result{width:100%;float:left;margin-bottom:14px;}.results .searchTitle{color:#C81C0C;font-size:1.2em;font-weight:bold;width:100%;margin-bottom:5px;float:left;text-decoration:none;}.results .searchTitle:hover{text-decoration:underline;}.results .searchTitle img{float:left;margin-right:10px;}.results span.searchTeaser{color:#666;width:100%;float:left;font-size:1.1em;}.results span.searchCrumb a{color:#A2A2A2;text-decoration:none;float:left;}.results span.searchCrumb img{float:left;}.results span.searchCrumb a:hover{text-decoration:underline;color:#666;}.results span.searchDate{display:none;}.searchAgainTop{background:url("../../img/bgSearchTop.png") no-repeat 0 0;width:311px;height:95px;padding:15px;float:left;margin-right:20px;}.searchAgainTop .formfield{width:311px;float:left;margin:10px 0;}.searchAgainTop .formfield img{float:left;}.searchAgainTop .formfield input{float:left;height:19px;width:220px;}.searchAgainTop h2{font-weight:normal;font-size:1.6em;line-height:1.3em;}.searchAgainTop form{background:none;}.searchAgainTop button{background:url("../../img/bgBtn55.png") repeat-x 0 0;color:#000;float:right;height:24px;font-weight:normal;font-size:1.14em;padding:0;margin:0;width:55px;border:0;}.searchAgainTop button:hover{background:url("../../img/bgBtn55.png") repeat-x 0 -34px;color:#FFF;}.searchAgainTop div.searchTerm{color:#666;font-size:1.1em;margin-top:15px;float:left;}.searchAgain{display:none;}div.legenda{width:278px;margin-bottom:0;padding-bottom:0;float:left;}div.legenda .head h2{font-size:1.4em;font-weight:normal;color:#C71C0C;float:left;width:100%;margin-bottom:5px;}div.legenda .content{width:100%!important;float:left;font-size:1.1em;color:#666;margin-bottom:5px;}div.legenda .content div{float:left;margin-bottom:4px;width:100%;}div.legenda .content div img{float:left;margin-right:8px;}div.login button{overflow:visible;}div.paging{margin:10px 0 10px 0;width:100%;}div.paging a{display:inline-block;font-weight:bold;padding:6px 8px;font-size:1.3em;color:#666;text-decoration:none;margin-right:0;}div.paging a:hover{color:#666;text-decoration:underline;}div.paging a.disabled,div.paging a.disabled:hover{color:#A2A2A2;cursor:default;}div.paging a.current{color:#C81C0C;}div.paging a.first{width:50px;font-weight:normal;font-size:1.1em;}div.paging a.last{width:50px;font-weight:normal;font-size:1.1em;}div.item,div.item.verkort{width:100%;margin-bottom:20px;float:left;}div.item.verkort .date{color:#999;display:block;clear:both;font-size:1.1em;margin-bottom:5px;}div.item .title{display:block;font-family:Arial,Verdana,Helvetica,sans-serif;font-size:.84em;font-weight:normal;color:#C81C0C;clear:both;}div.item.verkort .title{font-size:.64em;}div.item .title h1{font-weight:normal;}div.item .title a{text-decoration:none;}div.item .title a:hover{color:#C81C0C;}div.item .thumb{float:left;display:inline;margin:0 5px 5px 0;}div.item .thumb img{width:140px;height:90px;float:left;text-decoration:none;}div.item .thumb a,div.item .thumb span{padding:0;display:block;float:left;border:0 solid #DCDCE5;}div.item .thumb a:hover{border:0 solid #C81C0C;}div.item .body,.itemBody{color:#666;font-size:1.1em;line-height:1.5em;margin-bottom:10px;}div.item .body h3,div.item .body h4,div.item .body h5,div.item .body h6{font-weight:normal;}div.item .nav{clear:both;}div.item .nav div{clear:both;margin-bottom:10px;}div.item .nav a{color:#C71C0C;text-decoration:none;margin-bottom:15px;}a.back{padding-left:9px;color:#C71C0C;font-size:1.6em;font-weight:normal;background:url("../../img/arrowRedBack.gif") no-repeat 0 8px;float:left;margin-right:30px;text-decoration:none;}a.back:hover{text-decoration:underline;}div.item a.send{display:block;margin-right:10px;font-weight:normal;font-size:1.6em;color:#C71C0C;float:left;}div.item a.send:hover{text-decoration:underline;}div.item a.print{display:block;font-weight:normal;font-size:1.6em;color:#C71C0C;margin-right:20px;float:left;}div.item a.print:hover{text-decoration:underline;}div.item a.more{display:block;width:95px;height:15px;padding-left:10px;font-size:1.1em;background:White url("../../img/arrowRed.gif") no-repeat 0 5px;float:left;}div.item a.more:hover{background:White url("../../img/arrowRed.gif") no-repeat 0 5px;text-decoration:underline;}div.item a.top{display:block;font-weight:normal;font-size:1.6em;color:#C71C0C;margin-right:10px;float:right;}div.item a.top:hover{text-decoration:underline;}div.item a.wiki{display:block;width:75px;height:15px;float:left;}div.reactions{font-weight:normal;font-size:1.0em;color:#666;}div.reactions h6{font-weight:bold;margin-bottom:0;}div.relations{clear:both;}div.flow{width:530px;float:left;display:block;}div.flow div.items{float:left;border-bottom:1px solid #DFDFDF;width:350px;display:block;}div.flow div.relations{float:right;height:150px;width:170px;overflow:auto;display:block;}div.flow div.relations a.relation{display:block;margin-bottom:2px;padding:2px;text-decoration:none;color:#336;float:none;width:166px;}div.flow div.relations a.relation:hover{background-color:#F0F0F0;}div.flow div.relations a.relation img{background:transparent url(../icons/htm.gif) no-repeat 0 0;width:16px;height:16px;display:inline;margin-right:5px;}div.flow div.flowitem{background-color:#FDFDFD;border-top:1px solid #DFDFDF;padding:2px 5px;display:block;float:none;width:340px;}div.flow div.endcode{background-color:#336;color:#FFF;}div.flow div.flowitem:hover{background-color:#F0F0F0;}div.flow div.flowitem img{width:8px;height:7px;background:transparent url("../../img/kopie/menuArrowDown.gif") no-repeat 0 0;margin-top:5px;display:block;}div.flow div.current img{background:transparent url("../../img/kopie/menuArrowLeft.gif") no-repeat 0 0;}div.flow div.endcode img{display:none;}div.flow div.last{background-color:#336;border-top-width:0;}div.flow div.flowitem div.name{height:20px;width:230px;float:left;display:block;font-weight:bold;cursor:pointer;}div.flow div.flowitem div.endcode{width:340px;}.error{color:#C81C0C;font-weight:bold;}form.form h4{font-size:1.3em;color:#C81C0C;}form.form div{padding-left:0!important;}form.form div.category{background:#FFF;}form.form button{float:right;padding-top:0;height:23px;}form.form div.radio{width:100%;clear:both;}form.form input.radio{float:left;margin-right:6px;margin-top:3px;}form.form input.checkbox{float:left;margin-right:6px;margin-top:3px;}form.form .bold,form.form .caption{font-weight:bold;float:left;width:34%;overflow:hidden;}form.form .label{font-weight:bold;float:left;width:100%;overflow:hidden;}form.form div.field{width:65%;overflow:hidden;float:left;}form.form .error{width:65%;color:#C81C0C;overflow:hidden;float:right;}.forum .bar{background-color:#336;color:White;font-weight:bold;}.forum button{padding-top:0;height:18px;}.forum td.thread{border-bottom:1px solid #DDD;vertical-align:text-top;}.forum .mouseOver{background-color:#F3F3F3;}.forum .subject{font-weight:bold;text-decoration:none;}.forum a.subject:hover{font-weight:bold;text-decoration:none;}.forum div.text{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #DDD;}.forum span.author{color:#C81C0C;font-weight:bold;}.forum span.date{color:#C81C0C;font-weight:bold;}.forum .quote{clear:both;width:100%;text-align:center;}.forum .quote q{display:block;width:90%;background-color:#F3F3F3;padding:10px;text-align:left;}div.gallery .image{float:left;margin:0 5px 5px 0;}div.gallery .image img{width:114px;height:114px;float:left;text-decoration:none;}div.gallery .image a{padding:3px;display:block;float:left;border:2px solid #DCDCE5;}div.gallery .image a:hover{border:2px solid #C81C0C;}div.gallery .image .shadow{width:124px;height:11px;clear:both;background:url("../../img/kopie/footerThumb.gif") repeat-x 0 0;}tr.control_0{background-color:#F0F0F0;}tr.control_1{background-color:transparent;}td.controlName{font-weight:bold;}@media print{.breadcrumb{display:none;}}

