@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @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:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * modifications for dvv-bw
 */

@media all
{

#topnav .Informationen { height: 120px;}

#topnav .hlist { position:relative; padding-top: 2px; }

#topnav .hlist ul { padding:0;  }

#topnav .hlist ul li {   display:inline; font-size:1.0em;   line-height:1em;   list-style-type:none;   margin: 0px 35px 0px 0px;  }

#topnav .hlist a { color: #000000; }

.statusBar .hlist { position:relative; top: -5px; height: 30px; margin-left: 0px;}

#col3 .statusBar ul {  padding:0; display: inline; }

#col3 .statusBar ul li { font-size:1.0em; line-height:1em; list-style-type:none; margin:0; padding:0; display: inline; }

#col3 .statusBar ul li button { display: inline; }


#col3_wide .statusBar ul {  padding:0; display: inline; }

#col3_wide .statusBar ul li { font-size:1.0em; line-height:1em; list-style-type:none; margin:0; padding:0; display: inline; }

#col3_wide .statusBar ul li button { display: inline; }

}




