html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	background: #e5e5e5 url('../images/bg_top.gif') repeat-x top center;
}

a {
	color: #1f419a;
}

div:focus,a:focus {
	outline: none;
}

hr {
	padding: 5px 0;
}

table {
	width: 100%;
}

.float{
	float: left;
	display: inline;
}
.right{
	float: right;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.block {
	background: #fff;
	margin: 9px;
	border: 1px solid #ddd;
	overflow: hidden;
}

		.s1_1 {
			width: 920px;
			word-wrap:break-word;
			overflow:hidden;
		}
		.s1_2 {
			width: 440px;
		}
		.s1_3 {
			width: 280px;
		}
		.s2_3 {
			width: 600px;
		}
		.s1_4 {
			width: 200px;
		}
		.s3_4 {
			width: 680px;
		}
		.s1_5 {
			width: 152px;
		}
		.s1_6 {
			border: 0;
			width: 140px;
			margin: 0;
			background: none;
		}
		.s2_6 {
			border: 0;
			width: 300px;
			margin: 0;
			background: none;
		}

.homeblok {
	min-height: 172px;
}

.homeblok .s1_2 {
	width: 442px;
}

.big{
	font-size: 16px;
	line-height: 25px;
}

.italic{
	font-style: italic;
}

.gray{
	padding: 10px;
	background: #eee;
	clear: both;
}
.gray:hover {
	background: #ddd;
}
	.gray h2{
		font-size: 18px;
		padding: 6px 0;
	}

.klant {
	/*height: 325px;*/
    /*height: 250px;*/
	overflow: hidden;
}

blockquote {
	padding: 16px 20px 40px 20px;
	font-family: georgia, serif;
	font-style: italic;
	line-height: 24px;
	font-size: 14px;
	background: #eee url('../images/bg_blockquote.gif') no-repeat bottom left;
}

blockquote:hover {
	background-color: #ddd;
}

/*FORMS*/
label {
	display: block;
	float: left;
	width: 80px;
}
input, textarea, select {
	margin: 0 0 5px 0;
	border: 1px solid #999;
	width: 50%;
}
textarea {
	height: 120px;
	width: 55%
}
input.submit {
	width: 80px;
	background: #1f419a;
	color: #fff;
	border: 0;
}

#footer a:hover,.content a:hover {
		color: #1f419a;
		text-decoration: underline;
	}

a.knop {
	color: #fff;
	padding: 4px 8px;
	margin: 2px 4px 2px 0;
	font-size: 14px;
	background: #1f419a url('../images/bg_bar.gif') repeat-x center top;
}
#knopje {
	color: #fff;
	padding: 4px 16px;
	margin: 2px 4px 2px 0;
	font-size: 14px;
	background: #1f419a url('../images/bg_bar.gif') repeat-x center top;	
}
a#knopje:hover {
	background: #1f419a url('../images/bg_bar_dark.gif') repeat-x center top !important;
	color: #fff !important;
	text-decoration: none !important;
}

a.knop:hover {
	background: #1f419a url('../images/bg_bar_dark.gif') repeat-x center top;
	color: #fff;
	text-decoration: none;
}

#masonry {
	position: relative;
	clear: both;
}

#header {
	height: 150px;
	z-index: 99;
}
	#header #logo {
		position: absolute;
		left: 11px;
		top: 24px;
	}
	
	#header #zoeken {
		position: absolute;
		top: 103px;
		left: 770px;
		width: 260px;
	}
		#header #zoeken input {
			background:  url('../images/bg_zoek.gif') no-repeat left top;
			padding: 5px 6px 4px 6px;
			border: 0;
			font-style:italic;
			float: left;
			width: 140px;
			
			
		}
		#header #zoeken input.submit {
			background:  url('../images/bg_zoek_submit.gif') no-repeat left top;
			padding: 5px 6px 4px 6px;
			border: 0;
			margin-top: 0;
			float: left;
			width: 30px;
			
		}
		
		#zoeken legend {
			
			display: none;
		}
	
	#header #nav {
		position: absolute;
		top: 100px;
		left: 10px;
		float: left;
	
	}
	
		#header #nav li {
			font-size: 15px;
			height: 30px;
			overflow: hidden;
		}

			#header #nav li ul li{
				height: auto;
				overflow: hidden;
			}
		
		#header #nav a {
			color: #fff;
			display: block;
			/*padding: 6px 15px 7px 15px;*/
                        padding: 6px 15px 7px 15px;
			border-left: 1px solid #777;
			border-right: 1px solid #333;
		}
		
		#header #nav a:hover, #header #nav a.active {
			color: #fff;
			background: #1f419a url('../images/bg_bar.gif') repeat-x center top;
		}
		
#header #subnav {
		position: relative;
		top: 40px;
		float: right;
		overflow: hidden;
	}
	
		#header #subnav li {
			font-size: 12px;
			padding: 0;
			float: left;
		}
		
		#header #subnav a {
			color: #1f419a;
			display: block;
			padding: 4px 10px;
			border-right: 1px solid #ccc;
			margin-right: -1px;
		}
		
		#header #subnav a:hover, #header #subnav a.active {
			color: #333;
		}	
	

	
.content h1 {
	font-size: 30px;
	padding: 18px 0 22px 0;
	color: #1f419a;
	line-height: 40px;
}

.content h2 {
	padding-top: 0px;
	line-height: 20px;
	padding: 2px 0 10px 0;
	font-size: 18px;
	color: #1f419a;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.content .breadcrumb{
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
	font-size: 11px;
}

.content, #footer, #header {
	text-align: left;
	width: 960px;
	clear: both;
	margin: auto;
	position: relative;
}

.content .nieuws li {
	list-style:none;
	border-top: 1px dotted #333;
	margin: 0;
	padding: 2px 0;
}

.content .submenu li {
	list-style:none;
	border-top: 1px solid #ddd;
	
	margin: 0 -10px;
}
.content .submenu a {
	display: block;
	padding: 3px 2px 3px 20px;
	background: url('../images/icoon_pijl.gif') no-repeat 5px center;
}
	.content .submenu a:hover, .content .submenu a.active {
		color: #fff;
		background: #1f419a url('../images/icoon_pijl_active.gif') no-repeat 5px center;
	}
.content .submenu  {
	margin-bottom: -10px;
}
.content .button {
	color: #fff;
	background: #1f419a url('../images/bg_bar.gif') repeat-x center top;
	display: block;
	padding: 3px 10px;
	text-align: center;
	margin-right: 2px;
}

	.content .button:hover {
		color: #fff;
		text-decoration: none;
		background: #1f419a url('../images/bg_bar_dark.gif') repeat-x center top;
	}

.container {
	padding: 0;
}
	.bg_black {
		margin-bottom: -4px;
		background-color: #000;
	}
	.bg_white {
		padding: 4px 0 16px 0;
		background-color: #fff;
	}
	.bg_footer {
		border-top: 3px solid #1f419a;
		background: #fff;
		margin-top: 10px;
		position:relative;
	}


#footer {
	font-size: 11px;
	padding: 0 10px 10px 10px;
	margin-top: 0px;
	min-height: 120px;
	line-height: 20px;
}
	#footer .addthis_container{
		float: right;
	}
	
	#footer li {
		margin-right: 15px;
	}
	
	#footer a.icoon {
		padding: 1px 0 1px 20px;
		background: url('') no-repeat left center;
	}
	#footer a.twitter {
		background-image: url('../images/icoon_twitter.gif');
	}
	#footer a.facebook {
		background-image: url('../images/icoon_facebook.gif');
	}
	#footer a.youtube {
		background-image: url('../images/icoon_youtube.gif');
	}
	#footer a.googleplus {
		background-image: url('../images/google_plus.png');
	}
	#footer h2 {
		font-weight: bold;
	}
	#footer input {
		width: 130px;
	}
	#footer input.submit {
		background: url('../images/bg_footer_submit.gif') repeat-x left top;
		padding: 3px 1px;
		width: 90px;
		margin: 0;
	}
		#footer input.submit:hover {
			background: #1f419a url('../images/bg_bar.gif') repeat-x center center;
		}
	
#slider_bg {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 4px;
	height: 300px;
	margin: 0 9px 10px 9px;
	overflow: hidden;
}	
#slider img {
	position:absolute;
}



	
/* ACCORDION */
#accordion h3 {
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0 0 1px 0;
	outline: none;
	display: block;
	background: #eee url('../images/icoon_pijl.gif') no-repeat left center ;
	padding: 5px 8px 5px 22px;
}
#accordion h3.ui-state-active {
	background: #eee url('../images/icoon_pijl_beneden.gif') no-repeat left center ;
}

#accordion div {
	padding: 5px 8px;
}

/*
Aanpassingen martin
*/

/*
Aanpassingen Rotator 1
*/

#SliderContent{
	overflow:hidden;
	width:440px;
	word-wrap:break-word;
	font-size: 15px;
	color:#222222;
	line-height: 25px;
	margin-top: 25px;
	font-family: helvetica,arial,sans-serif;
} 

/*
Occasion overzicht pagina
*/

.OverzichtVlak{
	width:440px;
	overflow:hidden;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 9px;
	padding: 10px;
	float:left;
}
.OccasionTitel{
	height:30px;
	float:left;
	width:310px;
	border-bottom: 1px solid #DDDDDD;
}
.OccasionTekst{
	float:left;
	margin-top:5px;
	width:100%;
	overflow:hidden;
	word-wrap:break-word;
}
	.OccasionTekst p{
	padding:0px;
	margin-bottom:10px;
	}
	
.OccasionContent{
	float:left;
	width:310px;
	margin-left:20px;
}

.OccasionPlaatje{
	float:left;
	width:100px;
	height:100px;
	
}
.OccasionLink{
	float:left;
	width:180px;
	height:35px;
	clear:left;
}


.Occasionoverzichtlogos{
	width:200px;
	margin-bottom:5px;
}
.Occasionoverzichtlogosproduct,.Productoverzichtlogosproduct{
	width:200px;
	float:left;
	clear:right;
	margin-bottom:5px;
	margin-left:5px;
}
.Occasionoverzichtlogosoverzicht,.Productoverzichtlogosoverzicht{
	margin-right:14px;
	float:left;
	
}

.Occasionpaginalogo,.Accessoirepaginalogo{
	width:100%;
	margin-left:15px;
	margin-top:8px;
	/*position: absolute;
	left: 710px;
	top: 54px;*/

}

.Occasionpaginalogopage,.Accessoirepaginalogopage{
	margin-right:20px;
	float:left;
	margin-top:-1px;
}

.Occasionpaginalogopage360,.Accessoirepaginalogopage360{
	margin-right:20px;
	float:left;
	margin-top:-4px;
}

.Occasionpaginalogopage3d,.Accessoirepaginalogopage3d{
	margin-right:20px;
	float:left;
	margin-top:-2px;
}

/*
Occasion pagina
*/

#OccasionBovenBlok{
	width: 920px;
	overflow:hidden;
	margin: 9px;
	padding-left: 10px;
	padding-right: 10px;
    overflow: hidden;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
}

.breadcrumbcustom{
	margin-top:10px;
	margin-bottom:10px;
}

#OccasionPlaatje1, #AccessoirePlaatje1{
	width:210px;
	padding-top:10px;
	height:260px;
	float:left;
	padding-left: 11px;
	
}

.OccasionPlaatje2,.AccessoirePlaatje2{
	width:210px;
	padding-top:10px;
	overflow:hidden;
	float:right;
	padding-left: 11px;
	
}
.OccasionPlaatje3,.AccessoirePlaatje3{
	width:210px;
	text-align: center;
	float:right;
	margin-top:-30px;
	padding-left: 11px;
}
.OccasionLinkKnop,.AccessoireLinkKnop{
	width:210px;
	text-align: center;
	float:right;
	margin-top:20px;
	padding-left: 11px;
}

#OcasionBovenBlokTekst,#AsseccoireBovenBlokTekst{
	width:700px;
	height:240px;
	float:right;
	margin-top:-10px;	
}


#OccasionMiddenBlokLinks,#AccessoireMiddenBlokLinks{
	width:595px; 
	padding-left: 6px; 
	float:left;
}

#OccasionMiddenBlokrechts,#AccessoireMiddenBlokrechts{
	width:300px; 
	border-left: 1px solid #ddd; 
	padding-left: 11px; 
	float:left; 
	word-wrap:break-word;
}

.offertelink{
	float:left;
	width:100%;
	height:35px;
}

.Specificatietabel{
	width: 580px;
}

.SpecificatieTitleEven{
	width:50%;
	padding: 4px;
	background-color: #EEEEEE;
}

.SpecificatieInhoudEven{
	background-color: #EEEEEE;
	padding: 4px;
	width:50%;	
}

.SpecificatieTitleOdd{
	background-color: #DDDDDD;
	padding: 4px;
	width:50%;
}

.SpecificatieInhoudOdd{
	width:50%;
	padding: 4px;
	background-color: #DDDDDD;
}
/*
Vergelijk functie

*/
#VergelijkTabel{
	
}

.VergelijkTable{
	width:100%;	
}
#TH1{
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 15px;
}
#TH2{
	padding:5px;
}
#TH3{
	padding:5px;
}
#TH4{
	padding:5px;
}
table.VergelijkTable td.odd {
    background-color: #EEEEEE;
	max-width:25%!important;
    word-wrap:break-word !important;
	padding-left:15px;
	border-left: 1px solid #c4bfc4;
}
table.VergelijkTable td.oddlabel {
    background-color: #EEEEEE;
	padding-left:15px;
	width:25%;
}
table.VergelijkTable td.evenlabel {
    background-color: #DDDDDD;

	padding-left:15px;
	width:25%;
}
table.VergelijkTable td.even {
    background-color: #DDDDDD;
	border-left: 1px solid #c4bfc4;
	padding-left:15px;
	width:25%;
}
table.VergelijkTable td.evenactive {
    background-color: #cddbff;
	border-left: 1px solid #c4bfc4;
	padding-left:15px;
	width:25%;
}

table.VergelijkTable td.oddactive {
    background-color: #ebf1ff;
	padding-left:15px;
	width:25%;
	border-left: 1px solid #c4bfc4;
}

.VergelijkHead{
	background-color:#1f419a;
	color:white;
	
	font-size: 18px;
	font-style:normal;
	padding-left:10px;
}
.equalhightrow{
   height:30px;
}
.equalhightrowextra{
    height:50px;
}
							
.equalhightrow1{
	background-color:#1f419a;
	width:25%;

	padding-left:10px;
	padding-bottom:5px;
}
span#spantitle{
	color:white;
	font-size: 16px;
	font-style:normal;
	
}
#productvergelijkselect1{
	width:100%;
	background-color: #1f419a;
	color:white;
	font-size: 16px;
	word-wrap:break-word;
	border-color:#1f419a;
    border-width: 1px;
	
  

}
#productvergelijkselect2{
	width:100%;
	background-color: #1f419a;
	color:white;
	font-size: 16px;
	border-color:#1f419a;
    border-width: 1px;
	
	
}
#productvergelijkselect3{
	width:100%;
	background-color: #1f419a;
	color:white;
	font-size: 16px;
	border-color:#1f419a;
    border-width: 1px;
   
}
#productvergelijkselect4{
	width:100%;
	background-color: #1f419a;
	color:white;
	font-size: 16px;
	border-color:#1f419a;
    border-width: 1px;
	
}

/*
fixxes

*/
.prod2{
	clear:left;
}
#DemonstratieAanvraag{
	float:left;
}
#OfferteAanvraag{
	float:left;
}
#VergelijkAanvraag{
	float:left;
}