body
{	
	background-image		: url('../img/bg.jpg');
	background-repeat		: repeat-y;
	background-position		: center;
	background-color		: #c7c7c7;
	margin					: 0px;
}

.menu_bg
{
	background-image		: url('../img/menu_bg.jpg');
	background-repeat		: no-repeat;
}

.menu_item
{
	padding-right			: 1px;
}

.zoekbg
{
	background-image		: url('../img/zoek_bg.jpg');
	background-repeat		: no-repeat;
}

.aanbod
{
	margin-top				: 55px;
	background-image		: url('../img/aanbod_bg.jpg');
	background-repeat		: repeat-x;
	background-color		: #009900;
	background-position		: bottom;
}

.nieuws_bg
{
	border-top				: 1px solid #fff;
	background-color		: #0086e3;
	background-image		: url('../img/nieuws_bg.jpg');
	background-repeat		: repeat-x;
}

.footer
{
	background-image		: url('../img/footer.gif');
	background-repeat		: no-repeat;
}

h1
{
	font-family				: tahoma;
	font-size				: 18px;
	font-weight				: bold;
	color					: #dd0000;
	margin					: 0px;
}

h2
{
	font-family				: tahoma;
	font-size				: 17px;
	font-weight				: bold;
	color					: #fff;
	margin					: 0px;
}
.content
{
	font-family				: tahoma;
	font-size				: 12px;
	color					: #545454;
	line-height				: 20px;
}

.box
{
	margin-top				: 5px;
	font-family				: tahoma;
	font-size				: 11px;
	color					: #fff;
}

.nieuws
{
	margin-top				: 5px;
	font-family				: tahoma;
	font-size				: 12px;
	color					: #fff;
}

.nieuws td
{
	border-bottom			: 1px dashed #fff;
	margin					: 10px;
	margin-bottom			: 15px;
}

.aanbod_huis
{
	font-family				: tahoma;
	font-size				: 10px;
	color					: #fff;
	line-height				: 15px;
	border-bottom			: 1px dashed #fff;
	margin-bottom			: 4px;
}
.aanbod_huis strong, .aanbod_huis b
{
	font-size				: 11px;
	font-weight				: bold;
	color					: #fff;
}	

a:link, a:active, a:visited
{
	color					: #dd0000;
	text-decoration			: none;
}
a:hover
{
	color					: #dd0000;
	text-decoration			: underline;
}

#right a {
	color					: #fff;
}

#nieuwsberichten  a {
	color					: #fff;
}

#aanbod a {
	color					: #fff;
}
#aanbod:hover {
	background-color		: #36af54;
	cursor					: pointer;
}
#contact2 a {
	color					: #165d87;
}

