/**************************************/
/* Universitaet Bern                  */
/* CSS fuer Webdesign 2004            */
/* Gesamtuniversitaere Einheiten      */
/*                                    */
/* Angepasste Version 1.2/PHC         */
/**************************************/

#identityFakultaet{
	width: 564px;
	height: 62px;
	background-color: #4B9BCE;
	float: left;
}

.serviceFakultaet{
	background-color: #E8E8EB;
}

.serviceFakultaet h3{
	background-color: #87BDDE;
}


/*********************************************************************/
/* Ab hier folgen IKAOe-spezifische Anpassungen                      */
/*                                                                   */
/* Style-Angaben in diesem Stylesheet ergaenzen bzw. ueberschreiben  */
/* bereits definierte Angaben im globalen Stylesheet unibern.css     */
/*********************************************************************/

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
}

/* Mindesthoehe fuer <div id="contentFakultaet">, Ph. Cosi, 9.6.2005 */
#contentFakultaet{
	min-height: 400px;
}


.kasten{
	margin: 10px;
	padding: 5px;
	background-color: #F8F8F8;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBD3;
	float:none;
}


/* groesserer Abstand bei Quick-Links, Ph. Cosi, 15.3.2005 */
.serviceFakultaet li{
	margin-bottom: 8px;
}

.linkliste{
	margin-bottom: 4px;
}

/* Linkliste mit groesserer Abstand, Ph. Cosi, 15.3.2005 */
.linkliste2{
	list-style-image: url(../bilder/icon_link.gif);
	text-indent: 0px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}

.linkliste2 a{
	color: #000000;
	text-decoration: none;
}	

.linkliste2 a:hover{
	color: #FF0033;
	text-decoration: underline;
}


.overlink a {
	color: #000000;
	text-decoration: none;
}

.overlink a:hover {
	color: #FF0033;
	text-decoration: underline;
}

/* Zusaetliche Klasse fuer h1 ohne dunklen Hintergrund, Ph. Cosi, 9.6.2005 */
.contentheading h1{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 93%;
	margin: 0px;
	font-weight: bold;
	line-height: 103%;
	background-color: #E8E8EB;
}


/* h3 etwas groesser als unibe-standard (76%), Ph. Cosi, 9.6.2005 */
h3{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;	
	font-size: 80%;
	margin: 0px;
	font-weight: bold;
}


/* Links innerhalb einer Liste (<ul><li></li></ul>) werden rot markiert und unterstrichen, M.Mueller,12.5.2005

	auskommentiert von Ph.Cosi 8.6.2005. gegencheck mit unibern.css(1.5) machen
	wenn schon sollte es fŸr div #contentFakultaet gelten und nicht fuer #contentboxFakultaet
#contentboxFakultaet ul li a{
	color: #FF0033;
	text-decoration: underline;
}
*/
