﻿/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "flexible_grids"
 * (de) Variation des Screenlayouts (basemod.css) fÃ¼r Layoutbeispiel "flexible_grids"
 *
 * @copyright       Copyright 2007, Sven Kausche
 * @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.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */
@media projection, screen
{
/* (en) Repeat the main color from the header above the navigation */
/* (de) Wiederholung der Hauptfarbe aus dem Header oberhalb der Navigation */
#header {
	background: #edf2f8 url("../../images/bg_header.png") repeat-x bottom left;
}
.hlist {
	background-color: #c8ddf3;
}
.hlist ul {
	padding-left: 0;
}
}
