@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
{
  body {color:#000; }
  #main {background-color: white;}
  
  h1 {color:#000;}           
  h2 {color:#000;}      
  h3 {color:#000;} 
  h4 {}                  
  h5 {}                    
  h6 {} 
  
  legend { color:#575757;}
  .hideme{ color:#000;}
  /* ### Lists | Listen  #### */	

	 #sucheingabe {background-color: #006185; }	
   #sucheingabe label {color:#fff; background-color: #006185;}

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

	a {color: #000;}
	a:focus,
	a:hover,
	a:active {background: transparent;color:black; text-decoration: none;}	
	
	/*Hauptnavigation */
	#nav_main {/*background-color:#006185;*/}

	#nav_main ul li a{
		background-color: #006185; 
		color:#fff;}	
	#nav_main ul li a:focus,
	#nav_main ul li a:hover,
	#nav_main ul li a:active {text-decoration: none; background-color:#e9f6fc; color: #006185;}

	#nav_main ul li ul li a {
		background-color: #e9f6fc; color: #006185;
	}
	#nav_main ul li ul li a:focus,
	#nav_main ul li ul li a:hover,
	#nav_main ul li ul li a:active {background-color: #006185; color: #fff;}
	
	#nav_main ul li.active a,
	#nav_main ul li.active ul li.active a {
		background:#e9f6fc;
		color:#006185;
	}
	
	/** Schriftfarben f&uuml;r col 1 **/
	#col1 {background-color: white;}
	#col1 h2 {color: #000; }
	#col1 strong {color: #000;}
	#col1 a {color: #000;}
	
  }
	
	/** Schriftfarben f&uuml;r col 2 **/
	#col2 a {color: #000;}
	
	
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: gray;
    margin: 0.5em 0 0 0;
    padding: 0;
	border-top: 0.1em gray solid;
	border-left: 0.1em #c2e3fd solid;
    border-bottom:0.1em white solid;
  }
  
  /**
   * 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
   */

  thead th { background: #023DA5; color: #fff; }
  tbody th { background: #025CA5; color: #fff; }
  tbody th.sub { background: #ddd; color: #333; }
  tfoot { background: #bd0000; color: #fff;}
  
   /**
  * @section Formulare
  * 
  */
	.button { color : #ffffff; background-color : #023DA5;}
  
   /**
   * Edith 
   *
   * @section content-misc
   
  */
  #header .c50l h2 {color: #004761; font-size: 200%; font-weight: normal;}
  
  
  #submenu li {border-bottom:1px solid gray;}
  #submenu a,
  #submenu ul li a {color: black;}
  #submenu ul li a:focus, 
  #submenu ul li a:hover, 
  #submenu ul li a:active, 
  #submenu li.active a{
color:#000; text-decoration: underline}

#submenu ul li ul li a {color: black;}
  #submenu ul li ul li a:focus, 
  #submenu ul li ul li a:hover, 
  #submenu ul li ul li a:active, 
  #submenu li.active a{
color:#000; text-decoration: underline}


  
  #breadcrumbc a {color: black;}
  #breadcrumbc a:focus, 
  #breadcrumbc a:hover, 
  #breadcrumbc a:active {color:#000;text-decoration:underline; border-bottom: 0.1em dotted gray;}
 
  #sprachwahl a {color: #000;}
  #sprachwahl a:focus,
  #sprachwahl a:hover,
  #sprachwahl a:active
   {text-decoration: underline;}
   
   #nav_top ul li a {color: black;}
   
   #footer {background-color: white; border-top: 0.1em dotted gray;}


.aktuell p {border-bottom:1px solid gray;}
