@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

@media screen
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the left column | #col1 wird zur linken Spalte */
  #col1 { width: 15%; }

  /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
  #col2 { width: 25%; }

  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { margin-left: 15%; margin-right: 25%; }
}

/* import screen layout | Screen-Layout einbinden */
/* @import url(/yaml/navigation/nav_shinybuttons.css);
  @import url(/css/screen/basemod.css);
  @import url(/css/screen/content.css); */

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

#page_margins{ margin: 0px; background-color:#FFFFCC; max-width:100%;}
#page {margin: 0px; background-color:#FFFFCC;}

#header { background-color:#FFFFCC;
		  padding: 20px;  
		}

#nav {background-color:#FFFF99; 
		 border-bottom-color:#663300; 
		 border-top-color:#663300;
		  padding: 5px 20px 5px 20px;  
		 }

#main{ background-color:#853c27; padding:3px 1em 3px 1em; }
#col3 {background-color:#FFFFCC; margin-left:0em; margin-right:0em; }
#col1 {background-color:#FFFFCC; margin-left: 0em; }
#col2 {background-color:#FFFFCC; margin-right: 0em; }
#col2_content img {width:100%;}

/*#col3_content {overflow:hidden;}*/

h1 {color:#000000;}

#col1 ul li {list-style-type: none;}

#footer {background-color:#FFFFCC;
		  padding: 20px;  
}

#footer a {color:#000000}
#footer a:hover {color:#660000}

body { font-family: 'Lucida Sans', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size:100%;}

p { line-height: 1.5em; margin: 0 0 1em 0; }

#ueberschrift {font-size:large; text-indent:1em;}

#lit_table_h { background-color:#853c27; text-align:center; font-size: large; }
