/*#############################################################
Name: Ontwerp Ron Wubs
Date: September 2009
Omschrijving: Eenvoudige template voor snelle website.
Maker: Ron Wubs
URL: http://www.ronwubs.nl

#############################################################*/

/* Top menu fp Groep */
#fourcolor {
	height: 20px;
	width: 950px;
	margin-top: 8px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #252525;
}

#fourcolor #Timmerfabriek {
	float: left;
	width: 25%;
	background-color: #F1CD31;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	height: 20px;
}
#fourcolor #Huisverhuur {
	background-color: #9BC728;
	float: left;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#fourcolor #Houtconstructies {
	background-color: #6677c0;
	float: left;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#fourcolor #Houthandel {
	background-color: #FC7F23;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 25%;
	height: 20px;
}
#fourcolor a {
	color: #252525;
}
#fourcolor a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#fourcolor #Timmerfabriek:hover {
	background-color: #515151;
}
#fourcolor #Houthandel:hover {
	background-color: #515151;
}
#fourcolor #Houtconstructies:hover {
	background-color: #515151;
}
#fourcolor #Huisverhuur:hover {
	background-color: #515151;
}



