@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @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 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:  Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%;    
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  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 1em 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:normal; }
  blockquote { margin: 0 0 1em 1.5em; }

  strong,b { font-weight: bold; }
  em,i { font-style:italic; }

  pre, code { font-family: "Courier New", Courier, monospace; font-size: 1.2em; }

  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-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; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #900; text-decoration:none; }
  a:focus,
  a:hover,
  a:active { background-color: #fee; text-decoration:underline; }
  
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
  
  #footer a { color: #aac; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #fff; background-color: transparent; text-decoration:underline; }

  /**
   * (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; }






  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background: #c0c0c0 url("images/shiny_buttons/background.gif") repeat-x center right; */
    /* border-top: 1px #333 solid; */
    /* border-bottom: 1px #333 solid; */
    line-height: 0;
  }

  #nav_main ul {
    /* border-left: 1px #aaa solid; */
    /* border-right: 1px #fff solid; */
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    padding: 0;
  }

  #nav_main ul li {
    /* border-left: 1px #fff solid; */
    /* border-right: 1px #aaa solid; */
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* width: auto; */
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {  color: #fff; text-decoration: none; }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background: #000 ; */
    /* border-left: 1px #444 solid; */
    /* border-right: 1px #888 solid; */
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #fff; text-decoration: none; border-bottom: 3px solid #9AC7E6 }

 
 
  #nav_main {
		background: url(../../files/menu_normal.jpg) repeat-x top left;
	}

	#nav_main ul li {
		
	}
	
	#nav_main ul li a {
		height:70px;
		line-height:70px;
		padding:0 15px 0 15px;
    overflow:hidden;
	}
	
	#nav_main ul li#current,
	#nav_main ul li a:hover {
		height:70px;
		line-height:70px;
		background: url(../../files/menu_highlight.jpg) repeat-x top left;
    overflow:hidden;
	}
	
	
	
	
	
	#rightheader {
		height:88px;
		width:374px;
		float:right;
		background: url(../../files/buecher.gif) no-repeat top center;
	}
			
	
	#menutop {
		height:88px;
		width:100%;
		background: url(../../files/grad_top.jpg) no-repeat bottom center;
	}	
	
	#menubottom {
		margin-top:70px;
		height:30px;
		width:100%;
		background: url(../../files/grad_bottom.jpg) no-repeat top center;
	}
	














  /**
   * 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 #000 solid;
    
  }
  
  DIV#bottom {
    color: #fff;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #7e3d97 solid;
    background: url(../../files/grad_top.jpg) no-repeat bottom center;
    height:30px;
  }
  
  #footer_margins p {
    text-align:center;
    color:#888;
    font-size:0.8em;
  }
  
  
  #col3 h2 {
    color: #bf79d8;
    background: url(../../files/h2.gif) no-repeat center left;
    padding-left:25px;
    font-family: serif;
    font-size:2em;
  }
  
  #col3 p {
    padding-left:25px;  
  }
  
  
  
  
  
  
  
  #leftmenu {
    background: url(../../files/leftmenu_bg.jpg) no-repeat top left;
    height:400px;
  }
  
  #leftmenu ul {
    list-style: none;
    padding:15px 0 0 0;
    margin:0px;
  }
  
  #leftmenu ul li {
    background: url(../../files/b1.gif) no-repeat 0px 7px;
    line-height:1.1em;
    padding:2px 15px 5px 10px;
    
  }
  
  #leftmenu ul li a,
  #leftmenu ul li a:active {
    font-weight:normal;
    color:#666;
    text-decoration:none;
    background:transparent;
  }
  
  #leftmenu ul li.active a,
  #leftmenu ul li.active a:hover,
  #leftmenu ul li a:hover{
    font-weight:bold;
    color:#73388a;
    text-decoration:none;
    background:transparent;
    
  }  
   
  
  
  
  
  
	#logo {
		float:left;
		height:88px;
		width:270px;
		background: url(../../files/logo.gif) no-repeat top left;
	}
	
	#logo a,
  #logo a:hover{
		height:100%;
		width:100%;
		display:block;
    background: transparent;
    text-decoration: none;
	}
  
  
  .flLeft {
    float:left;    
  }
  
  .flRight {
    float:right;    
  }

  .image IMG {
    margin: 0 0 5px 25px;
    border: 5px solid #ddd;
    display:block;
  }
  
  
  #col3 ul {
    margin:0 0 0 40px;
    padding:0px;
  }
  

  #col3 LI {
    margin:0px;
    padding:0px;
  }  
}


