/* ************************************************************************************************
** JKU Globale CSS - Weboffice
************************************************************************************************
**  Funktion : Anpassungen fuer Opera
**  Basis    : YAML 3.0.6
*/


/* Anpassung der Hauptnavigation (menu) im Login-Bereich (zus. Meine JKU) - Opera 8.54/Mac */
html:first-child>*+body.intra div#nav ul#menu li {
	width: 17% !important;
}

html:first-child>*+body.intra div#nav ul#menu li.last {
	width: 15.99% !important;
}


/* Anpassung der Content-Spalte (col3_content) - Opera 8.54/Mac */
html:first-child>*+body div#breadcrumbs {
	padding-top: 0.3em;
	line-height: 1.6em;
}


/* Anpassung der Startseite: More-Links bei News und Veranstaltungen - Opera 8.54/Mac */
html:first-child>*+body#home div.news p.moreof, html:first-child>*+body#home div.events p.moreof {
	width: 91%;
}
