@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.1b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #E8E8EA; padding: 0; height:101%; color:#444; }

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

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 990px; min-width: inherit; max-width: none; background: transparent url("../img/bg_schatten.jpg") repeat-y -15px top; }
  #page { /*background:url("../img/bg_arch.jpg") no-repeat scroll 692px top transparent;*/ }
  #header { color: #000; height: 80px; padding: 40px 5px 0 40px;}
  #topnav { position:relative !important; float:left; color: #aaa; background: transparent; padding-top: 40px; }
  #localisation { color:#97005E; left:418px; position:relative; top:-115px; font-size:11px; }
  
  #nav { height: 50px; padding-left: 5px; }
  #nav a { color: #474747; }
  div.hlist { }
  #main { padding: 0 5px; padding-left: 10px;}
  #breadcrumb { height: 45px; margin: 0 0 0.15em 0; font-size:90%; line-height:1.5em; }
  #footer { background: #E8E8EA url("../img/bg_footer.jpg") no-repeat -15px -20px; padding: 8px 22px; color:#666; height: 20px; }
  #footer span { margin-right: 20px; }
  #footer div.footer_left { float:left; width: 35%; text-align:left; }
  #footer div.footer_right { float:right; width: 65%; text-align:right; }
  #imlink { display:inline; float:right; }
  
  #rightfloatdummy { float: left; width:90%; }
  
  #header div.header_left { float:left; width:208px; height: 80px; /*background: #0F0;*/ }
  #header div.header_right { padding-top: 52px; background: transparent; }
  
  
  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 242px; }
  

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

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

  #col1 { float: left; width: 200px;  margin:0 }
  #col2 { float: left; width: 540px;  margin:0 }
  #col3 { width: auto; margin: 0 0 0 740px}
  #col1_content { padding: 10px 0 }
  #col2_content { padding: 2px 48px 2em 38px }
  #col3_content { padding: 12px 23px 0 0 }
  
  /*-------------------------------------------------------------------------*/
}
