@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-2009, 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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{

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

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    color:#000 !important; 
  }

  #main_right_box h2, #main_right_box h3, #main_right_box h4, #main_right_box h5, #main_right_box h6 {
	color:white !important;
  }
  /*--- Links -----------------------------------  
  a { color: #000; text-decoration: underline; }
  a:focus, a:hover, a:active, { background: #333333; color: #fff; text-decoration: none;}------------------------------------------------------ */

  a { color:#000; }
  a:visited  { color:#000; }

  a:focus,
  a:hover,
  a:active { color:#000; }


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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 { border-top:2px #888 solid; border-bottom:2px #888 solid; }

  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
  
  /**
  * (de) Klassen für die Formularfelder
  *
  * @section Formulare
  */
	
	.button { color : #ffffff; border-color : #838383; background-color : #B9000D;}
	a.button:focus,
	a.button:hover,
	a.button:active  {color : #ffffff; background-color: #8F001A;}
	
	
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
  
   /* Header */
  #header {  }

  #header a:focus,
  #header a:hover,
  #header a:active { background: none; }
  
  #topnav a { color: #fff; }

   /* Main Section */ 
  #main {  }
  
  #col2 {}
  #col3 {}

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

   /* Suche */
  #sucheingabe input { color: #000; }

  
   /* Breadcrumb */
  #breadcrumb a { color: #000; }

/* Tagcloud */
	#tagcloud {color: #000;}
	#tagcloud a {color: #000;}
	
	
/* Footer */
   /* Footer 1 */
  #footerc {color: #000;} 
  #footer a { color: #000; }
  #footerc a:focus, #footerc a:hover, #footerc a:active {color: #000; text-decoration: underline; } 
   /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Navigation 
  *
  * (en) Visual styling for navigations
  * (de) Visuelle Gestaltung der Navigationen
  *
  * @section layout-navigation
  */
  
      
   /* Top Navigation */
  #nav_top ul li a { border-right: 1px solid #000; color: #000; }
  
  #nav_top ul li a:focus,
  #nav_top ul li a:hover,
  #nav_top ul li a:active { background: transparent; color: #000; }
  

}
