@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen fü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
{
 /**
  * Fonts
  * @section content-global-settings
  */
  body {color:#000;}

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

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666;}

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

  /*--- Links -----------------------------------  
   ------------------------------------------------------ */

  a { color:#09589F; background:transparent; }
  a:visited  { }

  a:focus,
  a:hover,
  a:active {  }
  .skip, .hideme, .print { background-color:#fff;}
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Layout Layer 
  *
  * @section layout-misc
  */
  #header { }
  #header_meta { background:#CAD7E3 url(images/bg_header_meta.gif) repeat-x top left;} 
  #suche { background-color:#002542}
  #main { background:#fff url(images/bg_col2.gif) repeat-y 17.66em 0; }
  #col3 { background-color:#fff;}
  /* col2 */
  #col2 h2 { color:#f40000;}
  #col2 h3 { color:#00499F;}
  #col2 hr {color:#e6ebf0;border-bottom:1px #fff solid;}
  /*Breadcrumb*/
  #breadcrumbc {color:#09589F; font-size:91.67%; } /* 11px */
  #breadcrumbc a {color:#09589F;}
  #breadcrumbc a:visited { text-decoration:none}
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Navigation 
  *
  * (en) Visual styling for navigations
  * (de) Visuelle Gestaltung der Navigationen
  *
  * @section layout-navigation
  */
  /* Top Navigation */ 
   #nav_top ul li a {color:#00136F; border-right:1px solid #00136F;}
   #nav_top ul li a:focus,
   #nav_top ul li a:hover,
   #nav_top ul li a:active {background:none;color:#00136F;}
   
   /*Tools (Schriftgröße,Kontrast)*/ 
   #nav_tools ul li { color:#00136F;} 
   #nav_tools .border {border-right:1px solid #00136F;}
   /* Hauptnavigation */
   #nav_main {background-color:#B4CDE6;}
   #nav_main li { background:#9BBDDD url(../navigation/nav_main/button_bg.gif) no-repeat top left; }
   #nav_main li ul li {background:#B4CDE6;border-bottom:1px solid #93B3D3;}
   /*Level 1*/
   #nav_main li a{ background:none; color:#000; }
   #nav_main li a:focus,
   #nav_main li a:hover,
   #nav_main li a:active,
   #nav_main li.active a { background: #9BBDDD url(../navigation/nav_main/inter_button_hover.gif) no-repeat top left; color:#000;}
   /*Level 2*/
   #nav_main li.active ul li a,
   #nav_main li ul li a {background:none; font-size:91.67%; color:#11181F;} /* 11px */
   #nav_main li ul li a:focus,
   #nav_main li ul li a:hover,
   #nav_main li ul li a:active,
   #nav_main li ul li.active a { background:none; text-decoration:underline;}
   /* Subnavigation */
   #nav_sub li {  background: transparent url(../navigation/nav_sub/pointer_subnavi.gif) no-repeat center left; border-bottom:1px solid #93B3D3;}
   #nav_sub li a{ background:none; color:#09589F;}
   #nav_sub li a:focus,
   #nav_sub li a:hover,
   #nav_sub li a:active,
   #nav_sub li.active a { background:none; color:#000;}
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  .highlight { color:#c30; }
  .dimmed { color:#888; }
  .info { background:#f8f8f8; color:#666; }
  .note { background:#efe; color:#040; border:2px #484 solid;  }
  .important { background:#ffe; color:#440; border:2px #884 solid; }
  .warning { background:#fee; color:#400; border:2px #844 solid; }
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  thead th { background:#27319F; color:#fff; }
  tbody th { background:#B4CDE6 ; color:#000; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }
  
  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
  /**
  * (de) Klassen für die Formularfelder
  *
  * @section Formulare
  */	
	.formHandle {text-align:right;border-top:1px solid #c5c5c5;padding-top : 0.5em;}
	
	.button { color : #ffffff; border : 1px outset; border-color : #838383; background-color : #0e79c3;}
	a.button:focus,
	a.button:hover,
	a.button:active  {color : #ffffff;background-color:#0e79c3;}
	
	/**
	* (de) Klassen für die Formularfelder Errorbehandlung
	*
	* @section Eingabe-Formulare
	*/
	.error input, .error select, .error textarea { 
		color : #000;
		border : 1px solid #ff0137;
		background : #fff;
	} 
	.error { 
		color : #ff0137 !important;
	} 	

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

