@charset "UTF-8";
/* =============================================================
format Opera-CSS
Name: tpl.opera.css
Erstellungsdatum: 01.12.2007 22:40:50
Modifiziert: 14.01.2008 08:07:12
Author: sfluri(at)format-ag.ch
Version: $1.1.1
============================================================= */

/* -------------------------------------------------------------
 HINWEIS ZUR VERWENDUNG
 Browserspezifische Bibliotheken werden in den Weblication 
 verwendeten 'Styles'-Ordner kopiert(!) und angepasst.
 @call (Version 1): <link rel="stylesheet" type="text/opera" href="{url}/opera.css" media="screen" />
 @call (Version 2): <?php if (strstr($_SERVER["HTTP_USER_AGENT"],"Opera")) {?><link rel="stylesheet" type="text/css href="{url}/opera.css" media="screen" /><?php }?>
------------------------------------------------------------- */

/* --- Definition Medientyp Start --- */
@media screen {

/* --- Standardschriftgrösse reseten --- */
html, body {font-size:87% !important;}

/* --- Topnavigation fixen --- */
#navigationTop ul {top:41px !important;}

/* --- Einzelne Elemente des Frameworks übersteuern --- */
.fns_elementList ul .group {margin:1.5em 0 0 33.3%;}


/* --- Definition Medientyp Ende --- */
}
