
/* Formatierung MENU_LINKS -> auf dem Home das Untermenue fuer die Betriebe */
/*******************************************************************/
.menuleft A {
	/* -> INSTITUTIONSFARBE */
	COLOR: #B3B2B2; 
	VERTICAL-ALIGN: bottom; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.menuleft A:hover {
	TEXT-DECORATION: underline
}
.menuleft_act A {
	/* -> INSTITUTIONSFARBE */
	COLOR: #B3B2B2;
	VERTICAL-ALIGN: bottom; 
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}




.textlink A {
	/* -> INSTITUTIONSFARBE */
	COLOR: #B3B2B2; 
	VERTICAL-ALIGN: bottom; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.textlink A:hover {
	TEXT-DECORATION: underline;
}


/* Formatierung Titel Typ 1 und Normal*/
/********************************/
.titel_typ_1 {
	/* -> INSTITUTIONSFARBE */
	COLOR: #B3B2B2; 
	FONT-SIZE: 9pt; 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}




/* graue Linien rechts (vertikal) und links (klein, horizontal) */
/*************************************************/
.linielinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.linieunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}




/* Formatierung normaler Text */
/**************************/
TD {
	COLOR: #B3B2B2; 
	FONT-SIZE: 8pt; 
               line-height: 135%; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
TD A {
	/* -> INSTITUTIONSFARBE */
	COLOR: #B3B2B2; 
/*	VERTICAL-ALIGN: bottom; */
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
TD A:hover {
	TEXT-DECORATION: underline;
}


.menu_uebersicht {
	COLOR: #ffffff; 
	FONT-SIZE: 9pt; 
	font-weight:bold;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

.menu_anzeige {
	COLOR: #ffffff; 
	FONT-SIZE: 9pt; 
	font-weight:bold;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

