/* 
   © 2010 AGN Business Internet
   CSS by Wout J Reinders
*/
html {
	height:100%;
	min-height: 100%;
}
body {
	padding:0;
	margin:0;
	background:url(../img/bg_body.gif) top center repeat-x;
	height:100%;
	min-height: 100%;
}
body, td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b4b4b;
}
img {border:0}

a {color:#399d2e}

td {vertical-align:top}
div.grass {
	background:url(../img/bg_container.jpg) bottom center repeat-x;
	height: auto;
	min-height: 100%;
	}
div.container {
	padding-bottom:20px;
	width:882px;
	margin:0 auto;
	}
table.header {}
	td.logo {
		width:195px;
		position:relative;
		}
	div.logolayer {
		width:224px;
		height:218px;
		position:absolute; 
		z-index:10000;
	}
	
	td.submenu {
			height:47px;
			}
		td.submenu ul {
			padding:0;
			margin:0;
			list-style:none;
			width:350px;
			height:47px;
			float:right;
			}
		td.submenu ul li {
			float:left;
			padding: 14px 7px 0 7px;
			}
		td.submenu ul li.last {
			background:none;
			}
		td.submenu ul li a {
			color: #01552e;
			text-decoration: none;
			font-size:10px;
			}
		td.submenu ul li a:hover {
			text-decoration:underline;
		}
		
	td.ticker {
		height:61px;
		padding-left:65px;
		}
	td.menu {
		height:52px;
		}
		td.menu ul {
			list-style:none;
			margin:10px 0 0 25px;
			padding:0;
			}
		td.menu ul li {
			float:left;
			background:url(../img/bg_li_menu.gif) right 3px no-repeat;
			padding:0 18px;
			}
		td.menu ul li a {
			color:#06441e;
			font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:uppercase;
			font-size:14px;
			font-weight:bold;
			}
			td.menu ul li a:hover {
				border-bottom:#ddecc9 solid 3px;
				}
			td.menu ul li.last {
				background-image:none;
			}

div.zoek {
	width:210px;
	height:47px;
	line-height:47px;
	float:right;
	}
input.zoekveld
{
	background:url(../img/bg_zoekveld.gif) no-repeat;
	border:0;
	width:120px;
	height:18px; 
	padding:0 0 0 8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#016738;
	margin-top:12px;

}
/*
input.zoekknop {
	background:#cef2b7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#016738;
	}
	*/
a.zoekknop {
	position:absolute;
	top:12px;
}
/* ################### ROTATOR ################### */
div.rotatecontainer {
	height:222px;
		z-index:1;
		position:relative;

	}
div.rotator {
	width:655px;
	height:222px;
	position:relative;
	float:left;
	}
	div.count {
		position:absolute;
		width:70px;
		height:20px;
		top:193px;
		left:550px;
		letter-spacing:2px;
		z-index:2;
	}
	div.count a {
		color:#68b44b;
		text-decoration:none;
		}
	div.count a:hover {
		text-decoration:underline;
		} 
	div.count a.current {
		color:#056333;
		font-weight:bold
		} 
	div.overlay {
		width:655px;
		height:222px;
		background:url(../img/rotator.png);
		position:absolute;
		z-index:1;
		}
		
/* ################### KLANTEN LOGIN ################### */
div.login {
	width:227px;
	height:222px;
	float:left;
	position:relative;
	background:url(../img/bg_login.gif);
}
div.place_inlogcode {
	position:absolute;
	top:50px;;
	left:0;
	z-index:3;
	}
div.place_wachtwoord {
	position:absolute;
	top:100px;
	left:10px;
	z-index:3;
	}
input.inlogcode,
input.wachtwoord {
	width:120px;
	height:20px;
	border:0;
	background:url(../img/bg_login_input.gif) no-repeat;
	padding-left:4px;
	}
input.inlogcode_wrong,
input.wachtwoord_wrong,
input.inlogcode_error,
input.wachtwoord_error {
	width:120px;
	height:20px;
	border:0;
	background:url(../img/bg_login_input_wrong.gif) no-repeat;
	padding-left:4px;
	}
	
	
	
div.place_button {
	position:absolute;
	top:150px;
	left:10px;
	z-index:3;
	}
td.ww_vergeten {
	padding:0 5px 5px 5px;
	width:100px;
	text-align:center;
	}
td.ww_vergeten a {
	color:#852706;
	text-decoration:none;
	}
td.kk_aanvragen a {
	color:#fff;
	text-decoration:none;
	}
/* ################### WEBSHOP frontpage ################### */
div.productcontainer {
	background:url(../img/bg_productcontainer.gif) no-repeat;
	width:798px;
	margin:0 auto 10px auto;
	padding:30px 0 0 0;
	border-bottom:#cecece solid 1px;
	}

div.productcontainer table {
	width:145px;
	float:left;
	margin:0 0 10px 12px;
	}

td.fr_prod_pict {
	border:#a1aea0 solid 1px;
	height:145px;
	text-align:center;
	vertical-align:middle;
	}
td.fr_prod_descr {
	color:#283a35;
	font-size:11px;
	}
span.fr_prod_prijs {
	color:#62b80e;
	font-size:12px;
	font-weight:bold;
	}
	
/* ################### HIGHLIGHTS ################### */

div.highlightcontainer {
	background:url(../img/bg_highlightcontainer.gif) no-repeat;
	width:798px;
	margin:0 auto 20px auto;
	border-bottom:#68b44b solid 1px;
	padding:30px 0 0 0;
	}
div.highlightcontainer table {
	width:145px;
	float:left;
	margin:0 0 10px 12px;
	background:url(../img/bg_highlighttable.gif) right top no-repeat;
	}
div.highlightcontainer table td a {
	text-decoration:none;
	color:#01723f;
	}
	div.highlightcontainer table.last {
		background-image:none;
		}
td.fr_high_pict {
	height:145px;
	text-align:center;
	}
td.fr_high_descr {
	color:#01723f;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	}
div.highlightcontainer table td a {
	text-decoration:none;
	color:#01723f;
	}
/* ################### FOOTER ################### */
	
div.footertxt, div.footertxt a {
	color:#188f49;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	}
div.footertxt {
	padding:0 40px;
	}
div.socialnetworks {
	text-align:center;
	margin:10px 0;
	letter-spacing:2px;
	line-height:32px;
	}
	div.socialnetworks a {
		text-decoration:none;
		color:#000;
		}
div.footer {
	/*
	background:url(../img/wesselenzn.gif) right no-repeat;
	*/
	margin:10px 0;
	height:30px;
	padding:0 40px;
	}
	div.footer table td {
		vertical-align:middle;
	}

/* ################### CONTENT PAGES ################### */
span.greenbold {
	color:#057741;
	font-weight:bold;
	}
div.left {
	background:url(../img/bg_left.gif) right 50px no-repeat;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:220px;
	float:left;
	margin-bottom:20px;

	}
	div.left h4 {
		margin: 60px 0 0 40px;
		background:url(../img/bg_h4.gif) bottom right no-repeat;
		color:#198543;
		padding:4px;
		font-size:14px;
		}
	
	div.left ul {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		margin:0 0 0 40px;
		padding:0;
		list-style:none;
		}
	div.left ul ul {
		margin:0;
	}
	div.left ul li {
			background:url(../img/bg_li_left.gif) bottom no-repeat;
			margin:0;
	
	}
	div.left a {
		color:#737373;
		text-decoration:none;
		padding:5px;
		display:block;
		font-weight:bold;
	}
	div.left a:hover,
	div.left li.up a:hover, 
	div.left li.down a:hover {
		text-decoration:underline;
		background-color:#e7fbdb;
	}
	div.left ul li a.aSelected,
	div.left li.up a.aSelected,
	div.left li.down a.aSelected {
		background-color:#dfface;
		}
	/* pijltjes voor uitklapbare items */
	div.left li.up a {
		background:url(../img/up.gif) 90% 50% no-repeat;
		}
	div.left li.down a {
		background:url(../img/down.gif) 90% 50% no-repeat;
		}
	/* sub items niet vet  */
	div.left ul li ul  a {
			font-weight:normal;
			}
	/* sub items geen pijltje erven  */

div.left li.up ul li a,
div.left li.down ul li a { background-image:none;
}




div.right {
	min-height:500px;
	height:auto !important;
	height:500px;
	width:662px;
	float:left;
	margin-bottom:20px;
	}
	div.right h2 {
		color:#057d44;
		margin:0 0 8px 0;
		padding:0 0 0 30px;
		text-transform:uppercase;
		background:url(../img/bg_h2.gif) left no-repeat;
		}
	div.right h3 {
		margin:0;
		padding:0;
		color:#057741;
		text-transform:capitalize;
	}
	div.right h4 {
		padding:0;
		margin:10px 0;
		color:#057741;
		line-height:28px;
		background:url(../img/bg_h4a.gif) repeat-x;
		font-size:14px;
		margin:10px 0;
	}
	div.right h6 {
		padding:0;
		margin:10px 0 0 0;
		color:#057d44;
		font-size:14px;
		text-transform:uppercase;

	}
	div.padder {
		padding:20px;
	}
	
div.contentheader {
	position:relative;
	width:620px;
	height:115px;
	}
	div.headeroverlay {
		width:620px;
		height:115px;
		background:url(../img/header.png);
		position:absolute;
		z-index:1;
		}

/* ################### WEBSHOP ################### */

div.line {
	height:1px;
	background:url(../img/dots.gif);
	margin:5px 0;
	}
	div.line hr {display:none}
	
table.rundown {
	float:left;
	margin:8px 15px 0 0;
	width:134px;
		}

td.rundown_prod_pict {
	border:#a1aea0 solid 1px;
	padding:7px;
	text-align:center;
	vertical-align:middle;
	height:120px;
	width:120px;
	}
td.rundown_prod_pict img { /*TIJDELIJK*/
		width:105px;
		height:105px;
}
td.rundown_prod_descr {
	color:#283a35;
	font-size:11px;
	padding:7px;
	/*height:80px;*/
	height: 65px;
	
	}
td.rundown_prod_descr a {
	text-decoration:none;
	color:#283a35;
}
table.rundown  h5{
	color:#283a35;
	font-size:11px;
	padding:0;
	margin:0;
	}
div.rundown_prod_prijs {
	color:#62b80e;
	font-size:12px;
	}
div.breadcrumbs {
	color:#01552e;
	}
	div.breadcrumbs a {
		color:#01552e;
		text-decoration:none;
	}
	div.breadcrumbs a:hover {
		text-decoration:underline;
	}
/* detail */
table.detail_prod td {
		padding:5px;
		background:url(../img/dots.gif) repeat-x bottom;
		}
		
table.detail_prod table td { /* table in een table geen lijn */
	background-image:none;
	}
span.smallgrey {
	color:#4b4b4b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
table.detail_prod 
td.detail_prod_pict {
	border:#a3b0a2 1px solid;
	width:300px;
	background-image:none;
	}
div.list {
	width:39px;
	height:39px;
	text-align:center;
	line-height:39px;
	background:url(../img/bg_list.gif) no-repeat;
	color:#FFF;
	font-weight:bold;
	float:left;
	margin-right:10px;
	
	}
td.detail_prod_prijs {
	font-size:14px;
	}
	.red{color:#d03010}
	.redcrossed{color:#d03010; text-decoration:line-through;}
	.green{color:#62b80e}
td.detail_prod_aantal {
	line-height:39px;
	}
td.detail_prod_aantal input,
input.aantal 
	{
	background:url(../img/bg_aantal.gif) no-repeat;
	border:0;
	width:60px;
	height:18px; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#016738;
	text-align:center;
	}
td.detail_prod_klantenkaart {
	line-height:39px;
	}
td.detail_prod_toevoegen {
	line-height:39px;
	}
	td.detail_prod_toevoegen input {
		background:url(../img/knop_add.gif) no-repeat;
		border:0;
		text-indent:-5000px;
		width:193px;
		height:33px;
		cursor:pointer;
		font-size:0; /* Voor alle IE 6&7 */  
		line-height:0; /* Voor alle IE 6&7 */  
		display:block;
		}

td.detail_prod_offerte {
		line-height:39px;

		}
input.offerte {
		background:url(../img/knop_offerte.gif) no-repeat;
		border:0;
		text-indent:-5000px;
		width:143px;
		height:33px;
		cursor:pointer;
		font-size:0; /* Voor alle IE 6&7 */  
		line-height:0; /* Voor alle IE 6&7 */  
		display:block;
	}
	table.detail_prod
	td.detail_prod_thumbs {
		background-image:none;
	}
	td.detail_prod_thumbs img {
		border:#a3b0a2 solid 1px;
		margin: 5px 10px 10px 0;
		width:50px;
		}
div.related {
	border:#74ae60 solid 1px;
	margin-top:10px;
}
div.related h5 {
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding:4px;
	background:#74ae60;
	color:#FFF;
	}

div.relblock {
	width:250px;
	height:150px;
	text-align:center;
	float:left;
	margin:20px 15px 20px 20px;
	font-weight:bold;
}

div.relblock a {
	color:#283a35;
	text-decoration:none;
	}

.imgcontainer {
	border:#a7b3a6 solid 1px;
	width:110px;
	height:110px;
	float:left;
	vertical-align:middle;
	text-align:center;
	}



/* winkelwagen */
div.minicart {
	width:177px;
	height:51px;
	background:url(../img/bg_minicart.gif);
	float:right;
	margin:5px 10px 0 0;
	}
div.minicart a span#miniWinkelwagenTotalPrice,
div.minicart a span#miniWinkelwagenAmount
{
	color:#333;
	text-decoration:none;
}
span#miniWinkelwagenAmount{
	display:block;
	width:60px;
	float:left;
	padding:17px 0 0 50px;
	cursor:pointer;
	}
span#miniWinkelwagenTotalPrice {
	display:block;
	width:60px;
	float:left;
	padding:17px 0 0 0;
	cursor:pointer;
	}

/* ################### KLANTKAART ################### */

div.floatLeft {
	float: left;
	}
tr.formEven td {
	/*background:#d9f5cf;*/
	}
input.verder {
	background:url(../img/knop_verder.gif);
	border:0;
	width:67px;
	height:31px;
	text-indent:-5000px;
	cursor:pointer;
	font-size:0; /* Voor alle IE 6&7 */  
	line-height:0; /* Voor alle IE 6&7 */  
	display:block;
	}

input.voltooien {
	background:url(../img/knop_voltooien.gif);
	width:171px;
	height:33px;
	border:0;
	text-indent:-5000px;
	cursor:pointer;
	font-size:0; /* Voor alle IE 6&7 */  
	line-height:0; /* Voor alle IE 6&7 */  
	display:block;
	}

div.disclaimer {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:11px;
	padding:10px;
}
/* ################### WINKELWAGEN ################### */
table.shoppingcart {
	margin-top:-10px;}
table.shoppingcart tr th {
	text-align:left;
	background:url(../img/dots.gif) bottom repeat-x #e3f5cf;
	padding:5px;
	}
table.shoppingcart tr td {
		padding:5px;}
table.shoppingcart tr td.dotted {
		background:url(../img/dots.gif) bottom repeat-x}
		
/* ################### BETALEN ################### */		
table.formulier tr td {
	padding:5px;
	}
table.formulier tr.uneven td {
	background:#d9f5cf;
	}
input.betalen {
	background:url(../img/betalen.gif);
	border:0;
	width:82px;;
	height:31px;
	text-indent:-5000px;
	cursor:pointer;
	font-size:0; /* Voor alle IE 6&7 */  
	line-height:0; /* Voor alle IE 6&7 */  
	float:right;
	}
input.verzenden {
	background:url(../img/verzenden.gif);
	border:0;
	width:100px;
	height:31px;
	text-indent:-5000px;
	cursor:pointer;
	font-size:0; /* Voor alle IE 6&7 */  
	line-height:0; /* Voor alle IE 6&7 */  
	}
	
/* for the field validator */
input.error {
	background: #eaadad;
	/*border: 1px solid #EE0000;
	margin-right: 10px;*/
}

select.error {
	background: #eaadad;
	/*border: 1px solid #EE0000;
	margin-right: 10px;*/
}
table.error {
	background: #eaadad;
	/*border: 1px solid #EE0000;
	margin-right: 10px;*/
}
span.error {
	color: #EE0000;
	font-weight: bold;
}
/* ################### CONTACT ################### */	
table.contactlinks td a {
	text-transform: uppercase;
	text-decoration:none;
	color:#4b4b4b;
	font-weight:bold;
	}
table.contactcontrol {
	border:#bce0a5 solid 1px;
	}
table.contactcontrol td {
	padding:7px 5px 0 0;
	}
input.singleline {
	width:348px;
	height:18px;
	line-height:18px;
	background:url(../img/bg_input_cntct1.gif) no-repeat;
	border:0;
	}
textarea.multiline {
	width:348px;
	height:118px;
	background:url(../img/bg_input_cntct2.gif) no-repeat;
	border:0;
	}
/* ################### klantkaart ################### */	
table.klantkaartlogin {
	border:#bce0a5 solid 1px;}
	
table.klantkaartlogin td {
	padding:10px;
	}
table.klantkaartlogin table td {
	padding:0;
	}

table.klantkaartlogin th {
	font-size:16px;
	text-align:left;
	color:#087942;
	background:#d9f5cf url(../img/dots.gif) bottom repeat-x;
	padding:4px;
}
input.aanvraaglogin {
	width:128px;
	height:18px;
	line-height:18px;
	background:url(../img/bg_input_aanvr1.gif) no-repeat;
	border:0;
	}
.articleasset{
	display:table-cell;

}
div.seizoenspas {
	width:175px;
	height:105px;
	background:url(../img/saldo_kaart.gif) 
	}
div.seizoenspas div {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:50px 0 0 10px;
	color:#f9d21f;
	}
