@charset "utf-8";
/* CSS Document */

  /* ------------------------------  schrift.css  ---------------------------------- */


  html * { font-size: 100.01% }
  textarea, pre, tt, code { font-family:"Courier New", Courier, monospace; }


  /* Standardschriftgröße 12px */

  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    color: #3A301F; 
    }

  h1,h2,h3,h4,h5 { 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	 xfont-weight:bold; 
  	color: #3A301F;
  	margin: 0 0 0.75em 0; 
  	}

 /* 24px = 200% */
 /* 18px = 150% */
 /* 16px = 133.33% */
 /* 14px = 116.67% */
 /* 13px = 108.33% */
 /* 12px = 100% */

  h1 { font-size: 133.33%; font-weight: 900;} 
  h2 { font-size: 116.67%; font-weight:bold; } 
  h3 { font-size: 108.33%; font-weight:bold; } 
  h4 { font-size: 100%; font-weight:bold; font-style:italic;  } 
  h5 { font-size: 100%; font-variant: small-caps; } 



  p { line-height: 1.3em; margin: 0 0 1em 0; }


  /* 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 }



  /* Textauszeichnung  */

  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;
  }

label {
      width:150px;
      float: left;
  }



  /* Hyperlinks  */

  a img {border: 0 none }
  a {color: #BD1812; text-decoration:none;}
  a:focus,
  a:hover {color:#c00; text-decoration:underline;}
  a:active {color:#c00; text-decoration:underline;}
  
  
  #topmenu   { color: #FFFFFF; font-size: 91,67%; }
  #topmenu a { color: #FFFFFF; font-size: 91,67%; background-color: transparent; text-decoration:none; }
  #topmenu a:focus, 
  #topmenu a:hover  { color:#ffffff; text-decoration:none; background-color: transparent; text-decoration:underline;}
  #topmenu a:active { color:#ffffff; text-decoration:none; background-color: transparent;}


 
  #footer   { color: #0E7BC0; font-size: 91.67%; }
  #footer a { color: #0E7BC0; background:transparent; }
  #footer a:focus, 
  #footer a:hover  {color: #0E7BC0; background-color: transparent; text-decoration:underline;}
  #footer a:active {color: #0E7BC0; background-color: transparent; text-decoration:underline;}




  /*  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 }
*/
  

  /* Sonstiges   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
    }


  h6 {
    font-family: Verdana;
    font-size: 8pt; 
    font-weight: lighter;
    width : 1000px; 
    color: #D2DBE1;
    text-align:justify;    
    font-style:normal;
    margin:auto;
    
     
    }


  /* Rollover   */
  
  

 
 