@charset "utf-8";
/* CSS Document */

body{
	color:			#000;
	background:		#1bb61c url(../images/bg.jpg) repeat-x;
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		12px;
}

#header{
	background:		url(../images/header.png);
	border:			1px solid #000;
	width:			871px;
	height:			161px;
	margin:			0px auto;
	margin-bottom:	10px;
}

#wrapper{
	width:			873px;
	margin:			0px auto;
	border:			1px solid #000000;
	background:		#fff;
	position:		relative;
}


#menu{
	float:			left;
	width:			160px;
	min-height:		480px;
	background:		#025801;
}



a.menus:link {color: #fff; text-decoration: none; font-weight:bold;}
a.menus:visited {color: #fff; text-decoration: none; font-weight:bold;}
a.menus:hover {text-decoration: underline; font-weight:bold;}

a.rub_title:link {color: #fff; text-decoration: none; font-weight:bold;}
a.rub_title:visited {color: #fff; text-decoration: none; font-weight:bold;}
a.rub_title:hover {text-decoration: underline; font-weight:bold;}

.menu_li{
	background:		url(../images/button.jpg) no-repeat;
	list-style:		none;
	margin-top:		-5px;
	margin-left:	-33px;
	width:			146px;
	height:			26px;
	color:			#ffffff;
	font-size:		14px;
	font-weight:	bold;
	padding:		5px 0px 0px 12px;
}

.menu_li #subcat{
	margin:			10px;
	list-style:		none;
}

.menu_li_sub{
	background:		url(../images/button.jpg) no-repeat;
	list-style:		none;
	margin-top:		-5px;
	margin-left:	-33px;
	width:			146px;
	height:			23px;
	color:			#00CC00;
	font-size:		12px;
	font-weight:	bold;
	padding:		5px 0px 0px 12px;
}

.menu_link{
	color:			#ffffff;
	text-decoration:none;
}

.menu_link:hover{
	text-decoration:underline;
}`

.menu_li #subcat{
	margin:			0px;
	padding:		0px;
	font-size:		16px;
}

#content{
	background:		#025801 url(../images/grass.png) left bottom no-repeat;
}

#midden{
	padding:		10px 10px 10px 10px;
	float:			left;
	width:			692px;
	background:		#fff;
	min-height:		500px;
	border-left:	1px solid #000000;
}

#footer{
	border:			0px solid #000;
	width:			875px;
	margin:			0px auto;
	text-align:		center;
	margin-top:		10px;
	height:			38px;
	background-image:url(../images/footer.png);
}

.artikel{
	font-size:			13px;
	font-weight:		bold;
	font-style:			oblique;
	color:				#000000;
}

.artikel a{
	color:				#000;
	text-decoration:	none;
}

.artikel a:hover{
	text-decoration:	underline;
}

.front_aanbieding{
	background:			#fff;
	width:				690px;
	height:				260px;
}

.aanbieding{
	border:				3px solid #075D06;
	height:				auto;
	width:				185px;
	margin:				10px 0 10px 16px;
	float:				left;
	background:			#e0ffc7;
	padding:			0 0 0 20px;
}

#fotos{
	margin-left:		30px;
}

.foto_impressie{
	float:				left;
	margin-right:		15px;
	margin-bottom:		20px;
}

.foto_impressie img{
	border:				0;
}

