/* CSS Document */
/*opmaak home*/
#home_content {
	position:relative;
	margin: 0px auto;
	width:976px;
	height:502px;
	background: #f2f2f2;
}

#home_content #home_group {
	position:absolute;
	left:0px;
	top:0px;
	width:322px;
	height:500px;
}
	
#home_content #home_group #logo_group {
	position:relative;
	width:322px;
	height:132px;
	background:url(/images/banner_group.gif) top left no-repeat;
	border-bottom:1px solid #ffffff;
	cursor:pointer
}
	
#home_content #home_group #picture_group {
	position:relative;
	width:322px;
	height:214px;
	background:url(/images/banner_home_l.jpg) top left no-repeat;
}
	
#home_content #home_group_over {
	background:url(/images/bg_trans.png) center repeat-y;
	visibility:hidden;
	z-index:100;
	position:absolute;
	left:0px;
	top:0px;
	width:322px;
	height:340px;
	padding:162px 0px 0px 0px;
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
}
	
#home_content #home_group_over #logo_group_over {
	position:absolute;
	top:0px;
	left:0px;
	width:322px;
	height:502px;
	background:url(/images/banner_group_over.gif) top left no-repeat;
}
	
#home_content #home_products {
	position:absolute;
	left:322px;
	top:0px;
	width:332px;
	height:500px;
}
	
#home_content #home_products #logo_products {
	position:relative;
	width:322px;
	height:132px;
	background:url(/images/banner_products.gif) top left no-repeat;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-bottom:1px solid #ffffff;
	cursor:pointer
}
	
#home_content #home_products #picture_products {
	position:relative;
	width:333px;
	height:214px;
	background:url(/images/banner_home_m.jpg) top left no-repeat;
}
	
#home_content #home_products #home_text_products {
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}
	
#home_content #home_products_over {
	background:url(/images/bg_trans.png) center repeat-y;
	visibility:hidden;
	z-index:100;
	position:absolute;
	left:322px;
	top:0px;
	width:322px;
	height:340px;
	padding:162px 5px 0px 5px;
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
}
	
#home_content #home_products_over #logo_products_over {
	position:absolute;
	top:0px;
	left:5px;
	width:322px;
	height:502px;
	background:url(/images/banner_products_over.gif) top left no-repeat;
}
	
#home_content #home_services {
	position:absolute;
	right:0px;
	top:0px;
	width:322px;
	height:502px;
}
	
#home_content #home_services #logo_services {
	position:relative;
	width:322px;
	height:132px;
	background:url(/images/banner_services.gif) top left no-repeat;
	border-bottom:1px solid #ffffff;
	cursor:pointer
}
	
#home_content #home_services #picture_services {
	position:relative;
	width:322px;
	height:214px;
	background:url(/images/banner_home_r.jpg) top left no-repeat;
}
	
#home_content #home_services_over {
	background:url(/images/bg_trans.png);
	visibility:hidden;
	z-index:100;
	position:absolute;
	right:0px;
	top:0px;
	width:322px;
	height:340px;
	padding:162px 0px 0px 0px;
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
}
	
#home_content #home_services_over #logo_services_over {
	position:absolute;
	top:0px;
	left:0px;
	width:322px;
	height:502px;
	background:url(/images/banner_services_over.gif) top left no-repeat;
}
	
#home_content #home_text_group, #home_content #home_text_products, #home_content #home_text_services {
	position:relative;
	width:262px;
	height:145px;
	font-size:12px;
	line-height:18px;
	background:url(/images/bg_home.gif) top left repeat-x #f2f2f2;
	padding:10px 30px 0px 30px;
}

/*link colors*/
#topmenu ul li a:hover {
	color:#8f1017;
	text-decoration:none;
}

#home_content a {
	color:#898989;
	text-decoration:none
}

#home_content #home_group_over a, #home_content #home_products_over a, #home_content #home_services_over a {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 62px;
}
	
#home_content #home_group_over a:hover {
	text-decoration:none;
	color:#e53118
}

#home_content #home_products_over a:hover {
	text-decoration:none;
	color:#27a22d
}
	
#home_content #home_services_over a:hover {
	text-decoration:none;
	color:#078bcb
}