.printonly {
	display: none;
}
body {	
	margin:0;
	padding:0;
}
:root{
 overflow-y:scroll;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-top:					0px;
	margin-bottom:				0px;
}
h1,h2,h3,h4,h5,h6 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:				normal; 
}

strong {
	font-weight:				700;	
}	
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* speciefiek voor website vanaf hier.... */


body {
	font-family:				Arial;
	font-size:					11px;
	color:						#000000;
	background-color:			#e2e2e2;
	margin:						0px;
	padding:					0px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
table td {
	padding:0px;
	vertical-align:top;
}

img {
	border:0px;
}
img.border {
	border:solid 0px #636363;
}

/* p-config voor gelijke behandeling in firefox als in ie */
p {
	padding:					0px 0px 0px 0px;
	margin-top:					0px;
}

ul {
	margin:						0px;
	padding-left:				15px;
}
ol {
	margin:						0px;
	padding-left:				0px;
}
ul li {
	list-style-type:			disc;
	list-style-position:		outside;
}


ol li  {
	list-style-type:			disc;
	list-style-position:		outside;
}

form {
	margin:						0px;
	padding:					0px;
}

h1 {
	font-family:				Arial narrow;
	font-size:					24px;
	font-weight:				700;
	margin-bottom:				10px;
	color:						#1D88B4;
}

h1 span {
	font-weight:				normal;	
}	
/* vanaf hier style voor website */

a:link,
a:visited,
a:active{
	color:							#1D88B4;
	cursor:							pointer;
	text-decoration:				none;
}

a:hover {	
	text-decoration:				underline;
}

label {
	cursor:							pointer;	
}

.radio {
	cursor:							pointer;
}	

div#body {
	width:							955px;
	margin:							0px auto 0px auto;
}

div#container {
	display:						inline;
	float:							left;
	width:							955px;
	background-color:				#ffffff;
}

div#header {	
	display:						inline;
	float:							left;	
	width:							955px;
	height:							86px;
	background-image:				url('../img/header_background.png');
	background-repeat:				repeat-x;
}

div#logo {
	display:						inline;
	float:							left;
	margin-top:						15px;
	margin-left:					30px;	
}

div#menu_product {
	display:						inline;
	float:							left;
	width:							955px;
	background-color:				#ffffff;
		
}

div#menu_product_left_block {
	float: 							left; 
	width: 							105px; 
	background-color: 				#000000; 
	height: 						38px;
	background-image:				url('../img/gradient_white.png');
	background-position:			center bottom;
	background-repeat:				repeat-x;	
}

div.menu_product_left {
	display:						inline;
	float:							left;
	width:							95px;
	background-color:				#ffffff;	
}

div.menu_product_arrow {
	display:						inline;
	float:							left;
	width:							10px;	
	padding-top:					8px;
	padding-bottom:					2px;
	background-color:				#ffffff;
}

div.menu_product_left span {
	display:						block;
	font-size:						10px;
	margin-top:						7px;
	padding-bottom:					1px;
	padding-left:					2px;
}

div.menu_product_block {
	display:						inline;
	float:							left;
	width:							850px;	
}

/* begin product menu */
.menu_product_block ul{
	margin: 						0;
	padding: 						0;
	list-style-type: 				none;
}

.menu_product_block ul li{	
	position: 						relative;
	display: 						inline;
	float: 							left;
	list-style-type:				disc;
	list-style-position:			outside;
	padding-top:					6px;
	padding-bottom:					17px;
	background-image:				url('../img/gradient_white.png');
	background-position:			center bottom;
	background-repeat:				repeat-x;
}
.menu_product_block ul li.active{	
	background-color:				#F89727;
}
.menu_product_block ul li a.active{	
	color:							red;
}

.menu_product_block ul li a{
	background-color: 				#ffffff; /*background of tabs (default state)*/
	color:							#000000;
	padding-top:					6px;	
	padding-left:					8px;
	padding-right:					8px;
	border-right: 					1px solid #000000;
	font-size:						12px;
	font-weight:					700;
	text-decoration: 				none;
	text-transform: 				uppercase;
}
.menu_product_block ul li a span{
	display: 						none; 
	width: 							13px; 
	height: 						7px; 
	top: 							0px; 
	left: 							40%; 
	position: 						absolute;
	background-image:				url(../img/arrow_top.gif);
}

.menu_product_block ul li a span.product_active {
	display:						block !important;	
}	

div.separator {				
	display:						inline;
	position:						absolute; 
	top:							-1px; 
	left:							0; 			
	color: 							#000000;
}	

* html div.menu_product_block ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: 						inline-block;
}

.menu_product_block ul li a:link, .jqueryslidemenu ul li a:visited{
	text-decoration: 				none !important;
}

.menu_product_block ul li a:hover{
	text-decoration: 				none;
}

/* einde product menu */

div#main {
	display:						inline;
	clear:							both;
	float:							left;
	width:							955px;
	background-image:				url('../img/background_vauxhall.png');
	background-repeat:				repeat-y;	
}

div#main_left {
	display:						inline;
	float:							left;
	width:							677px;
}

div#header_foto {
	display:						inline;
	float:							left;
	width:							677px;	
	min-height:						183px;
	_height:						183px;
}	

div#main_right {
	display:						inline;
	float:							left;
	width:							273px;
	margin-left:					5px;
	color:							#ffffff;	
	padding-top:					6px;
	padding-bottom:					6px;
}	

div#main_content {
	display:						inline;
	clear:							both;
	float:							left;
	width:							677px;	
}

div#title {
	display:						inline;
	float:							left;
	width:							624px;
	margin-top:						-18px;	
	margin-left:					29px;
}

div#content {
	display:						inline;
	float:							left;
	width:							624px;
	margin-left:					29px;
	padding-bottom:					18px;
}

div#main_news_block {
	display:						inline;
	float:							left;
	width:							624px;
	margin-top:						-18px;
	margin-left:					29px;
	padding-bottom:					36px;
}	

div#main_news_block div.kop {
	display:						inline;
	float:							left;
	width:							624px;
	padding-bottom:					10px;
}	
div#main_news_block div.kop span.title {
	color:							#1D88B4;
	font-size:						16px;
	font-weight:					700;		
}
span.title:first-letter {
	text-transform:					uppercase;
}

div#main_news_block div.kop span.datum {
	color:							#1D88B4;
	font-size:						11px;
	font-weight:					700;	
	text-align:						right;	
}	

div#main_news_block div.tekst {
	display:						inline;
	float:							left;
	width:							624px;
}	


div#footer_border {
	display:						inline;
	float:							left;	
	width:							955px;
	height:							5px;
	background-color:				#25b0e8
}	
div#footer {
	display:						inline;
	float:							left;	
	width:							955px;
	background-image:				url('../img/bottom_background.png');
	background-repeat: 				repeat-x;
	height:							55px;
	padding-bottom:					30px;
}

div#footer span.text_left {
	display:						block;
	float:							left;
	width:							285px;
	font-family: 					Arial Black;
	font-size:						18px;
	font-weight:					700;
	color:							#ffffff;
	margin-top:						17px;
	margin-left:					29px;	
}	
div#footer span.text_right {
	display:						block;
	float:							right;
	text-align:						right;
	margin-right:					6px;
	width:							465px;
	font-size:						10px;
	line-height:					16px;
	font-weight:					normal;
	color:							#ffffff;
	margin-top:						15px;
	margin-left:					29px;	
}	
div#footer span.text_right a:link,
div#footer span.text_right a:visited,
div#footer span.text_right a:active{
	color:							#ffffff;
	cursor:							pointer;
	text-decoration:				none;
}

div#footer span.text_right a:hover {	
	text-decoration:				underline;
}

/* menu style */
div#menu {
	display:						inline;
	float:							right;
}

div#topmenu {
	position:						relative;	
	top:							33px;
}

div#topmenu a {
	color:							#ffffff;
	border-right:					1px solid #ffffff;		
	padding-left:					5px;
	padding-right:					5px;
}
div#topmenu a.selected {
	background:						#25B0E8;	
}
div#topmenu a:hover {
	text-decoration:				none;	
}

div#topmenu ul ul li a {
	color:							#ffffff;
	border-right:					1px solid #ffffff;		
	padding-left:					5px;
	padding-right:					5px;
}
div#topmenu ul ul li a.selected {
	background:						#25B0E8;	
}
div#topmenu ul ul li a:hover {
	text-decoration:				none;	
}

div#topmenu ul {
	margin:							0px;
	padding-left:					0px;
}

div#topmenu ul li {
	list-style-type:				disc;
	list-style-position:			inside;
}

div#topmenu li {
	display:						inline;
	float:							left;
	color: 							#ffffff;
	border-right:					0px solid #ffffff;
	font-family:					Arial narrow;
	font-size:						13px;
	font-weight:					700;
	line-height:					12px;
	text-transform:					uppercase;
	white-space:					nowrap;
	position:						relative;
}

div#topmenu li li {
	display:						inline;
	float:							left;
	color: 							#ffffff;
	border-right:					0px solid #ffffff;
	font-family:					Arial narrow;
	font-size:						13px;
	font-weight:					700;
	line-height:					12px;
	text-transform:					uppercase;
	white-space:					nowrap;
	position:						relative;
	margin-top:						3px;
}
div#topmenu ul ul {
	display:						block;
	position:						absolute;
	left:							0px;
	height:							18px;
	width:							100%;
	background-color:				#25B0E8;
	visibility:						hidden;
}

div#topmenu .last-item {
	border: none;
}


.jqueryslidemenu ul{
	margin: 						0;
	padding: 						0;
	list-style-type: 				none;
}
/* end top menu style */

/* search inputfield */

div.search_block {
	display:						inline;
	float:							left;		
}

div.search_block .input {
	display:						inline;
	float:							left;		
}

div.search_block .input_zoek {
	width:							97px;
	font-size:						10px;
	font-family:					Arial;
	padding-left:					36px;
	padding-top:					2px;
	padding-bottom:					2px;
	padding-right:					15px;
	border: 						1px solid #000000;
	background-repeat:				no-repeat;
}

div.search_block .submit {
	border:							0 solid #3A8D49;
	cursor:							pointer;
	display:						block;
	height:							21px;
	margin-left:					-147px;
	margin-top:						0;
	vertical-align:					middle;
	width:							30px;
}

div.button_block {
	display:						inline;
	float:							left;
	width: 							148px;
	margin-top:						5px;
}

div.nieuws_block {
	display:						inline;
	float:							left;
	width:							261px;
	margin-top:						6px;
	margin-left:					6px;	
	padding-bottom:					6px;
}

div.nieuws_top {
	display:						inline;
	float:							left;
	width:							237px;	
	background-color:				#25B0E8;
	padding-top:					6px;
	padding-left:					12px;
	padding-right:					12px;
	padding-bottom:					6px;
}

div.nieuws_top span.datum {
	font-family:					Arial;
	font-weight:					normal;	
	text-transform: 				uppercase;
	font-size:						9px;
}

div.nieuws_top span.titel {
	font-family:					Arial Black;
	font-weight:					700;	
	text-transform: 				uppercase;
	font-size:						11px;
}	

div.nieuws_text {
	display:						inline;
	float:							left;
	width:							237px;	
	background-color:				#e0f3fd;
	color:							#000000;
	padding-top:					6px;
	padding-left:					12px;
	padding-right:					12px;
	padding-bottom:					6px;
	text-align:						justify;
}

div.nieuws_text span {
	text-align:						justify;
}

div.nieuws_block_main {
	display:						inline;
	float:							left;
	width:							624px;	
	padding-bottom:					6px;
}

div.nieuws_top_main {
	display:						inline;
	float:							left;
	width:							600px;	
	background-color:				#25B0E8;
	color:							#ffffff;
	padding-top:					6px;
	padding-left:					12px;
	padding-right:					12px;
	padding-bottom:					6px;
}

div.nieuws_top_main span.datum {
	font-family:					Arial;
	font-weight:					normal;	
	text-transform: 				uppercase;
	font-size:						9px;
}

div.nieuws_top_main span.titel {
	font-family:					Arial Black;
	font-weight:					700;	
	text-transform: 				uppercase;
	font-size:						11px;
}	

div.nieuws_text_main {
	display:						inline;
	float:							left;
	width:							600px;	
	background-color:				#e0f3fd;
	color:							#000000;
	padding-top:					6px;
	padding-left:					12px;
	padding-right:					12px;
	padding-bottom:					6px;
}

div.content_product_left {
	display:						inline;
	float:							left;
	width:							115px;	
}	
div.content_product_right {
	display:						inline;
	float:							left;
	width:							509px;
}	

/* begin nieuws product menu */
.content_product ul{
	margin: 						0;
	padding: 						0;
	list-style-type: 				none;
}

.content_product ul li{	
	position: 						relative;
	display: 						inline;
	float: 							left;
	list-style-type:				disc;
	list-style-position:			outside;
	padding-bottom:					4px;
}
.content_product ul li.active{	
	background-color:				#F89727;
}
.content_product ul li a.active{	
	color:							red;
}

.content_product ul li a{
	background-color: 				#ffffff; /*background of tabs (default state)*/
	color:							#1D88B4;	
	padding-left:					8px;
	padding-right:					8px;
	font-size:						12px;
	font-weight:					700;
}

* html div.content_product ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: 						inline-block;
}

.content_product ul li a:link {
}

.content_product ul li a:hover{
	text-decoration: 				underline !important;
}

/* einde nieuws product menu */

/* sitemap */
div#sitemap_menu {
 	display:						inline;
 	float:							left;
 	width:							624px;							
}

div#sitemap_menu a:link,
div#sitemap_menu a:visited,
div#sitemap_menu a:active{
	display:						block;
}

div#sitemap_menu a:hover {	
	text-decoration:				underline;
}

div#sitemap_menu ul li {
	list-style-type: 				square;
	color:							#1D88B4;	
}

div.newsletter_block {
	display:						inline;
	float:							left;
	margin-left:					29px;
	width:							624px;
}
div.newsletter_block span.title_form {
	font-size:						14px;
	
}

div.newsletter_text {
	display:						inline;
	float:							left;	
	width:							100px;
	margin-top:						3px;
	color:							#1D88B4;
}

div.newsletter_inputfield_block {
	display: 						inline; 
	float: 							left; 
	width: 							293px; 
	padding-bottom: 				8px;
}
div.astrix {
      background-image:		url('../img/astrix.jpg');
	  background-repeat:	no-repeat;
	  background-position:	right top;
	  padding-right:		10px;
}

div.newsletter_inputfield_block .inputfield {
	width:							282px;	
	padding:						2px;
	padding-bottom:					3px;
	font-size:						11px;
	border:							1px solid #1D88B4;
}

.button_newsletter {
	width:							106px;
	height:							19px;
	font-size:						10px;
	font-weight:					700;
	color:							#1D88B4;
	padding-bottom:					4px;
	margin:							0px;
	background-repeat:				repeat-x;
	background-color:				#ffffff;
	border:							1px solid #1D88B4;	
	cursor: 						pointer;	
}
