@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_recomm.css);
@import url(../yaml/navigation/nav_vlist.css);

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

@media all
{
#header #topnav {	width: 97%;	text-align: left;	margin: 50px auto;}
#header .title {width: 95%;top: 190px;	position: absolute;  background: url(../images/design/title.png) no-repeat scroll 0px;  margin:0 0 0 -1.9%; }
#header h6 {font-size: 1.5em;	color: #FFF;font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
#header .logo { width: 100%;top:31px;position: absolute;background: url(../images/design/logo.png) no-repeat scroll top right;  margin:0 0 0 -4.5%; min-height: 8.5em; }

.hlist li { min-height: 20px; max-height: 40px; line-height: 40px; }
.hlist li.nav1 {	width: 90px;  padding: 0 0.5% 0 0.5%; margin: 0 auto; }
.hlist li.nav2 {	width: 150px; padding: 0 0.5% 0 1.5%; margin: 0 auto; }
.hlist li.nav3 {	width: 115px; padding: 0 0 0  0.5%; margin: 0 auto; }
.hlist li.nav4 {	width: 120px; padding: 0 0.5% 0 0.5%; margin: 0 auto 0.3%; }
.hlist li.nav5 {	width: 105px; padding: 0; margin: 0 auto; }
.hlist li.nav6 {	width: 107px; padding: 0; margin: 0 auto; }
.hlist li.nav7 {	width: 92px; padding: 0; margin: 0 auto; }

#main { width: 944px; margin: 0 0 10px; }
#col1 { width:12%; }
#col1_content { }

#col2 { width:21%; }
#col2_content {  width:175px;}

#col3 { margin: 0 22% 0px 12.5%; }

#col2_content,
#col3_content { min-height: 300px; height: 380px; max-height: 433px; overflow-x: hidden;overflow-y: auto; }


}

