html{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-image:url(/images/bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	height: 100%;
}

img{	
	border: 0;
}

h2{
	font-size: 17px;
	color: #008955;
	width: 300px;

}

h3{
	font-size: 13px;
	padding: 0;
	margin-top: -5px;
}

#siteWrapper{
	width: 900px;
	margin: 0 auto;
	}

#siteWrapper #header{
	width: 900px;
	height: 135px;
}

#siteWrapper #header .headertext{
	position: relative;
	top: -31px;
	left: 24px;
	color:#FFFFFF;
}


#siteWrapper #left{
	width: 125px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
	margin: 10px 0 0 10px; 	
}

#siteWrapper #left ul{
	width: 122px;
	padding: 0;
	margin: 0;
}


#siteWrapper #left ul li{
	width: 122px;
	padding: 2px 0px;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #d4d4d4;
}

#siteWrapper #left ul li.productGroep{
	margin: 2px 0;
}

#siteWrapper #left ul li.no_border{
	width: 112px;
	padding: 2px 0px 2px 10px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom: none;
	background-color: #feebdd;
}

#siteWrapper #left ul li.no_border a{
	text-decoration: none;
	color: #5d4a3c;
}

#siteWrapper #left ul li.no_border a:hover{
	text-decoration: underline;
	color: #5d4a3c;
}

#siteWrapper #left ul li ul{
	width: 180px;
}

#siteWrapper #left ul li ul li{
	width: 168px;
	background-color:#fdeadc;
	padding: 3px 0px 3px 12px;	
	list-style-type: none;
	border-bottom: none;
}

#siteWrapper #content{
	position: relative;
	top: -600px;
	left: 145px;
	width: 580px;
	min-height: 700px;
	padding: 0 11px;
	border-left: 1px solid #D4D4D4;
	Border-right: 1px solid #D4D4D4;
}

#siteWrapper #content .product{
	
	padding: 0px 0 0 5px;
	border-bottom: 1px solid #D4D4D4;
}

#siteWrapper #content .image{
	float: right;
	height: 75px;
	margin: -20px 6px 0 0;
	padding-left: 20px;
	align: right;
}

#siteWrapper #content .producttext{
	width: 575px;
	padding: 0;
	margin:0;
}

#siteWrapper #content a{
	
}

#siteWrapper #content #home{
	width: 666px;
	height: 450px;
	padding-left: 15px;
}

#siteWrapper #content #home .product{
	height: 205px;
	width: 200px;
	float: left;
	border: 1px solid green;
	margin: 0 0 10px 10px;
}

#siteWrapper #content #home .producttext{
	width: 170px;
	padding: 0;
}

#siteWrapper #bannerbar{
	width: 125px;
	position: absolute;
	top: -17px;
	left: 621px;
	padding: 0;
	text-align: center;

}

#goudvis_footer{
position:absolute;
bottom: 0;
	width: 100%;
	height: 80px;
	background-color:#008955;
	text-align: center;
}

#goudvis_footer .footertext{
	color:#ffffff;
}



