@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 */

@media screen, projection
{
  /**
   * Gestaltung des YAML Basis-Layouts
   */

  /* Randbereiche & Seitenhintergrund */
  body { background: #ffffff url("../../bilder/hintergrund.gif") repeat-x top left fixed; padding: 10px 0; }

  /* Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  /* Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 960px; max-width: 80em; background: #fff; border-color:#FCAF17; border-width:1px; border-style:solid; }
  .page { padding: 10px; }

  /* Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 20px 2em 1em 20px;
  }

  #topnav { color: #aaa; background: transparent; }

  /* Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }

  #main { background: #fff; padding:10px 0; }

  #footer {
    background: #fff;
    padding: 10px 20px;
    border-top: 30px #ffffff solid;
    line-height: 1.2em;
  }

  /**
   * Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #col1 { width: 25%; }
  #col1_content {
    padding: 10px 10px 10px 20px;
    /*border-right: 1px #FCAF17 solid;*/
  }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 20px; }

  #col3 {
    margin: 0 25%;
  }
  #col3_bild{
    padding-top: 12px;
    float:right;
	width:100px;
  }
  #col3_content {
    margin-right: 100px;
	padding: 10px 15px 15px 15px;
	border-left: 1px #FCAF17 solid;
  }
  *html #col3_content{
    padding:10px;
  }
  /**
   * Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#FCAF17; }

  #topnav a { color: #FCAF17; font-weight: 700; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #057204; background:transparent; font-weight: 700; text-decoration:none; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #FCAF17; background-color: transparent; text-decoration:underline;}
}
