
.footerSchrift{
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	color				: white;
}

.footerSchrift a:link{/*für Verweise zu noch nicht besuchten Seiten*/
	text-decoration		: none;
	color				: lightgrey;
}

.footerSchrift a:visited{/*für Verweise zu bereits besuchten Seiten*/
	text-decoration		: none;
	color				: lightgrey;
}

.footerSchrift a:focus{/*für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)*/
	text-decoration		: underline;
}

.footerSchrift a:hover{/*für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)*/
	text-decoration		: none;
	color				: white;
}

.footerSchrift a:active{/*für gerade angeklickte Elemente*/
	color				: white;
	text-decoration		: none;
}

.footerLink{
 	padding				: 0 0 0 45px;
	line-height			: 90px;
}

.footerTags{
	width				: 600px;
}

/*WICHTIG: die URL-Angabe der Bilder bezieht sich auf den Root-Pfad: /Daten/..
	beim Onlinestellen muss die rootadresse "/kopfsalat" wahrscheinlich raus
*/

.menue .rhm2{
	height:64px;
	margin:0;
	background:url(../images/rhm2_bg.gif) repeat-x;
}
.rhm2-left{
	background:url(../images/rhm2_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm2-right{
	background:url(../images/rhm2_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}

.rhm2-bg{
	background:url(../images/rhm2_bg.gif) repeat-x;
	height:64px;
}

.rhm2-bg ul{
	list-style:none;
	margin:0 auto;
}
.rhm2-bg li{
	float:left;
	list-style:none;
	margin-top:25px;
}
.rhm2-bg li a{
	float:left;
	display:block;
	color:#555;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:64px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
.rhm2-bg li a span{
	float:left;
	display:block;
	padding:0 32px 0 18px;
}
.rhm2-bg li.current a{
	color:#fff;
	background:url(../images/rhm2_hover_r.gif) no-repeat left 5px;
}
.rhm2-bg li.current a span{
	color:#fff;
	background:url(../images/rhm2_hover_l.gif) no-repeat right 5px;
}

.rhm2-bg li a:hover{
	color:#fff;
	background:url(../images/rhm2_hover_r.gif) no-repeat left 5px;
}
.rhm2-bg li a:hover span{
	color:#fff;
	background:url(../images/rhm2_hover_l.gif) no-repeat right 5px;
}
