/* ############ DEFAULT PAGE SETUP ############ */

html, body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background: url('../img/bg_back.jpg')  repeat-x;
}

body, p, input, select, textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
}
td {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial;
	font-size:11px;
	color:#666666;

}

form {
	padding: 0;
	margin: 0;
}

/* ############ EINDE DEFAULT PAGE SETUP ############ */

/* ############ HEADER HOLDER ############ */

#header_holder {
	padding:0px;
	margin:0px;
	width:100%;
	background: url('../img/bg_back_w.jpg') top left repeat-x;
	height:78px;
}
#header_right {
	padding:0px;
	margin:0px;
	background: url('../img/bg_back.jpg') top left repeat-x;
	float:right;
	width:50%;
	height:78px;
}
#header {
	padding:0px;
	margin:0px;
	background: url('../img/header_bg.jpg') repeat-x;
	width: 976px;
	position:absolute;
	margin-left: -448px;
	height:78px;
}
#header_visual {
	position: absolute;
	right: 0px;
}

/* ############ EINDE DIV HEADER HOLDER ############ */

/* ############ DIV HOLDER ############ */

#holder {
	padding:0px;
	margin:0px;
	width: 976px;
	margin: 0px auto;
	background: url(../img/dot_hor.gif) 0px 31px repeat-x;
	position: relative;
}

/* ############ EINDE DIV HOLDER ############ */

/* ############ DIV LOGO ############ */

#logo {
	padding:0px;
	margin:0px;
	background: url('../img/logo.jpg') repeat-x;
	height: 65px;
	width: 236px;
	position: absolute;
	margin-top: -33px;
	padding-left:1px;
	left: 0px;
}

/* ############ EINDE DIV LOGO ############ */


/* ############ DIV LANGUAGE ############ */

#language {
	padding:0px;
	margin:0px;
	float:right;
	margin:8px 0px;
	width:80px;
}
#language li{
	border-right: 1px solid #821F1A;
	font-weight: bold;
	color:#821F1A;
	text-decoration:none;
}
#language li a{
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	color:#821F1A;
	font-weight: bold;
	text-decoration:none;
}
#language li a:hover{
	font-weight: bold;
	color:#821F1A;
	text-decoration:underline;
}
#language ul, #language ul li	{	
	padding: 0px;	
	margin: 0px;
	float:left;
	list-style-type: none;	
	display: inline;	
}
#language .lastitem {
	border: none;
}

/* ############ EINDE DIV LANGUAGE ############ */

/* ############ DIV CONTENT LEFT ############ */

#content_left {
	padding:0px;
	margin:0px;
	padding-top:50px;
	width:238px;
	float:left;


}

/* ############ EINDE CONTENT LEFT ############ */

/* ############ DIV MENU ############ */

#menu {
	float:left;
	width:210px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu, #menu li {
	padding: 0;
	margin: 0;
	list-style:none;

}
#menu li {
	padding-left: 40px;
	padding-top: 5px;
	background-repeat: no-repeat;

}
#menu li li {
	padding: 7px 0 0 15px;
	margin: 0;
}
#menu li a {
	display: block;
	color: #000;
	width: 147px;
	background: url(../img/bg_menu_0.jpg) no-repeat;
	text-decoration: none;
	padding: 9px;
	padding-left:20px;
}
#menu li a:hover, #menu li a.active {
	background:url(../img/bg_menu_1.gif) no-repeat;
/*	background:url(../img/bg_menu_1.jpg) no-repeat; */
	color:#FFF;
}
#menu li a:active {
	background:url(../img/bg_menu_1.jpg) no-repeat;
	color:#FFF;
}
#menu li ul {
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: none;
}

#menu li ul li a{
	padding:0px;
	margin:0px;
	


	
	text-align:left;
	background-image: none;
	color:#000;
	text-decoration:none;
}
#menu li ul li a:hover, #menu li ul li a.active {
	background-image: none;
	color:#EF3D34;
}
#menu li ul li a:active{
	background-image: none;
	color:#EF3D34;
}
.menubottom {
	float:right;
	padding-top:40px;
	padding-right:30px;
}

/* ### MENU EXTRA'S ### */

.dotted_image_menu {
	margin:0;
	padding:0;
	background: url(../img/dot_hor.gif) left repeat-x;
	width:88%;
	margin-left:20px;
	height:1px;
	margin-bottom:-10px;
}

/* ############ EINDE DIV MENU ############ */


/* ############ DIV BREADCRUMBS ############ */

#breadcrumbs {
	padding:0px;
	margin:0px;
	height:30px;
	width:440px; 
	padding-top:8px;
	padding-left:30px;
	margin: 0px 0px 0px 238px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: url(../img/dot_ver.gif) left repeat-y;
}

#breadcrumbs li {
	font-size:10px;
	color:#821F1A;
	text-decoration:none;
}
#breadcrumbs li a{
	font-size:10px;
	color:#821F1A;
	text-decoration:none;
	margin: 0px 3px 0px 0px;
	padding: 0px 3px 0px 0px;
}
#breadcrumbs li a:hover{
	font-size:10px;
	color:#821F1A;
	text-decoration:none;
	margin: 0px 3px 0px 0px;
	padding: 0px 3px 0px 0px;
	text-decoration:underline;
	color:#821F1A;
}
#breadcrumbs ul, #breadcrumbs ul li	{
	list-style-type: none;	
	display: inline;	
	padding: 0px;	
	margin: 0px;
}

/* ############ EINDE DIV BREADCRUMBS ############ */


/* ############ DIV WINKELMAND ############ */

#winkelmand {
	padding:0;
	margin:0;
	margin-top:44px;
	margin-left:253px;
	position:absolute;
	background-image:url(../img/bg_winkel.gif);
	background-repeat:no-repeat;
	width:234px;
	height:28px;
}
#winkelmand img {
	margin-top:3px;
}

.winkelmand {
	color:#FFF;
	padding-top:5px;
}

/* ############ EINDE DIV WINKELMAND ############ */

/* ############ DIV CONTENT ############ */

#content {
	line-height:16px;
	padding:0px;
	margin:0px;
	padding-top:20px;
	margin: 0px 0px 0px 238px;
	background: url(../img/dot_ver.gif) left repeat-y;
	width:437px;
	padding-left:25px;
	padding-bottom:20px;

}
#content_right {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-left:10px;
	color:#000;
	float:right;
	width:240px;
}
#content_right h2 {
	padding-left:7px;
}


/* ############ EINDE DIV CONTENT ############ */


/* ############ DIV ELEMENT VOOR LIST ############ */

#menuHome {
	background: url(../img/img_menu_home.gif) 0px 4px no-repeat
	/*background-image: url(../img/img_menu_home.gif) 0px 0px no-repeat;*/
}
#menuProducten {
	background: url(../img/img_menu_producten.gif) 0px 4px no-repeat
	/*background-image: url(../img/img_menu_producten.gif);*/
}
#menuDealers {
	background: url(../img/img_menu_dealers.gif) 0px 4px no-repeat
	/*background-image: url(../img/img_menu_dealers.gif);*/
}
#menuNieuws {
	background: url(../img/img_menu_nieuws.gif) 0px 3px no-repeat
	/*background-image: url(../img/img_menu_nieuws.gif);*/
}
#menuContact {
	background: url(../img/img_menu_contact.gif) 0px 4px no-repeat
	/*background-image: url(../img/img_menu_contact.gif);*/
}
#nieuwsimage {
	background-image: url(../img/button_red.gif);
}
.button_grey {
	background:url(../img/button_grey.jpg) no-repeat bottom left;
}
.button_refine_grey {
	background-image: url(../img/refine_button_grey.jpg);
}
.button_pdf {
	background-image: url(../img/pdf.jpg);
	background-repeat:no-repeat;

}
.button_doc {
	background-image: url(../img/doc.jpg);
		background-repeat:no-repeat;

}
.button_dwg {
	background-image: url(../img/dwg.gif);
	background-repeat:no-repeat;

}
.button_onderdelen {
	background-image: url(../img/onderd_red.jpg);
}
/* ############ EINDE DIV ELEMENT VOOR LIST ############ */


/* ############ DOWNLOAD PRODUCT INFORMATION ############ */

.downloads, .downloads li {
	font-family:"Trebuchet MS";
	font-size:11px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.downloads li {
	padding-left: 25px;
	padding-top:3px;
	background-repeat: no-repeat;
}
.downloads li a {
	margin:0;
	padding:0;
	color:#000;
	text-decoration: none;
}
.downloads li a:hover {
	margin:0;
	padding:0;
	color:#EF3D34;
}
#box_download {
	padding:0;
	margin:0;
	width:420px;
}
.box_download_top {
	margin-top:20px;
	background-image:url(../img/box_download_top.jpg);
	background-repeat:no-repeat;
	height:64px;
}
.box_download_center {
	background-image:url(../img/box_download_center.jpg);
	background-repeat:repeat-y;

}
.box_download_bottom {
	background-image:url(../img/box_download_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:20px;
}
.box_download_text {
	line-height:15px;
	padding:0;
	margin-left:15px;
	width:400px;
}
#download {
	margin:0;
	padding:0;
	float:left;
	width:180px;
	padding-left:17px;
}

#onderdelen {
	margin:0;
	padding:0;
	float:left;
	width:180px;
	margin-left:25px;
}
#onderdelens, #onderdelens li {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#onderdelens li {
	margin:0;
	padding:0;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#onderdelens li a {
	margin:0;
	padding:0;
	color:#000;
	text-decoration: none;
}
#onderdelens li a:hover {
	margin:0;
	padding:0;
	color:#EF3D34;
}
#box_content {
	padding:0;
	margin:0;
	width:420px;
}
.box_content .header {
	margin-top:10px;
	background-image:url(../img/box_content_top.gif);
	background-repeat:no-repeat;
	height:11px;
}
.box_content .content {
margin-top:-5px;
	background-color: #EEEEEE;
	padding-left:15px;
	margin-right: 23px;
}
.box_content .footer {
	background-image:url(../img/box_content_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:20px;
}

/* ############ EINDE DOWNLOAD PRODUCT INFORMATION ############ */

/* ############ BOX SEARCH INFO... ############ */
#box {
	padding:0;
	margin:0;
	width:243px;
}
.box_top {
	background-image:url(../img/box_top.jpg);
	height:20px;
}
.box_center {
	background-image:url(../img/box_center.jpg);
}
.box_bottom {
	background-image:url(../img/box_bottom.jpg);
	height:22px;
	margin-bottom:25px;
}
.box_text {
	padding:0;
	margin:0;
	margin-left:13px;
	margin-right:13px;
}
.box_text form {
	margin-left:8px;
}
.box_text td {
	margin-left:8px;
	color:#000;
}
.bestel{
	color:#EF3D34;
	font-weight:bold;
}
.aantal {
	color:#666666;
}	
.box_text_img {
	border:1px solid #000;
	margin-left:6px;
}
/* ############ EINDE BOX SEARCH INFO... ############ */

#print {
	padding:0;
	margin:0;
 	width:60px; 
	float:right; 
	height:42px;
}

/* ############ PRODUCT INFORMATION ############ */
#prodinfo {
	margin:0;
	padding:0;
	margin-top:5px;
	float:left; 
	width:200px; 
	height:42px; 
}
.prodinfo {
	color:#DD2117;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

/* ############ EINDE PRODUCT INFORMATION ############ */

/* ############ FORM ELEMENTS ############ */

.button {
	margin:0;
	padding: 0 5px;
	margin-top:10px;
	float: right;
	height: 20px;
	border:1px solid #C6C4C5;
	background-color:#FFFFFF;
	color: #EF3D34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.button:hover {
	background-color:#E3261C;
	color: #FFF;
}


.button1 {
	margin:0;
	padding:0;
	margin-left:35px;
	margin-bottom:10px;
	width: 130px;
	height: 20px;
	border:1px solid #C6C4C5;
	background-color:#FFFFFF;
	color: #EF3D34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.button1:hover {
	margin:0;
	padding:0;
	margin-left:35px;
	margin-bottom:10px;
	width: 130px;
	height: 20px;
	border:1px solid #C6C4C5;
	background-color:#E3261C;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.shopbutton {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	height: 20px;
	border:1px solid #C6C4C5;
	background-color:#FFFFFF;
	color: #EF3D34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.shopbutton:hover {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	height: 20px;
	border:1px solid #C6C4C5;
	background-color:#E3261C;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.input_field {
	background-color:#FFFFFF;
	border:1px solid #EF3D34;
	margin-left:5px;
	text-align:center;
	margin-right:5px;
	width:20px;
}

.sb {
	width: 195px;
}
.bestel_but {
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:5px;


}

/* ############ EINDE FORM ELEMENTS ############ */


/* ############ NIEUWS ELEMENTS ############ */

#nieuws {
	line-height:18px;
	padding: 0px;
	margin: 0px !important;
	padding-left: 0px !important;
	list-style:none;
}
#nieuws li {
	line-height:18px;
	margin: 0px;
	list-style:none;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#nieuws li li {
	padding: 0px;
	margin: 0px;
}
/*
#nieuwsberichten {
	margin-top:20px;
	color: #000;
}

#nieuwsberichten td {
	color: #000;
}

#nieuwsberichten p {
	color: #666;
	display:inline;
}

.nieuws {
	color:#000;
	text-decoration:none;
}
*/
.nieuwsTop {
	margin: 10px 0;
}
.nieuwsContent {
	margin: 10px 0;

}
.nieuwsContent img{
	float:right;

}

.nieuwsPrint {
	color:#EF3D34;
	text-decoration:none;
}

.nieuwsLink {
	margin: 10px 0;
}

/* ############ EINDE NIEUWS ELEMENTS ############ */

/* ############ SEARCH OPTIONS ############ */
#refine, #refine li {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#refine li {
	line-height:15px;
	padding-left: 15px;
	padding-top:0px;
	background-repeat: no-repeat;
}
#refine li a {
	color:#000;
	text-decoration: none;
}
#refine li a:hover {
	color:#EF3D34;
}

/* ############ EINDE SEARCH OPTIONS ############ */

/* ############ FOOTER ############ */

#footer{
	float:left;
	background: url('../img/footer.jpg') repeat-x;
	height:50px;
	text-align:center;
	width: 100%;
}
#footer div {
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding-top:22px;
	margin-left:230px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* ############ EINDE FOOTER ############ */


/* ############ PRODUCT PAGE SCROLL ############ */
.scroll_list_top {
	padding:0px;
	margin:0px;
	margin-top:-17px;
	float:right;
	height:18px;
	padding-right:10px;
}

.scroll_list_top a{
	color:#821F1A;
	text-decoration:none;
}

.scroll_list_bottom {
	padding:0px;
	margin:0px;
	margin-top:-12px;
	float:right;
	height:18px;
	padding-right:10px;
}

.scroll_list_bottom a{
	color:#821F1A;
	text-decoration:none;
}
.scroll_list_bottom a:active{
	color:#000000;
	text-decoration:none;
}

.scroll_items {
	margin:0;
	padding:0;
	float:right;
	padding-right:20px;
}

.scroll_list_top active {
	color:#821F1A;
	text-decoration:none;
	font-weight:bold;
}

.scroll_list_bottom1 {
	padding:0px;
	margin:0px;
	float:right;
	height:18px;
	padding-right:10px;
}

.scroll_list_bottom1 a{
	color:#821F1A;
	text-decoration:none;
}
.scroll_list_bottom1 a:active{
	color:#000000;
	text-decoration:none;
}

/* ############ EINDE PRODUCT PAGE SCROLL ############ */

/* ############ NIEUWS  ############ */


/* ############ EINDE NIEUWS ############ */




/* ############ TABEL FEATURES ############ */

.tabel_uitlijn {
	padding-top:10px;
	padding-left:22px;
}

.tabel_prijzen {
	padding-top:10px;
}


.tabel_picture_uitlijn img{
	margin: 10px;

}

.table_content {
	margin-top:5px;
}

/* ############ EINDE TABEL FEATURES ############ */
.resultaten {
	font-family:"Trebuchet MS", verdane, arial;
	font-size:11px;
	color:#E2241A;
	padding-left:5px;
	padding-top:15px;
}	

.resultaten1 {
	font-family:"Trebuchet MS", verdane, arial;
	font-size:11px;
	color:#E2241A;
	padding-left:35px;
	padding-top:15px;
}	

.resultaten2 {
	font-family:"Trebuchet MS", verdane, arial;
	font-size:11px;
	color:#E2241A;
	padding-left:35px;
}	

.resultaten3 {
	font-family:"Trebuchet MS", verdane, arial;
	font-size:11px;
	color:#E2241A;
	padding-top:15px;
}	

#downloads{
	margin:0;
	padding:0;
	margin-top:20px;
	padding-left:10px;
	float:left;
}
.onderdelen {
	margin:0;
	padding:0;
	margin-top:20px;
	padding-left:120px;
	float:left;

}

.nieuwsItem {
	float:left;
	font-weight:bolder;

	
}	

.print {
	float:right;
	width:50px;
}


.img {
	padding-top:70px;
	margin-right:15px;	
}
/* ############ LINK ELEMENTS ############ */

a {
	color:#DB2117;
}
.leesmeer {
	color:#DB2117;
	text-decoration:none;
}
a.leesmeer {
	color:#DB2117;
	text-decoration:underline;
}
a.leesmeer:hover {
	color:#DB2117;
	text-decoration:none;
}

/* ############ EINDE LINK ELEMENTS ############ */

/* ############ TEXT ELEMENTS ############ */

h1,h2,h3 {
	padding:0;
	margin:0;
	color:#EF3D34;
}
h1 {
	padding-bottom:10px;
	text-align:left;
	font-family:Univers, Helvetica, sans-serif;
	font-size:22px;
	color:#EF3D34;
	line-height: 26px;
}
h2 {
	text-align:left;
	font-family:Univers, Helvetica, sans-serif;
	font-size:16px;
}	
h3 {
	text-align:left;
	font-family:"Trebuchet MS", verdana, arial;
	font-size:12px;
	
}		

#content ul {
	padding-left: 15px;
}
	
/* ############ EINDE TEXT ELEMENTS ############ */


/* ############ VARIOUS ELEMENTS ############ */

.dotted_image {
	margin:0;
	padding:0;
	padding-top:30px;
	background: url(../img/dot_hor.gif) left repeat-x;
	width:100%;
}
.image {
	padding-left:5px;
}
.spacer {
	clear: both;
	overflow: hidden;
	height: 1px;
}

#intro {
	margin-left: -6px;
}
/* ############ EINDE VARIOUS ELEMENTS ############ */

/* ############ DEALERS ############ */

#dealers td{
	color: #000;
}


.inp1 {
	width:200px;
}

.inp2 {
	width:145px;
}

.inp5 {
	width:152px;
}
.inp3 {
	width:48px;
}

.inp4 {

	height:18px;
	}

.inptext {
	width:200px;
}

.bedankt {
	color:#E3261C;
	text-decoration:underline;
}
/* ############ EINDE DEALERS ############ */