@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_1-2-3"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_1-2-3"
 *
 * @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(../core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_1-2-3.css);
@import url(screen/basemod_colored_columns.css);
@import url(screen/content.css);

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


/* MF */

#nav  { color: #fab01b; font-size: 20px }
#header   { background-repeat: no-repeat }
#footer { font-size: 12px }
#footer a { color: #1b337c; text-decoration: none }
#footer a:hover { color: #faa805; text-decoration: none }
.csc-firstHeader { font-size: 16px; font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
 }
#col1_content { }
.csc-header csc-header-n2 { font-size: 16px; font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
 }
#nav { margin-bottom: 25px }
#col1 ul { list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0 }
#col1 ul li { list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0 }
#col1 ul li a { color: #fff; font-size: 13px; font-weight: bold; text-decoration: none }
#col1 ul li a:hover { color: #25448d; font-size: 13px; font-weight: bold; text-decoration: none }
#topnav { }
#topnav ul { display: inline }
#topnav ul li { list-style-type: none; list-style-image: none; float: left }
#topnav ul li a { color: #fff }

