@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 { width: 140px; background-color:#241C1C; min-height:200px; }

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  #col3 { margin-left: 140px; margin-right:0; background-color:#000; border-left:20px solid #000; }
  #col1_content form select {margin-bottom:1em; width:100%; margin-top:170px; }

  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body { color:#fff; }

hr { color:#fff; background:transparent; left:0px; margin:0 0 0.5em 0 !important; padding:0; height:1px; border:0; border-top:2px #fff dotted; width:850px; }
  
.newsbox { padding:10px 0; margin:5px 0; border-bottom: 1px dotted #fff; }
.newsbox p { margin:0.5em 0; }  

h4 {font-size:115%; text-align:center; color:#fff; margin:1em 0 0.5em 0; }                     /* 16px */


a.internal-link {color:#ee7518; text-decoration:none; font-weight:bold; background:transparent; }
a.internal-link:focus,
a.internal-link:hover,
a.internal-link:active {color:#ee7518; text-decoration:underline;}

a.internal-link-new-window { display:block; background:#FFF; width:220px; }
a.internal-link-new-window img { background:#FFF; display:block; width:220px; }
a.internal-link-new-window img:hover  { background:#FFF; filter:alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; display:block;  }

div.csc-textpic-center { width:650px !important; margin-left:50px !important;  }  
li.csc-textpic-image { width:115px !important; display:block; float:left; text-align:center !important; margin-left:10px !important; }
li.csc-textpic-image a { display:block;  margin:0 auto !important;  text-align:center !important; }
li.csc-textpic-image a img { display:block;  margin:0 auto !important; text-align:center !important; }

  


}
