@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_fixed_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_fixed_seo"
 *
 * @copyright       Copyright 2005-2007, 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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* 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_3col_fixed_seo.css");
@import url("screen/content.css");

/* import print layout | Druck-Layout einbinden */
@import url("../yaml/print/print_100_draft.css");

/* MF */
#header     { margin-bottom: 0; height: 190px }
body    { background-image: url("../designercarpets_bg_dark.jpg"); background-repeat: repeat-x }
#col2 ul  { margin-left: 10px }
#col2 ul li { list-style-type: none; list-style-image: none; margin-bottom: 8px; margin-left: 0 }
#col2 ul li a  { color: #192f7b }
#col2 ul li.ACT a { color: #192f7b; font-weight: bold }
#col2 ul li a:hover { color: #faa805; text-decoration: none }
#col2 ul li.umenue a { margin-left: 15px }
#col2 ul li.umenueACT a  { font-weight: bold; margin-left: 15px }
#footer a { font-weight: normal }
#nav_main ul li a { font-size: 14px }
#nav_main ul li a:hover { background-image: url("../nav_hg_pict.jpg"); background-repeat: repeat-x }
