  
  /********************************************/
  /********************************************/

  /*************    Fonts    ******************/
  /********************************************/
  /********************************************/


  textarea, pre, code, kbd, samp, var, tt {
  }

  /* (en) base layout gets standard font size 10px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 10 Pixeln */
  body {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #444;
  }
  #navtree {
	font-size: 1em;
	color: #fff;
}

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    color:#e7e7d9;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 1.8em; }                       /* 30px */
  h2 { font-size: 1.6em; }                       /* 24px */
  h3 { font-size: 1.4em; }                       /* 18px */
  h4 { font-size: 1.2em; }                    /* 16px */
  h5 { font-size: 1.1em; }                    /* 14px */
  h6 { font-size: 1.1em; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 0 0; }
  li { 
  margin: 0px;
  padding: 0px;
  list-style-type: square; }
 
 #content ul {
	margin-left: 15px;
}

  ol {padding-left: 20px;}

  ol li { list-style-type: decimal;}
  ol ol li { list-style-type: lower-latin; }

  /*li { margin-left: 0.8em; line-height: 1.5em; }*/

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

table {
	line-height: 1.5em;
}

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }


  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color: #000; background:transparent; text-decoration:none; }
  a:visited  { color: #000; }

  a:focus,
  a:hover,
  a:active { color:#e7e7d9; text-decoration:none; }
  
  a.text { color: #e7e7d9; background:transparent; text-decoration:underline; }
  a.text:visited  { color: #e7e7d9; }

  a.text:focus,
  a.text:hover,
  a.text:active { color:#e7e7d9; text-decoration:none; }

  a.email { color: #000; background:transparent; text-decoration:underline; }
  a.email:visited  { color: #000; }

  a.email:focus,
  a.email:hover,
  a.email:active { color:#000; text-decoration:none; }
  
  /*--- newsbox specific content ----------------------------------------------------------------------------------------- */
  
  .newsbox a { color: #D80000; }
  .newsbox h3 { font-size: 1em; font-weight: bold; margin-bottom: 15px;
  color:#666633; }

