@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: #b1ddd1; /* teal ******** This one needs to be changed for every new issue! ******** */ }
 .hideboth #col3, #header, #main, #ebook, div#nav_main ul li ul li, h3, table.tbl-editorial-planner th,
 div.bgEintrag1 strong, div.bgEintrag2 strong { background-color: #97bf0d; /* dark green, color #1 */ }
 #col3, #worldmap, #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: #dceeaf; /* light green */ }
 div#nav_main a:focus, div#nav_main a:hover { background-color: #bed85f; /* light-medium green */ }
 div#nav_main ul li { background-color: #bad266; /* medium green, 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: #00635b; /* tan green */ }
 #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 #bad266; /* medium green, color #2 */}
 div#nav_main ul li a { border-bottom: 5px solid #97bf0d; /* dark green, color #1 */ }
 div#nav_main ul li ul li a {
  border-bottom: 1px solid #8bb008; /* fairly dark green */
  border-top: 1px solid #accf33; /* fairly light green */
 }
 #header, img.sectionheader, div#teaserIssue, div.bgEintrag1, div.bgEintrag2 { border: 1px solid #ffffff; /* white */ }
 div#nav { border-top: 1px solid #ffffff; /* white */ }
 #main, #ebook, #col3 { border-right: 1px solid #ffffff; /* white */ }
 #main, #ebook { border-bottom: 1px solid #ffffff; /* white */ }
 #main, #ebook, #col3, #worldmap { border-left: 1px solid #ffffff; /* white */ }

 /* Hiding columns modifications */
 .hideboth #col3 { border-left: 0px; border-right: 0px; }
 .hidecol1 #col3 { border-left: 0px; }
 .hidecol2 #col3 { border-right: 0px; }
}