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

.test{
	background-color:#FF00CC;
	color:#66FFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.menu_home {
     display: block;
     background-image: url('../custom/images/IcoonHome_roze.jpg');
     background-repeat: no-repeat;
	 text-decoration:none
	 width: 28px;
     height: 21px;
     }
a.menu_home:hover { 
     background-image: url('../custom/images/IcoonHome_grijs.jpg');
	 background-repeat: no-repeat;
	 text-decoration:none
	 width: 28px;
     height: 21px;
     } 

a.menu_email {
     display: block;
     background-image: url('../custom/images/IcoonEmail_roze.jpg');
     background-repeat: no-repeat;
	 text-decoration:none
	 width: 35px;
     height: 21px;
     }
a.menu_email:hover { 
     background-image: url('../custom/images/IcoonEmail_grijs.jpg');
	 background-repeat: no-repeat;
	 text-decoration:none
	 width: 35px;
     height: 21px;
     } 

a.menu_route {
     display: block;
     background-image: url('../custom/images/IcoonRoute_roze.jpg');
     background-repeat: no-repeat;
	 text-decoration:none
	 width: 28px;
     height: 21px;
     }
a.menu_route:hover { 
     background-image: url('../custom/images/IcoonRoute_grijs.jpg');
	 background-repeat: no-repeat;
	 text-decoration:none
	 width: 28px;
     height: 21px;
     } 