/*
	DIESES CSS GILT NUR FR DIE CTU-SEITE
*/



/*	Zustzliches Logo (Inselspital) anzeigen */
div#unilogo {
	top:85px;
}

div#identity {
	position:relative;
	margin-top:40px;
}
div#identityText {
	background:#ffffff;
	margin-left:-30px;
	position:relative;
	height:66px;
	width:210px;
}

div#identityText img {
	position:relative;
	top:-14px;
}


/*	IE 7 */
*:first-child+html div#unilogo {
	top:105px;
}

/*	IE 6 */
* html div#unilogo {
	top:109px;
}
* html div#identityText {
	width:209px;
}
* html div#identityText img {
	position:relative;
	top:-13px;
}


/*				ANDERE HINTERGRUNDFARBE H1s		*/
#content h1 {
	background-color: #DD3601;
}


/*		LISTE IN SPALTE RECHTS OHNE BG & PFEILE 	*/
div#spalterechts div.service {
	background:none;
}
div#spalterechts div.service ul {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
}

/*		Eingefgt gemss Mail von Luppi Philip 05.09.2011 	*/
.aum_staffrecord-image img {
	float:right;
	padding: 0 0.5em 0.5em;
}
