@charset "utf-8";

a.menu_btn_home {
	float:left;
	display:block;
	font-size:0;
	padding:4px 0 0 4px;
	width:171px;
	height:44px;
	background:url(../../images/menu_home_off.png) no-repeat;
	color: #f6f6f6;
}


a.menu_btn_home:hover {
	background:url(../../images/menu_home_on.png) no-repeat;
	color: #3D8AB6;
}

a.menu_btn_aboutus {
	float:left;
	display:block;
	font-size:0;
	padding:4px 0 0 4px;
	width:172px;
	height:44px;
	background:url(../../images/menu_aboutus_off.png) no-repeat;
	color:#f6f6f6;
}

a.menu_btn_aboutus:hover {
	background:url(../../images/menu_aboutus_on.png) no-repeat;
	color: #3D8AB6;
}


a.menu_btn_anfahrt {
	float:left;
	display:block;
	font-size:0;
	padding:4px 0 0 4px;
	width:171px;
	height:44px;
	background:url(../../images/menu_anfahrt_on.png) no-repeat;
	color:#3D8AB6;
}


a.menu_btn_contact {
	float:left;
	display:block;
	font-size:0;
	padding:4px 0 0 4px;
	width:170px;
	height:44px;
	background:url(../../images/menu_contact_off.png) no-repeat;
	color:#f6f6f6;
}

a.menu_btn_contact:hover {
	background:url(../../images/menu_contact_on.png) no-repeat;
	color: #3D8AB6;
}
