/* CSS Document */

.bg_topnav {
	background-color:#7A7E7D;
}

.bg_subnav {
	background-image:url(../images/bg_subnav.gif);
	background-repeat:no-repeat;
	width:516px;
	height:34px;
}

.topnav_rechtsoben {
	background-image:url(../images/topnav_rechts_oben.gif);
	background-repeat:no-repeat;
}

.topnav_rechtsoben_e {
	background-image:url(../images/topnav_rechts_oben_e.gif);
	background-repeat:no-repeat;
}

.ahome {
	background-image:url(../images/but_home.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.ahome:hover, ahomehigh {
	background-image:url(../images/but_home_r.gif);
	background-repeat:no-repeat;
}

.amandanten {
	background-image:url(../images/but_mandanten.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.amandanten:hover, amandantenhigh {
	background-image:url(../images/but_mandanten_r.gif);
	background-repeat:no-repeat;
}

.aservice {
	background-image:url(../images/but_servicepoint.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.aservice:hover, aservicehigh {
	background-image:url(../images/but_servicepoint_r.gif);
	background-repeat:no-repeat;
}

.ajobcenter {
	background-image:url(../images/but_jobcenter.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.ajobcenter:hover, ajobcenterhigh {
	background-image:url(../images/but_jobcenter_r.gif);
	background-repeat:no-repeat;
}

.akontakt {
	background-image:url(../images/but_kontakt.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.akontakt:hover, akontakthigh {
	background-image:url(../images/but_kontakt_r.gif);
	background-repeat:no-repeat;
}



