/* CSS Document */


/*  navigation for www.robertascatering.de  */

#navi {
	width:950px;
	height:28px;
	background-color:#CCCCCC;
}

/* spacer */
.navi_spacer_l {
	width:58px;
	height:28px;
	background-color:#4F4F4F;
	float:left;
	display:block;
}

.navi_spacer_r {
	width:396px;
	height:28px;
	background-color:#4F4F4F;
	float:left;
	display:block;
	
}

#spacer {
	display:block;
	clear:both;
	height:10%;
	width:10%;
	max-height:500px;
}
/* a allgemein */
a, a:link { outline:none; color:#009900; text-decoration:none; }
a:hover { color:#000033; text-decoration:underline; }


/* philosophie */
a.ph {
	width:87px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -58px 0px;
	float:left;
	display:block;
}

a.ph_active { 
	width:87px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -58px 0px; 
	float:left;
	display:block;
}

a.ph:hover { background:url(../images/navi_active.jpg) no-repeat -58px 0px; }

a.ph span, a.ph_active span {  display:none; }



/* leistungen */
a.ls {
	width:87px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -145px 0px;
	float:left;
	display:block;
}

a.ls_active { 
	width:87px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -145px 0px; 
	float:left;
	display:block;
}

a.ls:hover { background:url(../images/navi_active.jpg) no-repeat -145px 0px; }

a.ls span, a.ls_active span {  display:none; }



/* referenzen */
a.ref {
	width:87px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -232px 0px;
	float:left;
	display:block;
}

a.ref_active { 
	width:87px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -232px 0px; 
	float:left;
	display:block;
}

a.ref:hover { background:url(../images/navi_active.jpg) no-repeat -232px 0px; }

a.ref span, a.ref_active span {  display:none; }



/* download */
a.dl {
	width:79px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -319px 0px;
	float:left;
	display:block;
}

a.dl_active { 
	width:79px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -319px 0px; 
	float:left;
	display:block;
}

a.dl:hover { background:url(../images/navi_active.jpg) no-repeat -319px 0px; }

a.dl span, a.dl_active span {  display:none; }



/* freunde */
a.fr {
	width:68px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -398px 0px;
	float:left;
	display:block;
}

a.fr_active { 
	width:68px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -398px 0px; 
	float:left;
	display:block;
}

a.fr:hover { background:url(../images/navi_active.jpg) no-repeat -398px 0px; }

a.fr span, a.fr_active span { display:none; }


/* newsletter */
a.nl {
	width:88px;
	height:28px;
	background:url(../images/navi.jpg) no-repeat -466px 0px;
	float:left;
	display:block;
}

a.nl_active { 
	width:88px;
	height:28px;
	background:url(../images/navi_active.jpg) no-repeat -466px 0px; 
	float:left;
	display:block;
}

a.nl:hover { background:url(../images/navi_active.jpg) no-repeat -466px 0px; }

a.nl span, a.nl_active span { display:none; }
