@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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 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) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
  font-family:"Courier New", Courier, monospace;  
  }
  
  /* (en) base layout gets standard font size 11px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 11 Pixeln */
  body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 75%; /*12px*/
  color:#4a4a4a; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; color:#0ca308; }
  
  h1 {   font-size: 116.67%; 
      text-transform: uppercase;
    letter-spacing:0;
    padding:0.5em 0;}                     /* 14px */
    
  h2 {  line-height: 150%;
      font-size: 116.67%;  }                /* 14px */
    
  h3 { }           
  h4 { font-style:italic }                    /* 12px */
  h5 { }                                      /* 12px */
  h6 { font-style:italic }                    /* 12px */

  p { line-height: 1.7em; margin: 0 0 0.5em 0;} 
  
  small {font-size: 83.33%}    /* 10px */
  legend { color:#575757; margin: 0 0 1em 0; font-weight:bold;}
  
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 ; }
  dl { line-height:1.2em;}
  ul.li_pic { }
  ul .no_pic {list-style:none;}
  
  li { margin-left: 1.5em; line-height: 1.5em }

  
  dt { font-weight: bold; float:left; display:block; }
  dd { margin: 0 0 1em 10em }
  
  .kontakt dt {width : 7em;float: left;padding: 0.5em 0.5em 0.5em 0em;border-top: 1px solid silver; font-weight : bold;} 
  .kontakt dd {margin-left:7em;padding: 0.5em 0.5em 0.5em 0.5em;border-top: 1px solid silver;} 

  #download dt {width : 10em;float: left; display:block;} 
  #download dd {margin-left:10.5em;padding: 0.5em;}
  
  /* ### 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:127.27%;}

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  
   label {
    cursor:pointer; 
    }

  
  
  /**
  * @section Formulare
  * 
  */
  
  
  input, button, select, textarea {padding : 0.2em;}
  
  .formChoices, .formHandle {width:100%; overflow:hidden;}
  
  .formChoices label { cursor : pointer; }
  
  .formLabel {float:left;padding:0.1em;display:block;}
  .formField {margin-left:10em;display:block;}
  
  .formCheckboxField {width:2em;float:left;padding:0.1em;}
  .formCheckboxLabel {margin-left:2.5em;display:block;}
  
  .formTextareaLabel {padding:0.1em;}
  .formTextareaField {padding:0.1em;display:block;}
  
  .formHandle {text-align:right;border-top:1px solid #000;padding-top : 0.5em;}
  
  .button { text-align:center; cursor : pointer; color : #ffffff; border : 1px outset; border-color : #838383; background-color : #0b3f6e;}
  a.button  {padding:0.3em; font-weight:normal; text-decoration:none;}
  a.button:focus,
  a.button:hover,
  a.button:active  {color : #ffffff;background-color:#0e79c3;}
  
  /**
  * @section Eingabe-Formulare
  * 
  */
  .error input, .error select, .error textarea { 
    color : #000;
    border : 1px solid #ff0137;
    background : #fff;
  } 
  .error { 
    color : #ff0137 !important;
  } 
  
  /**
  * @section EDITH
  * 
  */  
  #rat_box_ident h2 { font-size:91.67%}
  
   
  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */
   
  .highlight { color:#1A588F; background:#E4E4E4; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 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 }
  
  /**
   * 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; vertical-align:top; }
  thead th { background: #0ca308; color: #fff; }
  tbody th { background: #E1F4E0; color: #333; }
  tbody th.sub { background: #ddd; color: #333 }
  tfoot { background: #bd0000; color: #fff;}  
  

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #0ca308; }
  a:focus,
  a:hover,
  a:active {color: #000; }

 /*------------------------------------------------------------------------------------------------------*/
 /**
  * Formatierung des Main-Layouts
  *
  * @section layout-main
  */
     /* Skiplinks */  
  #topnav a { color: #000; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent;}
  
   /* Footer */
  #footer {font-size: 91.67%;} /* 11px */
  #footer a { background:transparent; font-weight: normal;color: #000; text-decoration: none;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #0ca308 ; text-decoration:none;}

  /* Top-Navigation */  
  #nav_top, 
  #nav_tools { font-size:91.67%;} /* 11px */
  #nav_tools li { color: #000; }
  #nav_tools ul li a { color: #000; }
  #nav_top ul li a {
    text-decoration:none;
    font-weight: normal;
    color: #000;
    border-right: 1px solid black;} 
  #nav_top ul li a:focus,
  #nav_top ul li a:hover,
  #nav_top ul li a:active  {color: #0ca308; text-decoration:none;}

    /*Hauptnavigation*/ 
  #nav_main li a {color: #000; background:none; padding: 5px 0; padding-left: 5%; width: 95%;}
  
  #nav_main li a:focus,
  #nav_main li a:hover,
  #nav_main li a:active   {color: #000; background-color: #c5e3bc;}
  
  #nav_main li.active,
  #nav_main li.active a:focus,
  #nav_main li.active a:hover,
  #nav_main li.active a:active {  background-color:#c5e3bc;}


   /*Nebennavigation Spalte2 */
  #nav_sub li {background:transparent url(../../graphic/pointer.gif) no-repeat 0px 8px;}
  #nav_sub li a {color: #000; text-decoration: none; background: none; border: 0px solid;}
  #nav_sub li a:focus,
  #nav_sub li a:hover,
  #nav_sub li a:active { background:none; color: #000; text-decoration:underline; }
  
  #nav_sub li.active {background:transparent url(../../graphic/pointer.gif) no-repeat 0px 8px; }
  
  /* 2. Ebene */
  #nav_sub li ul li, #nav_sub li ul li.active { background: none; }
  #nav_sub li.active ul li a, #nav_sub li ul li a { background:none; color: #0ca308; }
    #nav_sub ul li ul li a {  background:none; color: #0ca308; }
    #nav_sub ul li ul li a:focus, #nav_sub ul li ul li a:hover, #nav_sub ul li ul li a:active {  background:none; color: #0ca308; } 
#nav_sub ul li ul li ul li a:focus, #nav_sub ul li ul li ul li a:hover, #nav_sub ul li ul li ul li a:active {  background:none; color: #0ca308; } 
    #nav_sub li ul li.active > a {  background:none; color: #0ca308; text-decoration: underline; }
  #nav_sub li ul li.active { padding-left: 0; width: 100%; border: none; }
  #nav_sub li.active, #nav_sub li strong { border: none; } 

  /*
  #nav_sub ul ul { padding-left: 10px; }
  #nav_sub li.active, 
  #nav_sub li strong { border: none; }
  #nav_sub li ul li a, 
  #nav_sub li ul li.active, 
  #nav_sub li ul li strong, 
  #nav_sub li ul li span { padding-left:10%; width: 90%; }
  
  #nav_sub li ul li {background:none;}
  #nav_sub li ul li a {color: #0ca308; text-decoration: none; background: none; border: 0px solid; }
  #nav_sub li ul li a:focus,
  #nav_sub li ul li a:hover,
  #nav_sub li ul li a:active { background:none; color: #0ca308; text-decoration:underline;  }
  
  #nav_sub li ul li.active {background:none; padding-left:0; }
  */

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #c5c5c5 solid;
  }
  
  #spacer .c58r {background: #0BA40A /*url(../../../../fileadmin/graphic/img_1.2.png) top left repeat-x;*/}
  #loginc a {color: white; text-decoration: none;}
  #breadcrumb { font-size: 91.67%; font-weight:bold; } /* 11px */
  #breadcrumb a { font-weight: normal; }
  
   /* Suche */
  #sucheingabe input { color: #000; }
  #sucheingabe input.input { color: #000; }  
  
  /** Schriftfarben für col 2 */
  #col2 h2 {color:#0ca308; text-transform: uppercase; }
  #col2 h3 { color: #4a4a4a; }
  #col2 strong { color: #4a4a4a; }
  #col2 hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #fff inset;
  }
  
 /*-------------------------------------------------------------------------*/
 /**
  * Grafische Rahmen
  *
  * @section layout-misc
  */

  .page_margins {
    border: 0 none;
    background-image:  url(images/gfxborder/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0 0 5px 5px; padding: 0 5px 0px 0px;
    background-image:  url(images/gfxborder/border_right.gif);
    background-repeat:repeat-y;
    background-position:right;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(images/gfxborder/border_top.gif);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(images/gfxborder/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(images/gfxborder/corner_tl.gif);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(images/gfxborder/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(images/gfxborder/corner_bl.gif);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(images/gfxborder/corner_br.gif);
    background-position: bottom right;
  }  
  
/*-------------------------------------------------------------------------*/


}

