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


#header #search {
	border:1px solid #7ab800;
}
#header #button {
	background-image: url("../img/search_arrow_groen.gif");
	background-repeat:no-repeat;
}
#header #header_balk {
	background-image: url("../img/logo_groen.gif");
	background-repeat:no-repeat;
}
#leftbar #bestel a {
	color: #7ab800;
}
.thrColFixHdr #mainMenu { 
	background-image: url("../img/green_stripe.gif");
	background-repeat: repeat-x;
} 
.thrColFixHdr #rightbar ul {
	list-style-image: url(../img/li_arrow.gif);
}
.thrColFixHdr #rightbar ul a {
	color: #7ab800;
	text-decoration:none;
} 

.thrColFixHdr #rightbar ul a:hover {
	text-decoration:underline;
} 

.thrColFixHdr #mainContainer #mainContent a {
	color: #7ab800;
	text-decoration: none;
}

.thrColFixHdr #mainContainer #mainContent a:hover {
	color: #7ab800;
	text-decoration: underline;
}

hr.black
{
	border: 0px;
	height: 1px;
	background-color: #000;
	color: #000;
	margin-bottom:5px;
	margin-top:5px;
}

