@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-3-2"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-3-2"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_1-3-2.css);
/*@import url(screen/basemod_colored_columns.css);*/
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);


#Ecke_OLI {
 background-image: url(fileadmin/vorlage/fernseher/Ecke_OLI.png);
 position: fixed;
 color: green;
 top: 0px;
 left: 0px;
 width: 894px;
 height: 603px;
 z-index: 10;
 background-repeat: no-repeat;
}

#menu_oben {position: absolute; top:130px; left: 400px; z-index: 10; }
#menu_oben {text-align: center; height:20px;}
#menu_oben a {color:white; text-decoration:none;}
#menu_oben a:hover{ text-decoration:underline; background-color: transparent; }
#wwmenu_oben {position: absolute; right: 0px; top: 40px;}
#menu_oben {background-color:black; color:white; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
