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

@media all
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #2D2D2D }

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

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 900px;  min-width: inherit; max-width: none; background: #fff;}
  #header { padding: 0px 0.5em 0em 18px; color: #181818; background: #181818; }
  #main { margin: 0px 0; background: #191919; }
  #footer { padding: 10px 20px; color:#666; background: #191919 }

  #box {
    font-family: 'Verdana', Trebuchet MS Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
    color: #F1F1F1;  
  }

  #beschreibungstext { margin: 0px 0; padding: 10px 20px; background: #EDEDED; }
  #liste {
 width:491px; height:465px;
 overflow-y:scroll;
  }


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

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

  #main { padding: 0px 0px }
  #page_margins { border-left: 1px #8E8E8E solid; border-right: 1px #8E8E8E solid }
  #header { border-bottom: 1px #8E8E8E solid }
  .c75r { border-left: 1px #8E8E8E solid } 
  #footer { border-top: 1px #8E8E8E solid; border-bottom: 1px #8E8E8E solid }
  .c25r { width:165px; height:920px; border-left: 1px #8E8E8E solid }
  #noscreen { display:none; } 

	
  /*-------------------------------------------------------------------------*/
}
