@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
 /* Background */
 body { background-color: #19277f; /* very dark blue */ }
 #header, #main, #ebook, div#nav_main ul li ul li, h3, table.tbl-editorial-planner th,
 div.bgEintrag1 strong, div.bgEintrag2 strong { background-color: #5a89c2; /* dark blue, color #1 */ }
 #col3, #col2_content a:focus, #col2_content a:active, #col2_content a:hover, 
 div#nav_main ul li.active, table.tbl-archives,
 table.tbl-forms th, table.tbl-forms2 th { background-color: #d9e6f9; /* light blue */ }
 div#nav_main a:focus, div#nav_main a:hover { background-color: #c9ddf9; /* light-medium blue */ }
 div#nav_main ul li { background-color: #93b1d7; /* medium blue, color #2 */ }

 /* Foreground */
 a, div.errors { color: #900000; /* red */ }
 h1, h2, h3, h4, h5, h6, a:focus, a:hover, a:active, div#nav_main ul li a,
 table.tbl-editorial-planner th, table.tbl-archives { color: #19277f; /* darkish blue */ }
 #topnav, #topnav a, #footer a:focus, #footer a:hover, #footer a:active,
 div#teaserIssue, div.bgEintrag1 strong, div.bgEintrag2 strong { color: #ffffff; /* white */ }
 #footer, #footer a { color: #909090; /* grey */ }

 /* Borders */
 table.tbl-editorial-planner td, table.tbl-archives tr,
 table.tbl-archives tr.subdivision { border-bottom: 1px solid #93b1d7; /* medium blue, color #2 */}
 div#nav_main ul li a { border-bottom: 5px solid #5a89c2; /* dark blue, color #1 */ }
 div#nav_main ul li ul li a {
  border-bottom: 1px solid #042e82; /* fairly dark blue */
  border-top: 1px solid #dae3f2; /* fairly light blue */
 }
 #header, img.sectionheader, div#teaserIssue, div.bgEintrag1, div.bgEintrag2, a.mainmenutop { border: 1px solid #ffffff; /* white */ }
 div#nav { border-top: 1px solid #ffffff; /* white */ }
 #main, #ebook { border-bottom: 1px solid #ffffff; /* white */ }
 #main, #ebook, #col3 { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; /* white */ }
}