@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @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) $
 * @appdef yaml
 */

@media all
{
  /**
   * 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) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 150% }                        /* 18px */
  h2 { font-size: 100% }                       
  h3 { font-size: 100% }                       
  h4 { font-size: 150% }                     	/* 18px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }
  
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 0 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a, 
  a:focus,
  a:hover,
  a:active,
  a:visited { color: #24AC46; background-color: transparent; text-decoration: underline;}
  
  #header a,
  #header a:visited { text-decororation: none !important; }

  #reiter_blau a, 
  #reiter_gelb a, 
  #reiter_gruen a { font-weight: bold; font-size: 120%; color: white;  text-decororation: none; }
  #reiter_blau a:hover, 
  #reiter_gelb a:hover, 
  #reiter_gruen a:hover { background: none; }

  #lang_selector_en a { text-decoration: none; }
  #lang_selector_de a { text-decoration: none; }
  #lang_selector_de a, 
  #lang_selector_en a { font-weight: bold; font-size: 75%; color: #A0A0A0; }
  #lang_selector_de a:hover, #lang_selector_en a:hover { background: none; }
  
  #footer a,
  #footer a:focus,
  #footer a:hover,
  #footer a:active,
  #footer a:visited { color: #24AC46; background-color: transparent; text-decoration: underline; font-weight: normal; }

/*
  #contactcontainer a { text-decoration: none; }
  #contactcontainer { height: 19px; width: 140px; background: url('../../layout-images/contact_arrow.gif') no-repeat right center;  }
  #contact { height: 15px; width: 126px; background: #24AC46; border: 2px solid white; border-right: none; text-align: center;  }
  #contact a { font-weight: bold; color: white; font-size: 11px; }
  #contact a:hover { background: none; }
*/

  .onScreenNavContainer { width: 100%; margin: 0 0 1em 0; text-align: right; }

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*

  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  table.table1 td { border-right: 1px solid #DDD; padding: 0.5em 1em;  }
  table.table1 td.lastTd { border-right: none; padding-right: 0; }
  table.table1 td.firstTd { padding-left: 0; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0em 0;
    border:0;
    border-bottom: 1px #DDD solid;
  }
  

  /* ### Custom Headlines | Headlines spezial ### */
  
  #container-center h1,
  #container-center h2,
  #container-center h3 { font-weight: normal; border-bottom: 1px solid #DDD; color: #24AC46; margin: 1em 0 1em 0; padding: 0 0 12px 0; }

  #container-center h2 { margin-top: 2em; font-weight: bold; padding-left: 15px; color: #8C8C8C; background: url('../../layout-images/li_news_gruen.gif') no-repeat 0 4px; }
  #container-center h3 { margin-top: 2em; font-weight: bold; padding-left: 15px; background: url('../../layout-images/li_news_gruen.gif') no-repeat 0 4px; }
  #container-center h4 { font-weight: normal; color: #24AC46; margin: 0 0 0.5em 0; }

  #container-right h3 { font-weight: normal; border-bottom: 1px solid #DDD; font-size: 150%; color: #8C8C8C; margin: 1em 0 0 0; padding-bottom: 12px; }
  #selectBox3 h2 	{ font-size: 140%; color: white; border: none; margin: 0 0 0.5em 0; padding: 0; background: none !important; }
  #selectBox3 h2 a 	{ color: white; text-decoration: none; }
  #subheader2 h1 { font-size: 200%; color: white; text-align: right; position: relative; top: 43px; left: 230px; width: 590px; padding-right: 10px; }
  #subfooter1 h2 { font-size: 80%; font-weight: normal; padding-left: 20px; line-height: 120%; }

  .blue { color: #099FC3; }
  .yellow { color: #FFA205; }
  .green { color: #24AC46; }


  /* ### Spezial Box Homepage ### */

  #selectBox3 { font-weight: bold; color: white; }
  #selectBox3 a { color: white; text-decoration: none; }



  /*  ### Box Design | Rahmen ### */

  .boxLayout1 { padding: 4px; border: 1px #DDD solid; margin: 0; background-color: white; }
  .boxLayout1 .inner { background-color: #F3FAEA; padding: 10px 10px 5px 10px; font-weight: normal; }
  .boxLayout1 .inner ul { margin-left: 0; margin-bottom: 0; list-style-type: none; }
  .boxLayout1 .inner li { margin-left: 0; padding: 0 0 1em 15px; background: url('../../layout-images/li_news_gruen.gif') no-repeat 0 4px; }
  .boxLayout1 .inner .nFrmd_float_right_wMarg { margin: -10px -10px -5px 10px; }
  .boxLayout1 .inner .nFrmd_float_left_wMarg { margin: 10px -10px -5px -10px; }

  .boxLayout2 { padding: 14px; border: 1px #DDD solid; margin: 0; background-color: white; font-weight: bold; }

  /* ### News Listing ### */

  .newslistL { float: left; width: 100px; }
  .newslistR { float: left; width: 440px; }
  .newslistL { font-weight: bold; color: #099FC3; background: url('../../layout-images/li_news_blau.gif') no-repeat 0 4px; padding-left: 13px; margin: 0; }

  /* ### Editor | Editor ### */

  .edit { width: 600px; margin: 20px 0 0 40px; border: 1px solid #AAA; padding: 20px; }


  /* ### Layoutmöglichkeiten für die Fotos ### */

  .frmd_float_left_wMargR 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: left; margin-right: 10px;  margin-bottom: 0.15em; }
  .frmd_float_right_wMargL 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: right; margin-left: 10px;  margin-bottom: 0.15em; }
  .frmd_float_left_woMargR 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: left; margin-right: 0;  margin-bottom: 0.15em;}
  .frmd_float_right_woMargL 		{ padding: 4px; border: 1px #DDD solid; background-color: white; float: right; margin-left: 0; margin-bottom: 0.15em; }

  .nFrmd_float_left_wMarg 		{ float: left; margin-right: 10px; margin-bottom: 0.15em; border: 0; }
  .nFrmd_float_right_wMarg 		{ float: right; margin-left: 10px; margin-bottom: 0.15em; border: 0; }

  .frmd					{ padding: 4px; border: 1px #DDD solid; background-color: white; margin: 0; }
  .center 				{ text-align: center; background: #fff; padding: 4px; border:1px #ddd solid; }


  /* ### Formulare ### */

  textarea { font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 100.00%; }

  .csc-mailform-field {clear:left;}
  fieldset.csc-mailform .csc-mailform-field label {width:13em; float:left}
  fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {margin-bottom:0.5em;}
  fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
  fieldset.csc-mailform label span {color:red;}
  input#mailformformtype_mail {margin-left:11.1em;}

  input[type=text], 
  input[type=password], 
  textarea, 
  select { padding: .2em; border: 1px #ccc solid;}

  input[type=text]:focus, 
  input[type=password]:focus, 
  textarea:focus,
  select:focus { border: 1px #24AC46 solid; background: #eee; }

  input.suchbox { border: 1px #666 solid; background: #333; padding: 3px; color: #888; }

}