@charset "UTF-8";

/**

 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework

 *

 * (en) central stylesheet - layout example "2col_right_13"

 * (de) Zentrales Stylesheet - Beispiellayout "2col_right_13"

 *

 * @copyright       Copyright 2005-2009, 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.1

 * @revision        $Revision: 343 $

 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $

 */



/* import core styles | Basis-Stylesheets einbinden */

@import url(../yaml/core/base.css);



/* import screen layout | Screen-Layout einbinden */

@import url(nav_shinybuttons.css);

@import url(basemod.css);

@import url(content.css);



/* import print layout | Druck-Layout einbinden */

@import url(../yaml/print/print_100_draft.css);




#bannerleft {
    left: 50%;
    margin-left: 505px;
    position: fixed;
    top: 1px;
width:160px;

border: solid 0px #000000;
}


