/* CSS Document */

body {
	padding:		0;
	margin:			0;
	background-color:	#FFFFFF;
	font-family:		"Trebuchet MS", Verdana, Arial, Sans-serif ;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin:			0;
	padding:		0;
}

ul {
	margin:			0; 
	padding:		0; 
	list-style-type:	none;
	font-size:		0;
}

#headerContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	float:			left;
	width:			900px;
	height:			215px;
	margin-top:		0;
	background-image:	url("../images/bg_header.jpg");
	background-position:	top left;
	background-repeat:	no-repeat;
}

#navig {
	float:			left;
	width:			900px;
	height:			75px;
}

#navig ul {
	margin-top:		15px;
	list-style:		none;
	text-align:		right;
}

#navig ul li {
	display:		inline;
	padding-right:		25px;
	font-size: 		15px;
	color:			#FFFFFF;
	font-weight:		bold;
}

#navig ul li a {
	color:			#FFFFFF;
	text-decoration:	none;
}

#navig ul li a:hover {
	color:			#000000;
	text-decoration:	none;
}

#logo {
	float:			left;
	width:			900px;
	height:			110px;
}

#logo img {
	margin-top:		50px;
	margin-left:		5px;
	border:			0;
}

#bodyMainContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyMain {
	width:			900px;
	float:			left;
	background-image:	url("../images/koe.jpg");
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

#bodyMainMidTop {
	float:			left;
	width:			475px;
	height:			208px;
	margin-bottom:		15px;
	background:		url(../images/bg_pvdm.jpg) no-repeat top left;
}

#bodyMainMidTopLeft {
	float:			left;
	width:			195px;
	height:			208px;
}

#bodyMainMidTopLeft img {
	margin-top:		50px;
	margin-left:		40px;
	border:			0;
}

#bodyMainMidTopRight {
	float:			left;
	width:			250px;
	height:			208px;
	padding-left:		10px;
}

#productDiv {
	float:			left;
	width:			475px;
	margin-bottom:		10px;
}

.product {
	float:			left;
	width:			210px;
	height:			165px;
	padding:		5px;
	margin-right:		10px;
	margin-bottom:		10px;
	/* background:		#ffffff url(../images/bg_product.gif) no-repeat top left; */
	border:			1px solid #D61E04;
}

.productHeader, .productSubHeader, .productMain {
	float:			left;
	width:			210px;
}

.productTitel {
	float:			left;
	width:			150px;
	color:			#202020;
	font-size:		14px;
	font-weight:		bold;
	padding-bottom:		7px;
}

.productTitel2 {
	float:			left;
	color:			#ADABAB;
	font-size:		12px;
	padding-bottom:		5px;
	margin-top:		-5px;
}

.productPrijs {
	float:			right;
	width:			60px;
	color:			#D61E04;
	font-size:		16px;
	font-weight:		bold;
	text-align:		right;
	padding-bottom:		7px;
}

.productImage {
	float:			left;
	width:			80px;
	height:			100px;
}

.productImage img {
	border:			0;
}

#productDivimg {
	border:			0;
}

.productOmschrijving {
	color:			#404040;
	font-size:		12px;
	line-height:		1.2em;
	margin-bottom:		10px;
	height:			60px;
	width:			130px;
	float:			left;
}

.nu_kopen a {
	color:			#D61E04;
	font-weight:		bold;
	font-size:		14px;
	text-decoration:	underline;
}

.nu_kopen a:hover {
	color:			#D61E04;
	text-decoration:	none;
}

#subnavigation, #tips {
	float:			left;
	width:			148px;
	border:			1px solid #ED1B24;
	margin-bottom:		15px;
	padding:		5px;
	background-image:	url(../images/bg_blok.jpg);
	background-position:	top left;
	background-repeat:	repeat-x;
}

#subnavigation h3, #tips h3, #cart h3, #about h3 {
	font-size:		14px;
	color:			#ffffff;
	margin-top:		0;
	padding-top:		5px;
}

#subnavigation ul, #tips ul {
	font-size:		14px;
	color:			#404040;
	list-style:		none;
	float:			left;
}

#subnavigation ul li a , #tips ul li a {
	color:			#404040;
	text-decoration:	none;
}

#subnavigation ul li a:hover, #tips ul li a:hover {
	color:			#D61E04;
	text-decoration:	none;
}

#partner_links {
	float:			left;
	width:			150px;
}

#partner_links img {
	margin-bottom:		10px;
}

#cart, #about {
	float:			left;
	width:			223px;
	border:			1px solid #ED1B24;
	border-top:		0;
	margin-bottom:		15px;
	padding:		5px;
	background-image:	url("../images/bg_blok2.jpg");
	background-position:	top left;
	background-repeat:	no-repeat;
}

#cart p, #about p {
	font-size:		13px;
	color:			#404040;
	line-height:		1.3em;
	margin-bottom:		10px;
}

#cart p a, #about p a {
	color:			#404040;
	text-decoration:	underline;
	font-size:		13px;
}

#cart p .afrekenen {
	color:			#000000;
	text-decoration:	underline;
	font-weight:		bolder;
	font-size:		13px;
}

#cart p a:hover, #about p a:hover {
	color:			#000000;
	text-decoration:	none;
}

#winkelwagen {
	float:			left;
	width:			150px;
	padding-left:		70px;
	background-image:	url("../images/icon_winkelwagen.gif");
	background-position:	top left;
	background-repeat:	no-repeat;
}

#bodyMainLeft {
	float:			left;
	width:			160px;
	padding-right:		30px;
}

#bodyMainMid {
	float:			left;
	width:			455px;
	margin-right:		20px;
}

#bodyMainRight {
	float:			right;
	width:			235px;
	margin-bottom:		150px;
}

#footerContainer {
	width:			900px;
	margin-left:		auto;
	margin-right:		auto;
}

#footer {
	float:			left;
	width:			900px;
	height:			100px;
	padding-top:		20px;
	background-image:	url("../images/bg_footer.jpg");
	background-position:	top right;
	background-repeat:	no-repeat;
}

#footerLeft {
	float:			left;
	width:			170px;
}

#footerLeft img {
	border:			0;
	margin-top:		0px;
}

#footerRight {
	float:			left;
	width:			730px;
}

#footerRight ul {
	float:			right;
	margin-top:		70px;
	font-size: 		11px;
	letter-spacing:		0.1em;
}

#footerRight ul li {
	display:		inline;
	padding-right:		10px;
	color:			#404040;
	border-right:		1px solid #404040;
	padding-left:		10px;
	padding-right:		10px;
}

#footerRight ul li a {
	color:			#404040;
	text-decoration:	none;
	}

#footerRight ul li a:hover {
	color:			#000000;
	text-decoration:	underline;
	}

#footerRight ul li.last {
	border:			0;
	padding-right:		0;
}

#bodyMainMid h1 {
	font-size:		18px;
	color:			#000000;
	margin-bottom:		20px;
}

#bodyMainMid h2 {
	font-size:		15px;
	color:			#D61E04;
	margin-bottom:		5px;
}

#bodyMainMid p, #bodyMainMid li, #bodyMainMid td {
	font-size:		13px;
	color:			#000000;
	line-height:		1.3em;
	text-align:		justify;
	margin-bottom:		15px;
}

#bodyMainMid p a, #bodyMainMid li a, #bodyMainMid td a {
	color:			#13B2F7;
	text-decoration:	none;
}

#bodyMainMid p a:hover, #bodyMainMid li a:hover, #bodyMainMid td a:hover {
	color:			#000000;
	text-decoration:	none;
}

#bodyMainMid li {
	margin-bottom:		0;
	text-align:		left;
}

#bodyMainMid ul {
	margin-bottom:		15px;
	list-style-type:	square;
	margin-left:		20px;
}

#bodyMainMid ul ul {
	margin-bottom:		0;
	list-style-type:	square;
	margin-left:		20px;
}

#bodyMainMid table {
	margin-bottom:		15px;
}

#bodyMainMid td {
	vertical-align:		top;
	padding-right:		10px;
	text-align:		left;
	
}

.invulveld {
	width:			250px;
}

textarea {
	width:			250px;
	height:			100px;
}

.leesverder {
	padding-left:		20px;
	background-image:	url(../images/verder.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
}

.zoom {
	font-size:		11px;
	color:			#404040;
	background-image:	url(../images/zoom.png);
	background-position:	center left;
	background-repeat:	no-repeat;
	padding-left:		20px;
}

.zoom a {
	color:			#404040;
	text-decoration:	none;
}

.zoom a:hover {
	color:			#404040;
	text-decoration:	underline;
}

.crumbs {
	color:			#404040;
	font-size:		11px;
	padding-bottom:		10px;
}

.crumbs a {
	color:			#404040;
	text-decoration:	none;
}

.crumbs a:hover {
	color:			#404040;
	text-decoration:	underline;
}

.td1 {
	width:			20px;
}

.td2 {
	width:			250px;
}

.td3 {
	width:			40px;
}

.td4 {
	width:			70px;
}

.td5 {
	width:			70px;
}

.printerfriendly {
	font-size:		13px;
	color:			#B3071B;
	padding-left:		25px;
	background-image:	url(../images/printer.gif);
	background-position:	center left;
	background-repeat:	no-repeat;
}

.printerfriendly a {
	color:			#B3071B;
	text-decoration:	none;
}

.printerfriendly a:hover {
	color:			#87B00B;
	text-decoration:	none;
}

