@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { padding: 10px 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 900px; max-width: 99%; background: #fff; }
  .page { padding: 10px; }
  #header { padding: 0px 2em 0px 0; color: #000; background: #fff; }
  #topnav { color: #aaa; background: transparent; }
  #nav { overflow:hidden; }
  div.hlist {  }
  #main { margin: 10px 0; background: #fff; }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #198F3D solid; }
  #breadcrumbs{ padding:5px 10px 3px 20px; border-bottom: 1px solid #198F3D; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 20%;  margin:0 }
  #col2 { float: right; width: 20%;  margin:0 }
  #col3 { width: auto; margin: 0 20% 0 20%}
  #col1_content { padding: 0 30px 0 20px }
  #col2_content { padding: 0 20px 0 30px }
  #col3_content { padding: 0 10px }
	
  /*-------------------------------------------------------------------------*/


  #header { background: #003399 url(../../images/eu_hanau_header.png) scroll no-repeat top left; height:119px; }
  body { background: #003399; }

  .hlist { background: #C0C0C0 url(../../images/nav_bg.png); border-bottom: 1px solid #198F3D; border-top: 1px solid #198F3D;} 
  .hlist ul li { border-left:1px solid #198F3D; border-right: none; }
  .hlist ul li.active { background-image: none; background-color: #198f3d; border-left: 1px solid #72ba88; border-right:  1px solid #72ba88; }
  .hlist ul li a { color: #222; }
  .hlist ul { border-left: none; border-right: 1px solid #198F3D; }

  .hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active{ background:#72ba88 none repeat scroll 0 0; color: #000; }

  #wappen { float:right; }
  #img-wappen { float: right; }
  #homelink {width:770px; float:left; height:119px;}
  #footer { text-align:center; }
  #copyright { margin-top: 10px; width: 400px; border-top: 1px #198F3D solid; margin-left:auto; margin-right:auto;}

  #untermenue li.active { font-weight: bold; }


}
