/*******************
AJAX gegevens start
********************/
.fout {
  background-color: #CC4444;
}

.goed {
  background-color: #44CC44;
}

.checkit {
  background-color: #E0E5EF;
}
/*******************
AJAX gegevens einde
********************/

* {
	margin: 0;
	padding: 0;
}


body {
	color : #333;
	background-color:#8F0000;
	/*background-image:url(../site-img/bodyBg.png); check 155*/
	background-repeat:repeat-x;
	background-position:top;
	font : normal 12px Arial, Verdana, "Times New Roman", sans-serif;
}

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited,
	a:active {
		color:#E10202;
	}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

ul li,
ol li {
	margin-left:25px;
}

th {
	text-align:left;
}

div.melding {
	background-color:#FFC;
	border:1px solid #AFC7E3;
	padding:20px;
	text-align:center;
	font-size:13px;
	margin-bottom:20px;
}

#container {
	width:950px;
	background-image:url(../site-img/faux.jpg);
	margin:0 auto;
}

.knopBestel a {
	float: right;
	display: block;
	width:150px;
	padding:5px 0;
	text-align:center;
	background-color:#cc0000;
	color:#ffd800;
	text-decoration:none;
}

a.knop, a.knop:visited {
	float:left;
	width:150px;
	margin-top:20px;
	padding:5px 0;
	text-align:center;
	background-color:#cc0000;
	color:#ffd800;
	text-decoration:none;
}
	a.knop:hover {
		background-color:#890000;
		color:#fff;
	}

a.knopC {
	margin-left:40px;
}
	
a.knopD {
	margin-left:250px;
}

a.goed {
	background-color:#009900;
}

a.fout {
	background-color:#cc0000;
}

table.bestelTables {
	text-transform:lowercase;
}

fieldset {
	padding:20px;
	margin:20px;
}

legend {
	color:#cc0000;
}

/* -------------------------------------------------------------------------------------------------------------= col1 =-----*/


#col1 {
	width:190px;
	padding-top:160px;
	float:left;
	/*background-image:url(../site-img/col1Top.png);*/
	background-color:#8F0000;
	background-repeat:no-repeat;
}

	#col1 div.content {
		background-image:url(../site-img/col1Bg.png);
		background-repeat:repeat-y;
	}

		#col1 div.content h2 {
			background-image:url(../site-img/col1H2.png);
			padding:6px 10px 19px 10px;
			font-size:13px;
			margin-top:20px;
		}
		
			#col1 div.content h2.first {
				margin-top:0;
			}
		
		
		#col1 div.content h3 {
			font-size:13px;
			color:#fff;
			margin-left:10px;
		}
		
		#col1 div.content h4 {
			font-size:13px;
			color:#FFD800;
			margin-left:10px;
		}
		
		#col1 div.content ul {
			width:190px;
		}

		#col1 div.content ul li {
			margin-left:10px;
			list-style:none;
		}
		
			#col1 div.content ul li a {
				color:#fff;
				text-decoration:none;
				line-height:18px;
			}
			
			#col1 div.content ul li a:hover {
				color:#ffd800;
			}
			
		#col1 div.content form {
			margin-left:10px;
		}

		#col1 div.content form select.txt {
			width:170px;
			border:0px;
			padding:3px;
			margin-bottom:5px;
		}
		
		#col1 div.content form input.knop {	
			margin:5px 0 0 40px;
			width:80px;
		}



/* -------------------------------------------------------------------------------------------------------------= Col2 =-----*/

#col2 {
	width:570px;
	float:left;
	background-color:#fff;
	background-image:url(../site-img/col2Bg.jpg);
	background-repeat:no-repeat;
}

	#col2 a#logo {
		display:block;
		width:280px;
		height:120px;
		margin-top:10px;
		float:left;
		text-decoration:none;
	}
	
	#col2 #webshopKeurmerk {
		display:block;
		margin-left:150px;
		width:63px;
		margin-top:40px;
		float:left;
	}
	
	#col2 #iDeal {
		display:block;
		width:63px;
		margin-left:9px;
		margin-top:40px;
		float:left;
	}


/* -------------------------------------------------------------------------------------------------------------= Menu tabs =-----*/


	#col2 ul#menu {
		clear:both;
	}
	
	#col2 ul#menu li {
		display:block;
		margin-left:5px;
		width:106px;
		float:left;
		display:inline; /* IE 6 Double margin Bug */
		text-align:center;
	}
	
		#col2 ul#menu li.first {
			margin-left:10px;
		}
	
		#col2 ul#menu li a {
			display:block;
			padding:9px 0 7px 0;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-decoration:none;
			font-size:11px;
			background-image:url(../site-img/tab.gif);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		
		#col2 ul#menu li a.actief {
			background-position:0 -30px;
			color:#262b2a;
		}
		
			#col2 ul#menu li a:hover {
				color:#ffd800;
				background-position:0 -60px;
			}
			
		#col2 ul#menu li a.actief:hover {
			background-position:0 -30px;
			color:#262b2a;
		}
		
	#col2 #col2Content {
		margin:8px;
		width:554px;
		float:left;
		display:inline;
	}
	
	#col2 #col2Content h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#ea0e14;
		clear:both;
	}
	
	

	
div.col4 {
	width:270px;
	float:left;
}	

/* -------------------------------------------------------------------------------------------------------------= Specials =-----*/


	#col2 div.special {
		width:270px;
		float:left;
		overflow:hidden;
	}
	
		#col2 div.special h2 {
			font-size:13px;
			color:#fff;
			margin:0;
			padding:5px 0;
			text-indent:10px;
			background-color:#cc0000;
			width:270px;
		}
		
			#col2 div.special h2 a {
				color:#fff;
				text-decoration:none;
			}
	
		#col2 div.special div.specialHolder {
			position:relative;
			background-repeat:no-repeat;
			height:203px;
		}
		
			
			#col2 div.special div.specialHolder h3 {
				position:absolute;
				top:167px;
				background-image:url(../site-img/specialTitel.gif);
				font-size:13px;
				color:#fff;
				padding:15px 0 5px 0;
				text-indent:10px;
				width:270px;
			}
		
	#col2 div.special div.specialFoot a {
		width:170px;
		font-size:13px;
		float:left;
		padding:8px 0;
		text-indent:10px;
		color:#ffd800;
		background-color:#CC0000;
		text-decoration:none;
	}
	
		#col2 div.special div.specialFoot a:hover {
			text-decoration:underline;
		}
	
	#col2 div.special div.specialFoot span {
		width:100px;
		padding:8px 0;
		text-indent:10px;
		float:left;
		color:#fff;
		font-size:13px;
		font-weight:bold;
		background-color:#980000;
	}


/* -------------------------------------------------------------------------------------------------------------= Nieuws =-----*/

	#col2 div.nieuws {
		float:left;
	}
	
		#col2 div.nieuws h2 {
			font-size:13px;
			color:#fff;
			margin-bottom:10px;
			padding:5px 0;
			text-indent:10px;
			background-color:#cc0000;
			width:270px;
		}
	
		#col2 div.nieuws a {
			color:#ea0e14;
			margin-bottom:5px;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			display:block;
		}
		
			#col2 div.nieuws a:hover {
				text-decoration:underline;
			}
		
		#col2 div.nieuws p {
			padding-bottom:10px;
			margin-bottom:10px;
			border-bottom:1px solid #ccc;
		}
		
	
	
/* -------------------------------------------------------------------------------------------------------------= Winkelwagen Top =-----*/
	
#col3 {
	width:190px;
	float:left;
	background-color:#FFD800;
	background-image:url(../site-img/col3Bg.png);
	background-repeat:no-repeat;
}

	#col3 #winkelwagen {
		
		width:190px;
		clear:both;
	}
	
		#col3 #winkelwagen table {
			margin-top:65px;
			margin-left:10px;
		}
		
		#col3 #winkelwagen div {
			text-indent:10px;
			margin-top:20px;
		}
	
/* -------------------------------------------------------------------------------------------------------------= Vestigingen =-----*/
	
	
	#col3 #vestigingen {
		background-image:url(../site-img/col3Bg2.png);
		background-repeat:no-repeat;
		background-color:#FFD800;
	}
	
	#col3 #vestigingen h1 {
		background-color:#CC0000;
		color:#fff;
		font-size:13px;
		padding:5px 10px;
		margin-top:6px;
	}
	
	#col3 #vestigingen h2 {	
		color:#ea0e14;
		font-size:13px;
		padding:10px 0px 0px 10px;
		margin-bottom:5px;
	}
	
		#col3 #vestigingen h2 a {
			text-decoration:none;
		}
	
	#col3 div.vestiging {
		border:1px solid #000;
		margin:0 auto;
		width:170px;
		background-color:#FFEB7F;
	}
	
	#col3 div.vestiging p {
		padding:10px;
		margin:0;
	}
	
	

		


/* -------------------------------------------------------------------------------------------------------------= Homepage webshop =-----*/

div#shop {
	float:left;
	width:550px;
	background-color:#D2DEEB;
	margin-top:10px;
}

	div#shop h2 {
		float:left;
		width:550px;
		font-size:13px;
		color:#fff;
		margin:0;
		padding:5px 0;
		text-indent:10px;
		background-color:#cc0000;
	}


div.shopCol {
	width:260px;
	margin-left:10px;
	float:left;
	display:inline; /* IE6 Double margin bug */
}

	div.shopCol h3 {
		width:260px;
		font-size:13px;
		color:#fff;
		margin:10px 0 0 0;
		padding:5px 0;
		text-indent:10px;
		background-color:#cc0000;
	}

div.shopProduct {
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
	float:left;
	width:260px;
}

	div.shopProduct div.titel {
		color:#ea0e14;
		font-size:12px;
		font-weight:bold;
		width:260px;
		margin-top:5px;
		margin-bottom:10px;
		text-indent:5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	div.shopProduct div.shopFoto {
		height:80px;
		overflow:hidden;	
		margin-bottom:5px;
		margin-left:5px;
		float:left;
		display:inline; /* IE DM bug */
	}
	
	div.shopProduct table {
		float:left;
		margin-left:5px;
	}
	
		div.shopProduct table th {
			font-weight:normal;
			padding-left:5px;
		}
		
		div.shopProduct table td.prijs {
			font-weight:bold;
			font-size:15px;
			padding-left:10px;
		}
	
	
div#shopFoot {
	float:left;
	width:550px;
	background-color:#980000;

}

	div#shopFoot a {
		width:450px;
		font-size:13px;
		float:left;
		position:relative;
		padding:8px 0;
		text-indent:10px;
		color:#ffd800;
		background-color:#CC0000;
		text-decoration:none;
	}
	
		div#shopFoot a:hover {
			text-decoration:underline;
		}




/* -------------------------------------------------------------------------------------------------------------= Footer =-----*/

#footer {
	width:950px;
	height:113px;
	margin-top:10px;
	clear:both;
	background-color:#363C3A; /*#4A504E;*/
	
}

	#footer div.content {
		padding:30px 0 0 10px;
		color:#CCCCCC;
	}
	
	#footer div.content span {
		margin-left:10px;
		
		
	}
	
	#footer div.content span a {
		color:#ddd;
	}


/* -------------------------------------------------------------------------------------------------------------= Winkelwagen =-----*/



table.winkelwagenTable {
	
}

table.winkelwagenTable td,
table.winkelwagenTable th {
	padding:3px 0;
	text-align:right;
	border-bottom:1px solid #ccc;
}

table.winkelwagenTable thead td,
table.winkelwagenTable thead th {
	background-color:#cc0000;
	text-align:left;
	color:#fff;
	padding:5px 0;
	border-bottom:0px;
	text-indent:3px;
}

table.winkelwagenTable tfoot td,
table.winkelwagenTable tfoot th {
	border-bottom:0px;
	padding:5px 0;
	border-top:3px solid #ccc;
}

table.winkelwagenTable tfoot td {
	background-color:#cc0000;
	padding-right:3px;
	font-weight:bold;
	color:#fff;
	
}table.winkelwagenTable tfoot th {
	background-color:#980000;
	padding-right:3px;
	color:#fff;
}

table.winkelwagenTable tbody th {
	text-align:left;
}

table.winkelwagenTable tbody td {
	padding-right:3px;
	text-align:left;
}

table.euros tbody td {
	text-align:right;
}

input.winkelWagenInput {
	width:30px;
	padding:3px 0;
	border:1px solid #ccc;
}



/* -------------------------------------------------------------------------------------------------------------= Nieuws =-----*/



div#meernieuws h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ea0e14;
		clear:both;
}

div#nieuwsbericht p.voorbericht {
	font-weight:bold;
	background-color:#D2DEEB;
	padding:10px;

}

div#meernieuws {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}

div#meernieuws ul li {
	list-style:none;
}


/* -------------------------------------------------------------------------------------------------------------= Categorie lijst	=-----*/

div#module_05_01_01_onderdelen div.categorieItem {
	clear:both;
	float:left;
	background-color:#CC0000;
	margin-bottom:10px;
	width:550px;
}

div#module_05_01_01_onderdelen a.categorieImg {
	background-repeat:no-repeat;
	display:block;
	width:80px;
	height:50px;
	float:left;
}

div#module_05_01_01_onderdelen a.categorieTxt {
	width:390px;
	padding:16px 0;
	text-indent:20px;
	text-decoration:none;
	font-size:15px;
	color:#ffd800;
	background-color:#CC0000;
	float:left;
}

div#module_05_01_01_onderdelen a.categorieTxt:hover {
	text-decoration:underline;
}

div#module_05_01_01_onderdelen a.categorieTeller {
	background-color:#980000;
	width:80px;
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	padding:16px 0;
	font-size:15px;
	text-indent:10px;
}

table.klantTable td {
	background-color:#e1e1e1;
	padding:0 5px;
	
}


		

/* -------------------------------------------------------------------------------------------------------------= normale artikellijst	=-----*/

div.tegelItem,
div.artikelItem {
	width:255px;
	margin-left:15px;
	float:left;
	display:inline;
	margin-bottom:10px;
	background:#e1e1e1;
}
	div.tegelFoto,
	div.artikelFoto {
		width:245px;
		margin:5px;
		height:150px;
		overflow:hidden;
	}
	
	div.tegelItem h4,
	div.artikelItem h4 {
		text-indent:5px;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		
		margin-bottom:5px;
	}
	
		div.tegelItem h4 span {
			padding-left:5px;
			font-weight:normal;
		}
	
	div.tegelItem div.tegelTable,
	div.artikelItem div.artikelTable {
		font-size:13px;
		padding:10px 0;
	}
	
		div.tegelItem div.tegelTable {
			padding-left:10px;
			font-size:11px;
		}
		
		div.artikelItem div.artikelTable {
			height:80px;
			padding-left:10px;
		}
	
	div.tegelItem div.tegelTable em {
		color:#ea0e14;
		font-weight:bold;
		font-size:14px;
		font-style:normal;
	}
	
		div.tegelItem div.tegelTable strong {
			font-size:16px;
			font-size:14px;
		}
	
		div.artikelItem div.artikelTable em {
			font-weight:bold;
			color:#999999;
		}
	
	div.artikelItem div.artikelTable span {
		font-size:18px;
		display:block;
		padding-top:2px;
		color:#ea0e14;
	}
	
	div.tegelItem a.leesVerder,
	div.artikelItem a.leesVerder {
		font-weight:bold;
		font-size:14px;
		margin-left:40px;
		display:block;
		height:30px;
		
		
		
	}
	
	

/* -------------------------------------------------------------------------------------------------------------= Fancy kaders	=-----*/


div.fancyInhoud {
	
	color:#000;
}

div.fancyInhoud div.fancyTxt {
	text-align:center;
	font-size:13px;
	padding-top:20px;
	width:340px;
	margin-left:20px;
	font-weight: normal;
}

div.fancyInhoud h4 {
	margin-bottom:10px;
	text-align:left;
	color:#cc0000;
	font-size:13px;
}

div.fancyInhoud div.fancyTxt table th {
}

div.fancyInhoud div.fancyTxt table td {
	
	text-align:left;
}
	

div.fancyInhoud input.inputTxt {
	width:60px;
}


/* -------------------------------------------------------------------------------------------------------------= Detail view	=-----*/


div.detailView {
	width:550px;

}

div.detailImgs {
	width:550px;
	float:left;
}

div.detailImgsCol1 {
	width:369px;
	float:left;
}

div.detailImgsCol2 {
	width:181px;
	float:left;
}

	div.detailImgsCol2 img {
	}

div.detailDescr {
	width:550px;
	margin-top:2px;
	float:left;
}

	div.detailDescr p {
		margin:10px;
	}

div.detailDescCol1 {
	width:369px;
	height:94px;
	float:left;
}

	div.detailDescCol1 table {
		margin-left:10px;
		margin-bottom:10px;
		
		height:94px;
	}
	
	div.detailDescCol1 table th {
		text-align:right;
	}

div.detailDescCol2 {
	width:181px;
	height:94px;
	margin-bottom:20px;
	float:left;
}

	div.detailDescCol2 a {
		display:block;
		width:181px;
		padding:8px 0 7px 0;
		text-indent:10px;
		text-decoration:none;
		color:#000;
		background-image:url(../site-img/pijlKnopR.gif);
		margin-bottom:2px;
	}
	
		div.detailDescCol2 a:hover {
			color:#fff;
			background-position:0 -30px;
		}

div.detailFoot {
	width:550px;
	margin-top:20px;
}

	div.detailFoot div.detailFoot1 {
		background-color:#cc0000;
		padding:8px 0;
		font-size:15px;
		font-weight:bold;
		text-align:right;
		color:#ffd800;
		text-decoration:none;
		width:369px;
		float:left;
	}
	
			
	div.detailFoot span {
		display:block;
		width:181px;
		float:left;
		padding:8px 0;
		font-size:15px;
		font-weight:bold;
		text-align:right;
		text-indent:10px;
		background-color:#890000;
		color:#fff;
	}

div#shopFoot {
	float:left;
	width:550px;
	background-color:#980000;

}

/* -------------------------------------------------------------------------------------------------------------= Formtable 	=-----*/


	
table.formTable1 th {
	width:150px;
	text-indent:5px;
	padding:5px 0;
	background-color:#e1e1e1;
}

table.formTable1 input.txt,
table.formTable1 textarea.txt {
	width:300px;
	border:1px solid #ccc;
	padding:5px 0;
}



