@charset "UTF-8";

@media all
{
  /**
   * Fonts
   * (de) Zeichensatz und Schriftgroessen fuer Ueberschriften und uebliche Text-Elemente
   */

  /* (de) Alle Schriftgroessen auf Standardgroesse (16 Pixel) zuruecksetzen */
  html * { font-size: 100.01% }

  /* (de) Basis-Layout erhaelt Standardschriftgroesse von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family:"Arial", sans-serif; 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 200%; font-style:normal }                        /* 24px */
  h2 { font-size: 180%; color:#182E7A; font-style:normal}          /* 24px */
  h3 { font-size: 150%; font-style:normal }                        /* 18px */
  h4 { font-size: 133.33%; font-style:normal }                     /* 16px */
  h5 { font-size: 116.67%; font-style:normal }                     /* 14px */
  h6 { font-size: 150%; font-style:normal }     /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  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 }

  ul { list-style-image: url('../../images/pfeil.gif'); }

 
  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite { font-style:italic }
  /* 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: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * (de) Standardklassen zur Positionierung und Hervorhebung
   */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 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
   * (de) Gestaltung von Hyperlinks
   */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:none;}
   
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
 
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * Tables | Tabellen
   * (de) Generische Klassen fuer die Tabellenbreite und Gestaltungsvorschriften fuer Tabellen
   */

  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 }
  
  /**
   * Miscellaneous | Sonstiges
  */

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

  	#mainnav a.block1, a.block2, a.block3, a.block4, a.block5, a.block6, 
                 a.block7, a.block8, a.block9, a.block10, a.block11, a.block12, a.block13, a.block14, a.block15, a.block16 ,a.block99  {
	color: #999;
	background:transparent;
	display:block;
	text-align:left;
	width:150px;
	padding:2px;
	text-decoration:none;
	font-weight: bold; font-size: 116.67%;}

	#mainnav a.block1:hover, a.block2:hover, a.block3:hover, a.block4:hover, a.block5:hover,
                 a.block6:hover, a.block7:hover, a.block8:hover, a.block9:hover, a.block10:hover, a.block11:hover, a.block12:hover, a.block13:hover, a.block14:hover, a.block15:hover, a.block16:hover, a.block99:hover  {
	color:#ffffff;
	background-color: #889;}


  .backblock a { color: #e6e6dc; background:transparent; font-weight: bold; font-style:normal;}
  .backblock a:focus, 
  .backblock a:hover,
  .backblock a:active {color: #ccc2c0; background-color: transparent; text-decoration:underline;}
  .backblock {font-weight: bold; font-size: 125%;}

  .grosskursiv { font-style:normal; font-size:150%; }
  
      
}