/* **************************************************************** *
CSS-Datei für Projekt: FH Merseburg
Inhalt               : Stylesheet für MITARBEITER
* **************************************************************** */
/* fuer Menüs und Schriften*/
.mitarbeiter_text	 { color:#999999; font-size:9pt;}

.fliess  { font-size: 10pt;  color:#333333; }
.header1 { font-size: 11pt; color:#333333; font-weight:bold;}

/* Navigation: Menü Level 1*/
a.mitarbeiter_link:link, 	
a.mitarbeiter_link:visited		{
	font-weight: normal;
	color: #1A17CA;
	font-size: 9pt;
	text-decoration: none;
}

a.mitarbeiter_link:hover, 	
a.mitarbeiter_link:active, 	
a.mitarbeiter_link:focus 		{
	font-weight: normal;
	color: #D78009;
	font-size: 9pt;
	text-decoration: none;
}


.table_mitarbeiter { 
	width:100%; 
	border:0px hidden; 
   margin-top:16px;
}

.td_mitarbeiter_1_1,.td_mitarbeiter_2_1 { 
	vertical-align:top; 
	font-size:9pt; 
	font-style:italic; 
	color:#333333; 
	padding-right:18px; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-left:0px; 
}

.td_mitarbeiter_1_2,.td_mitarbeiter_2_2 { 
	vertical-align:top; 
	font-size:9pt; 
	font-style:normal; 
	color:#333333; 
	padding-right:18px; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-left:0px; 
}
