/* start styles v.a. fuer dozenten*/

.dozentenazblock { /*flaeche fuer dozenten a-z*/
	height: 108px;
	font-size: 69%;
	font-weight: bold;
	color: #ff0000;
}

ul.azzeile { /*fuer jede zeile eine neue ul*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

ul.azzeile li { /*grafik gefuellt rot*/
	display: inline;
	margin: 0px;
	}
	
ul.azzeile li div { /*div fuer masse der flaeche um buchstabe*/
	padding: 6px 0px 0px 0px; /*t r b l*/ 
	text-align: center;
	float:left;
	width: 27px;
	height: 21px;
}	


/*ie mac braucht schmalere flaeche sonst sperrt das layout auf*/
/*\*//*/
  ul.azzeile li div {
  width: 26px;
  }
/**/ 


/* fix ie. hide from ie mac \*/
* html ul.azzeile li div {
	height: 27px; 
	h\eight: 21px; 
}
/* end */



ul.azzeile li div a {
	text-decoration: none;
	color: #ffffff;
}

ul.azzeile li div a:hover, ul.azzeile li div a:focus {
	color: #FF0000;
}


.dozentensubnavblock { /*flaeche fuer wahl zwischen fach bzw. a-z*/
	width: 108px;
	height: 108px; 
	float: right;
	background-color: #ffffff;
}


ul.dozentensubnav {
	font-size: 69%;
	line-height: 140%;
	margin: 0px;
	padding: 9px 0px 0px 7px;/*t r b l*/ 
	list-style-type: none;
	list-style-position: outside;
}
	
ul.dozentensubnav li a {
	text-decoration: none;
}

.dozentensubnav li.hier { /*grafik gefuellt rot*/
	background: url(../images/dozentsubnav_hier.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 3px 12px;/*t r b l*/ 
}

.dozentensubnav li.nichthier { /*grafik weisser rahmen*/
	background: url(../images/dozentsubnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 3px 12px;/*t r b l*/ 
}
	
h3.dozentenbuchstabe {
	clear: both;
	margin-bottom: -2px;
}


h3.dozentenbuchstabe a {
	text-decoration: none;
}


h3.dozentenfach {
	clear: both;
	padding-top: 20px;
 	margin: 0px 0px 0px 0px; /*t r b l */ 
}


* html h3.dozentenfach {
	padding-top: 10px;
}


p.dozentzeile {
	clear: both;
	
}

p.dozentzeile span.name {
	width: 180px;
	float: left;
}

p.dozentzeile span.name a:hover, p.dozentzeile span.name a:focus{
	color: #FF0000;
}

p.dozentzeile span.fach {
	width: 225px;
	float: right;
}

div.dozentenadresse {
	margin-top: 12px;
}

div.dozentenadresse a {
	color: #696964;
}


p.seitenanfangdozenten {
	clear: both;
	padding: 16px 0px 2px 0px; /*t r b l */ 
}

p.seitenanfangdozenten a.totop {
	width: 20px;
	height: 11px;
}

* html p.seitenanfangdozenten {
	padding: 6px 0px 2px 0px; /*t r b l */ 
}


/* end styles v.a. fuer dozenten*/
