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

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #4d87c7 url("../../img/layout/bg_pattern.gif") repeat top left fixed; padding: 0; }

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: auto;  min-width: 980px; max-width: 980px; background: transparent; }
   #page_margins_1 { width: auto;  min-width: 980px; max-width: 980px; background: transparent; }
  #page { padding: 0; }
  #header {
    padding: 20px 0 10px 3px;
    color: #fff;
    background: #ccc url("../../img/layout/bg_header.gif") repeat-x top;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    }
  span#slogan { position:absolute; left: 206px; top: 25px; }  
  #nav {
    color: #fff;
    overflow:hidden;
    background: #325ea6 url("../../img/layout/bg_nav.gif") repeat-x center;
    border-top: 1px #2f578e solid;
    border-bottom: 1px #2f578e solid;
    }
  #nav_main { width:1200px; }
  #date {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
    width: 160px;
    }    
  #ddtopmenubar {
	float: right;
	padding-left: 0px;
	width: 1200px;
	margin: 0;
    }
  #main { margin: 0; }

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

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

  #col1 {
	float: left;
	width: 175px;
	z-index: 1;
	line-height: 16px;
}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 175px; background: #fff; }
  #col1_content { padding: 20px 15px 30px 15px; }
  #col3_content { padding: 40px 20px 30px 30px; }
  #col4 { float: left; width: 170px}
  
   /*orul*/
	
  /*-------------------------------------------------------------------------*/
}
