/*
Theme Name: CarryMate
Theme URI: http://carrymate.eu
Description: CarryMate Inklap Aanhangwagens
Version: 0.2 (basis)
Author: Coen van Doorne & Tommy Seijkens
Author URI: 
Tags: carrymate, aanhangers
*/


/* Aparte stylesheets */
@import "modellen.css?v=1"; /* Pagina modellen detail */
@import "overzichtmodellen.css?v=1"; /* Pagina overzicht modellen*/
@import "voorpagina.css?v=1"; /* Voorpagina CarryMate */


/* Reset */
@import "reset.css";



a {text-decoration: none; color: #666;}
a:hover {text-decoration: none;}


a.normal { color: #FFF; text-decoration: underline; }
a.normal:hover {text-decoration: underline; color: #eee;}

.sub-menu { display: none; }
/* ---------------------
	=Body 
	Bordercolor: #e3e3e3
	Textcolor: #666
	Titlecolor: #09F
   --------------------- */ 

html { height: 100%; }

body {
	min-height: 100%;
	max-height: 100%;
	line-height:18px;

	

}
   
body {
	color: #666;
	font-family:Arial;
	font-size: 9pt;
	background-color: #fcfcfc;
	text-align: center;
}


h2, h1 { 	
	font-size: 28px;
		color: #0099ff; 
	font-family: 'BerlinSansFBRegular';
	margin-top: 10px;
	margin-bottom:10px; 
}

h3 { 	
	font-size: 22px;
	color: #565656; 
	font-family: 'BerlinSansFBRegular';
	margin-top: 10px;
	margin-bottom:10px; 
}

a {outline: none; text-decoration: none;      }
a:hover { cursor:hand; text-decoration: none;  }

.help a[href*="http"],
.help a[href*="mailto"] {
	text-decoration: underline; color: #0099ff;
}

/* ---------------------
	=Wrapper
   --------------------- */ 
#wrapper { margin: 0px auto; width: 900px; text-align: left; height: 100%; }
#header, #menu, #title, #main, #footer  {width: 900px; height: auto; }

p { margin-bottom: 5px; }


/* ---------------------
	=Header
   --------------------- */   
#header {
	height: 70px;
	position: relative;	
}


img.jubileum { position: absolute; left:-120px; top:38px; } 

	/* Banner */
	#banner {
		float: left;
		width: 581px;
		height: 70px;
x		background-image: url(../images/header.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		line-height: 100px;
			font-size: 28px;
		
	
	}
	
	#banner a { color: #2F2F2F;  float: left;  height: 70px; font-family: 'BerlinSansFBRegular'; }
	#banner span { height: 70px; float: left;   color: black; font-size: 11px; line-height: 110px; font-weight: bold; margin:0 0 0 10px;  }
	/* Short */
	#short {
		float: right;
		width: 300px;
		height: 10px;
		text-align: right;
	}
		
		#short img{
				
		
		}
		/* Short UL */
		#short ul
		{
		 margin-top: 10px;
		 float: right;
		 margin-right: 0px;
		}
		
		/* Short LI */
		#short li
		{

		list-style-type: none;
		display: inline;
	
	
	
		}
		
		/* Short A */
		#short li a
		{
		font-size: 10px;
		text-decoration: none;
		color: black;
		text-transform: uppercase;
			margin:0 6px 0 6px;
		
			

		}
		
		#short li a img { line-height: 16px; vertical-align:-3px; margin:0 0 0 3px; }
		/* Short A:HOVER */
		#short li a:hover, .textopmaak:hover
		{
		text-decoration: none;
		color:gray;
		
		
		}
		#short li a:active, .textopmaak:active
		{
		text-decoration: none;
		color:blue;
		}
		
		#short.nl-NL a.nl, #short.en-US a.en, #short.de-DE a.de { color:silver; cursor: default; text-decoration: none; }


	/* Lang */
	#lang {
		float: left;
		padding-top: 13px;
		width: 1px;
		height: 50px;
	}





/* ---------------------
	=Menu (navigatie naar pagina's)
   --------------------- */ 

#menu { margin-top: 20px; background-image: url(../images/menu/bg_normal.gif); position: relative; height:39px; }

.menu_title {
	color: white;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 13px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
	/* Menu UL */
	#menu ul { list-style-type: none; height: 39px; /* van alle buttons */ }
	
		/* Menu LI */
		#menu ul li { display: inline; }
		
			/* Menu A */
			#menu ul li a { outline: none; }
			
	/* Menu Space */
	.menu_space {
		width: 2px;
		height: 39px;
		background-image: url(../images/menu/space.png);
		float: left;
	}



/* Menu A:HOVER en ACTIVE */
.menu-menu-container .menu-item a {
	display: block;
	background-image: url(../images/menu/bg_normal.gif);
	height: 39px;
	line-height: 39px;
	padding:0 14px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	min-width: 10px;
	_width:10px;
}
.menu-menu-container .menu-item a:hover, .menu-menu-container .current-menu-item a {
	background-image: url(../images/menu/bg_hover.gif);
}



.menu-menu-container .menu-item { 
	float:left; 
	padding-right:2px;
	background-image: url(../images/menu/space.png);
}

.menu-onder-container a:hover { text-decoration: underline; }
.menu-onder-container li {
	display: inline;
	font-size: 11px;
	margin-right:10px;
	text-transform: uppercase;
	


}

.menu_round_topleft, .menu_round_topright, .menu_round_bottomleft, .menu_round_bottomright { background-image: url(../images/rounded.png); position: absolute; height: 3px; width: 2px; }

.menu_round_topleft { background-position: 0px 0px; left:0; top:0;  }
.menu_round_topright { background-position: 2px 0px; right:0; top:0;  }
.menu_round_bottomleft { background-position: 0px 3px; left:0; bottom:0;   }
.menu_round_bottomright { background-position: 2px 3px; right:0; bottom:0; }



@font-face {
    font-family: 'BerlinSansFBRegular';
    src: url('../fonts/berlin_sans_fb-webfont.eot');
    src: url('../fonts/berlin_sans_fb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berlin_sans_fb-webfont.woff') format('woff'),
         url('../fonts/berlin_sans_fb-webfont.ttf') format('truetype'),
         url('../fonts/berlin_sans_fb-webfont.svg#BerlinSansFBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ---------------------
	=Title 
   --------------------- */ 
#title { 
	background-repeat: no-repeat;
	height: 22px;
	margin: 20px 0px 0px 5px;

}
	/* Title P */
	#title p {
		color:#09F;
		font-size:24px; 
		font-family: 'BerlinSansFBRegular';
		
	}


/* ---------------------
	=Main (Content)
   --------------------- */ 
#main {
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e3e3e3;
	background-image: url(../images/bg_m.png);
	background-repeat: repeat-y;
	float: left;
	margin: 10px 0px -1px 0px;
	text-align:left;
	z-index: 888;
	min-height: 400px;
	
	
}

	/* Content Center */
	#content-center {
		margin:20px;
		height:100%;
	}

		/* Entry */
		#entry { float:left; width:480px; text-align: justify; line-height: 18px; margin-top:10px; color: #666; 	font-size: 9pt;  }
		#entry p { margin-bottom: 10px; }
		#entry-image { overflow: hidden; width: 150px; height: 100px;}
		#content-images img { margin:0px 0px 4px 0px; padding: 0px; }
		#entry li { list-style-type: circle; margin-left: 15px; }
		/* Content Title */
		#content-title {
			font-size:24px; 
			color: #0099ff; 
			font-family: 'BerlinSansFBRegular';
		}
		
		/* Content Time */
		#content-time { font-size:11px; }
		#content-time span { font-weight: bold; margin: 0px; padding: 0px; }

	/* Content Left */
	#content-left {
		background: #f7f7f7;
		float: left;
		height: 100%;
		margin-top: 0px;
		width: 200px;
		z-index: 1;
	}
	
	/* Content Right */
	#content-right {
		background-color: white;
		bottom: 0px;
		float: right;
		margin-top: 0px;
		width: 699px;
		padding:0 0 10px 0;
		z-index: 100;
	}	
	
		#content-images {
			width: 150px;
			float: right;
		}
	
	
    /* ----- Round borders -----*/
x	#hoek-boven-links {
		float: left;
		position: absolute;
		background-image: url(../images/hoek-boven-links.png);
		z-index: 999;
		height: 4px;
		width: 4px;
		left:0px;
	}
	
x	#hoek-boven-rechts {
		right: -1px;
		float: right;
		border-color: #ffde48;
		border-width: 1px;
		border-style: solid;
		position: absolute;
		background-image: url(../images/hoek-boven-links.png);
		z-index: 999;
		height: 4px;
		width: 4px;
	}
	



/* ---------------------
	=Navigatie (navigatie items)
   --------------------- */ 
#navlist  {
	list-style-type:square;
	margin:0px;
	font-size: 11px;
					
}

	/* Menu 2 - UL */
	#navlist ul {
		margin:0px;
		padding-left: 0px;
		display:block;
		width: 200px;		
	}
		
		/* Menu 2 - LI */
		#navlist ul li {
			min-height: 45px;
			display:block;
			
		}

			/* Menu 2 - A */
			#navlist ul li a {
				width: 160px;
				min-height: 33px;
				padding: 14px 10px 0 30px;
				margin: 0px;
				font-size: 12px;
				display: block;
				color: #666;
				
				text-decoration: none;	
							
			}
			
			/* Menu 2 - A:HOVER */
			#navlist a:hover {
				width: 160px;
				min-height: 33px;
				padding: 14px 10px 0 30px;;
				display:block;
				color: #0099ff;
				background-color: #eaeded;
			}
			
			/* Menu 2 - ACTIVE en ACTIVE:HOVER */
			#navlist .active, #navlist .active:hover{
				background-color: white;	
				border-bottom: 1px solid #d7d7d7;	
				border-top: 1px solid #d7d7d7;		
				z-index: 998;
				min-height: 29px;		
				color:#09F;
				font-size: 12px;
				text-decoration: none;
				margin:0px;
				display: block;
				width: 161px;
				margin-left:0px;
				padding: 14px 10px 0 30px;
				margin-top: -1px;
				background: #FFF;
			}
			
			.modellendetail .current_page_item {
				background-color: white;	 		
				border-bottom: 1px solid #d7d7d7;	
				border-top: 1px solid #d7d7d7;		
				z-index: 998;
				min-height: 29px;		
				color:#09F;
				font-size: 12px;
				text-decoration: none;
				margin:0px;
				display: block;
				width: 191px;
				margin-left:0px;
				padding:0px 10px 0 0px;
				margin-top: -1px;    }
				.modellendetail #navlist .current_page_item a:hover { background: white; }



/* ---------------------
	=Footer
   --------------------- */ 
#footer {
	
	margin-top: 15px;
	width: 901px;
	height: 42px;
	float: left;
	clear: both;

	background-image: url(../images/ft_mid.png);
}


#footer p {	margin-top: 15px; text-align: center; }
#footer img { margin: 2px 0px 0px 40px; text-align: center; }

	#footer_mid {
	width: 889px;
	height: 40px;
	border-width: 1px 0px 1px 0px;
	border-color: #e3e3e3;
	border-style: solid;
	float: left;
	}
	
		#footer_left {
			width: 6px;
			height: 42px;
			background-image: url(../images/ft_left.png);
			float: left;
		}
	
		#footer_right {
			width: 6px;
			height: 42px;
			background-image: url(../images/ft_right.png);
			float: right;
		}
	
			#footer_vak1 {
				width: 80px;
				height: 40px;
				border-right: 1px solid #e3e3e3;
				float: left;		
				line-height: 40px;
				text-indent: 25px;				
			}
						
			#footer_vak2 {
				width: 160px;
				height: 40px;
				border-right: 1px solid #e3e3e3;
				float: left;
				color: #666;
				line-height: 40px;
				text-indent: 20px;

			}
			
			#footer_vak3 {
				width: 350px;
				height: 40px;
				
				border-right: 1px solid #e3e3e3;
				float: left;
				text-align: center;
				line-height: 40px;
				
			}
			
			#footer_vak3 a { text-transform: uppercase;  }
			
			/* ------------------------
			Coen add niet schrikken :-) 
			Opmaak text in footer text
			-------------------------*/
			
				.textopmaak {
					text-transform: uppercase;
					color:#666;
					font-size: 11px;
					text-decoration: none;
					}
					
			/* ------------------------
			Einde opmaak footer text
			-------------------------*/
			
			#footer_vak4 {
				width: 280px;
				height: 40px;
				float: left;
				margin-top: 7.5px;
				margin-left: 15px;
				
			}
			
			/* ------------------------
			Coen add niet schrikken :-) 
			Lijnt rechter footer icons 
			uit + opmaak/hover.
			-------------------------*/
			
				.tufrdwicon {
					width: 45px;
					height: 27px;
					display: block;
					text-decoration: none;
					background-repeat:no-repeat;
					background-image:url(../images/footer/rdwicon.gif);
					float: left;
					margin-left: 100px;
				}
				.tufisoicon {
					width: 66px;
					height: 27px;
					display: block;
					text-decoration: none;
					background-repeat:no-repeat;
					background-image:url(../images/footer/isoicon.gif);
					float: left;
					margin-left: 10px;
				}
				.tuftuficon {
					width: 29px;
					height: 27px;
					display: block;
					text-decoration: none;
					background-repeat:no-repeat;
					background-image:url(../images/footer/tuficon.gif);
					float: left;
					margin-left: 10px;
				}
				.tufrdwicon:hover {
					background-position: bottom right;
				}
				.tufisoicon:hover {
					background-position: bottom right;
				}
				.tuftuficon:hover {
					background-position: bottom right;
				}

		   /* ---------------------
			Einde footer uitleining
		   ----------------------*/


#content-images {
	width: 150px;
	float: left;
	margin-left:25px;
	

}

#modellen_table td { 
	border: 1px solid #e3e3e3; 
	height: 15px;
	padding: 3px 6px 3px 6px;
	background-image: url(../images/gradient.png);
	}
	
#modellen_table table { margin-bottom: 10px; width: 650px; text-align: left;}



#normal-left, #normal-right {
	background-color: white;
	color: #666; 

	float: left;
	font-size: 9pt;
	line-height: 17px;	
	margin: 20px 0px 20px 20px;
	text-align: justify;
	width: 420px;
x	border-left: 1px solid #666;
	
	}
	
#normal-left h1, #normal-right h1 {
	font-size:20px; 
	color: #0099ff; 
	font-family: 'BerlinSansFBRegular';
	line-height: normal;
	text-align: inherit;
	font-weight: normal;
	}

#normal-left p { padding-bottom: 10px;}

label {font-size:12px;margin:0 0 0 0; padding:0;}
input, textarea {font:1em Arial, Helvetica, sans-serif; color:#282828; border:1px solid #CDCDCD; font-size:12px; height: 16px;	width:280px; margin:5px 0 0 0; }

input[type="submit"] { padding:0px 10px; height: 30px; display: block; width: auto; }


textarea {width:280px; height:200px; }
.flabel {width: 130px; float: left;}
.fsubmit input { background-color: white; border: 1px solid silver; float: right; }

#informatievak {width: 480px; margin-top: 10px;}
#informatievak img { vertical-align: middle;}
#agenda, #informatie { width:240px; float: left;}
#agenda span { width:200px; }
#agenda h3, #informatie h3 { color: black; font-size: 14px; font-weight:  bold; margin-bottom: 3px; }
.beurzen #navlist li { position: relative; }
.beurzen #navlist li span.red { position: absolute; left:15px; top:19px; display: block; background-color:red; height:4px; width:4px; z-index: 6900; }
.beurzen #navlist li span.green { position: absolute; left:15px; top:19px; display: block; background-color:#05da00; height:4px; width:4px; z-index: 6900; }

#footer_vak3 li { display: inline; margin-right:10px; }


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;



}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;

	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;

}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#verzendbeun {
	margin-left: 130px;
}

/* KOPEN / HUREN */
#kopen_left #top #image { background: url("../images/normaal_aanhanger.jpg") no-repeat; height:159px; width: 218px; margin:20px 0 0 15px;
	font-size: 28px;
		color: #bbb; 
		text-align: center;
		line-height: 110px;
	font-family: 'BerlinSansFBRegular';
	text-transform: uppercase;
	

  }
#kopen_left #top { border-bottom:1px solid #e0e0e0; padding:0 0 5px 0; }
#kopen_left #bottom #image { background: url("../images/normaal_aanhanger.jpg") no-repeat; height:159px; width: 218px; margin:20px 0 0 15px;
	font-size: 24px;
		color: #bbb; 
		text-align: center;
		line-height: 110px;
	font-family: 'BerlinSansFBRegular';
	text-transform: uppercase;   }
#kopen_left, #kopen_left #top, #kopen_left #bottom { float:left; width:640px; }
#kopen_right { width:210px;  float:left; border-left:1px solid #e0e0e0; height: 380px; padding:20px 20px 10px 20px; color:#666; font-size: 12px; }
#kopen_right2 { width:210px;  float:left; border-left:1px solid #e0e0e0; height: 650px; padding:20px 20px 10px 20px; color:#666; font-size: 12px; }
#kopen_left #image { width:280px; height:300px;float:left; }
#kopen_left a { width:350px;  border:1px solid #e0e0e0; display: block; float:left; margin: 0 0 10px 0; position: relative; background-color:#fafafa; }
#kopen_left a:hover { background:#37cdff; }
#kopen_left a:hover h2, #kopen_left a:hover span.subtekst { color:#FFF; }

#kopen_left span.icon { width:25px; height:25px; display:block; margin:8px 10px 6px 9px; float:left;}
#kopen_left span.border { border-left:1px solid #e0e0e0; display:block;  float:left; width:300px; }
#kopen_left span.icon, #kopen_left h2, #kopen_left .subtekst { float:left;}
#kopen_left h2 { font-size:18px; margin:5px 0 0 18px; padding:0; font-family: Arial; width:260px; height:18px; }
#kopen_left span.subtekst { background: url("../images/PDF-icon.png") no-repeat; padding:0 0 0 15px; margin:3px 0 5px 16px; line-height: 12px; height: 15px; *height:20px;  }
a.prijs span.icon, a.voorwaarden span.icon { background: url("../images/icons_kopen.png") no-repeat; }
a.prijs span.icon { margin:5px 0 0 0; background-position: 0 -25px; }
a.voorwaarden span.icon { background-position: 0px 0px; }
#kopen_left a.prijs { margin:28px 0 10px 20px; }
#kopen_left a.voorwaarden { margin:0px 0 10px 20px; }

/* Coenbuttonbeun */

.belbutton {
	width: 145px;
	height: 30px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../images/belbutton.png);
	float: left;
	display: block;
	cursor: pointer;
	color: FFF;
	margin-top: 10px;
}

#buttontext {
x	padding-left: 15px;
	padding-top: 6px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.belbutton:hover {
	background-position: bottom right;
}
				
a.speciaal:link, a.speciaal:visited{
color: #fff;
}


.buttons_mainpage {
	background-image: url("../images/belbutton.png");
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 145px;
	border: 0 none;
	cursor: pointer;
	margin-left: 130px;
	color: #FFF;
}

.buttons_mainpage:hover {
	background-position: bottom right;
}
			

/* end beun */


a#kniellink { 
	width: 899px;
	height: 46px;
	background-image: url("../images/kniel_link.jpg");
	margin:12px 0;
	float: left;
	
} 

a#kniellink3 { 
	width: 899px;
	height: 46px;
	background-image: url("../images/kniel_link_de.png");
	margin:12px 0;
	float: left;
	
} 

a#motorbeurs { 
	width: 288px;
	height: 51px;
	background-image: url("../images/motorbeurs2013.png");
	margin:10px 0 0 0;
	float: right;
	
} 
a#kniellink3:hover,a#motorbeurs:hover { -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;  }


#configlink { 
width: 305px;
height: 35px;
background-image: url("../images/configbutton.png");
cursor: pointer;
position: absolute;
z-index: 1;
right: -2px;
top: 55px;
} 

#configlink:hover { -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;  }


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


.c_images {
	width:210px;
}

.conbutton { width: 145px; height: 30px; text-decoration: none; background-repeat:no-repeat; background-image:url(../images/belbutton.png); float: right; display: block; cursor: pointer; color: FFF; margin-top: 10px; }


.conbutton2 { width: 145px; height: 30px; text-decoration: none; background-repeat:no-repeat; background-image:url(../images/vorige.png); float: right; display: block; cursor: pointer; color: FFF; margin-top: 10px; margin-right: 10px; }

#contekst { x padding-left: 15px; padding-top: 6px; color: #FFF; font-size: 14px; text-align: center; }
#conprinter { padding-top: 6px; color: #FFF; line-height: 20px; font-size: 16px; float: left; font-family: 'BerlinSansFBRegular'; }
.conbutton:hover { background-position: bottom right; }
.conbutton2:hover { background-position: bottom right; }
				
a.speciaal:link, a.speciaal:visited{ color: #fff; }

a.conf {text-decoration: none; color: #0099ff;}
a.conf:hover {text-decoration: underline; color: #0099ff; }
a.confgrey	 {text-decoration: none; color: #ababab;}
a.confblack	 {text-decoration: none; color: black;}
a.confsub 	 {text-decoration: none; color: #c8c8c8; position:  absolute; font-size: 12px; padding: 6px 0 0px 5px; 	font-family:Arial;
	font-size: 9pt;  }
a.selectieuitlijning {margin-left: 60px;}
a.selectieuitlijning2 {margin-left: 38px;}
a.selectieuitlijning3 {margin-left: 41px;}
a.selectieuitlijning4 {margin-left: 58px;}
a.selectieuitlijning5 {margin-left: 36px;}

.next {padding-top: 6px; color: #FFF; line-height: 20px; font-size: 16px; text-align: center; font-family: 'BerlinSansFBRegular';}
.prev {padding-top: 6px; color: #FFF; line-height: 20px; font-size: 16px; text-align: center; font-family: 'BerlinSansFBRegular';}
.overzicht {padding-top: 6px; color: #FFF; line-height: 20px; font-size: 16px; text-align: center; font-family: 'BerlinSansFBRegular';}

.configurator .hidden { display: none; }
.configurator .hidden.active { display: block; }


.configurator .item  { width: 635px; height: auto; border:1px dashed #aaa; float: left; clear: both; margin:6px 0 15px 0px; padding:10px;}

.configurator .help  { width: 616px; height: auto; border:1px dashed #aaa; float: left;  margin:6px 0 10px 0; padding: 5px 20px 10px 20px;}
.configurator .helplinks {width: 297px; height: auto; border: none; float: left; text-align: justify; padding: 5px 0px 0px 0px;}
.configurator .helprechts {width: 297px; height: auto; border: none; float: right; text-align: justify; padding: 5px 0px 0px 0px;  }

.configurator .tekstvlak { width: 277px; height: auto; border:1px dashed #aaa; float: left; margin:6px 0 15px 0; padding: 5px 20px 10px 20px; }
.configurator .tekstvlak2 { width: 277px; height: auto; border:1px dashed #aaa; float: left; margin:0 0 15px 0; padding: 5px 20px 10px 20px; }
.configurator .tekstvlakrechts { width: 279px; height: auto; border:1px dashed #aaa; float:  right;  margin-right: 3px; margin-top: 6px; padding: 5px 20px 10px 20px;}
/*
.configurator .item span { background: #efefef; color: #000; padding:0px; display: block; float: right; cursor: pointer; }
.configurator .item.active span { background: #09F; color: #FFF; }
.configurator .item.active {  border:1px solid #09F; }
*/

.configurator .item span {

	width: 145px;
	height: 30px;
	background-image:url(../images/selecteer.png);
	float: right;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 10px;
}

.configurator .item span:hover { 	
	background-position: bottom right; }



.configurator .item.active {  border:1px solid #09F; }
.configurator .item.active span { 
	width: 145px;
	height: 30px;
	background-image:url(../images/geselecteerd.png);
	float: right;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10px;}

.configurator #nav li a span.selected { color: #000; }
.configurator #nav li a { color: #565656; font-size: 16px; float: left; }



.configurator #nav li.ui-state-active a, .configurator #nav li.ui-state-active a:hover {
background-color: white;
border-bottom: 1px solid #D7D7D7;
border-top: 1px solid #D7D7D7;
z-index: 998;
min-height: 29px;
color: #09F;
font-size: 16px;
text-decoration: none;
margin: 0px;
display: block;
width: 161px;
margin-left: 0px;
padding: 14px 10px 0 30px;
margin-top: -1px;
background: white;
}



.configurator .lijn {height: 30px; width: 1px; background-color: grey; position: absolute; margin-left: 30px; margin-top: -5px;}



.configurator .stap {font-family: 'BerlinSansFBRegular'; font-size: 32px; position: absolute;}
.configurator .stap1 {font-family: 'BerlinSansFBRegular'; font-size: 32px; position: absolute; margin-left: 4px;}

.configurator .type {font-family: 'BerlinSansFBRegular'; font-size: 14px; margin-top: -5px; position: absolute; margin-left: 45px; text-align: center; }
.configurator .selected {font-family: 'BerlinSansFBRegular'; font-size: 14px; padding-top: 8px; position: absolute; margin-left: 45px;}
.configurator .menutekst {font-family: 'BerlinSansFBRegular'; font-size: 14px; }

.configurator .helpicon {padding-right: 10px; }


.configurator .blokkar {width: 200px; height: 10px; float: right; }
.configurator .blokkert2 {width: 10px; height: 10px; background-color: none; float: left;}
.configurator .blokkert {width: 10px; height: 50px; background-color: none; float: left;}
.configurator .spacelinks {width: 600px; height: 10px; background-color: none; float: left;}
.configurator a.mover { background: #ededed; color: #000; padding:20px; display: block; float: left; cursor: pointer; }
.configurator #navigation  { float: right; clear: both; margin-top: -5px; margin-bottom: 10px; margin-right: 4px; }
.configurator #list li { list-style: none;}
.configurator #list { margin: 0 0 0 0px;}
.configurator form  { float: left; clear: both; font-size: 12px; line-height: 20px; }
.configurator input[type="radio"] { display: none; width:20px;  }
.configurator input[type="submit"] { width: 145px; height: 30px; text-decoration: none; background-color: white; border: none; background-repeat:no-repeat; background-image:url(../images/belbutton.png); float: right; display: block; cursor: pointer; color: white; margin-top: 20px; font-family: 'BerlinSansFBRegular'; font-size: 16px; line-height: 20px; margin-right: 20px;}
.configurator input[type="submit"]:hover { background-position: bottom right; }
.configurator label { display: inline-block; font-size: 12px; }
.configurator .ginput_container {width: 300px; float: left; }
.configurator .succes { display: none; background: url('http://png-1.findicons.com/files/icons/2564/max_mini_icon/16/valid.png') no-repeat; padding:0 0 0 20px; }
.configurator input[type="checkbox"] { width: 25px; }
.configurator #content-right { width: 695px; height: auto; }
.configurator .c_photo { float: left; margin-top: 10px; margin-left: 10px; margin-bottom: 5px; }
.configurator .tekstfoto {width: 390px;  background-color: ; text-align: justify; float: left; margin-left: 20px;}
.configurator .medium {width:  180px; float: right; margin-top: -14px; padding: 2px 5px; margin-right: 20px; }
.configurator .textarea {height: 100px; }
.configurator .printer {float: left; margin-right: 10px; margin-left: 20px; }
.c_images { margin-top: 5px; }
.configurator .lijn {float: left; clear: both;}
.configurator .spazor {height: 10px; width: 10px; margin-top: 60px; float:;}
.configurator .spazor1 {height: 10px; width: 10px; margin-top: 100px; float:;}
.configurator .spazor3 {margin-bottom: 40px; height: 6px;}
.configurator .helpicon { height: 40px; width: 40px; }

.configurator .acc  { width: 109px; height: 32px; border:1px dashed #aaa; float: left;  margin:6px 14.2px 10px 0; padding: 5px 20px 10px 20px;}

#lijntester {margin-top: 20px; width: 640px; background-color: black; float: left;}
