/***********************************************************

    Style Sheet für http://www.landauer-software.de

    (c) 2001 - 2005 by Stefan Landauer

***********************************************************/

/***********************************************************
  Allgemeine Einstellung
***********************************************************/

p, td, tr, th, table, ul, ol, li, b, i
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
  }

/***********************************************************
  Seiteninhalt
***********************************************************/

body
  {
    background-color: #ffffff;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
  }

/***********************************************************
  Überschriften
***********************************************************/

h1, h2, h3, h4, h5, h6
  {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
  }

h1
  {
    font-size: 20pt;
    color: #007f00;
  }

h2
  {
    font-size: 14pt;
    color: #0000ff;
  }

h3
  {
    font-size: 11pt;
    text-align: left;
    text-decoration: underline;
  }

/***********************************************************
  Links
***********************************************************/

a
  {
    text-decoration: underline;
  }

a:link
  {
    color: #007F00;
  }

a:visited
  {
    color: #C04000;
  }

a:active
  {
    color: #00DF00;
  }

/***********************************************************
  Navigationsleiste
***********************************************************/

.nav td
  {
    padding-left:20px;
    padding-top:3px;
    padding-bottom:3px;
    font-size: 11pt;
  }

.nav a
  {
    font-weight: bold;
    text-decoration: none;
  }

.nav a:link
  {
    color: #0000FF;
  }

.nav a:visited
  {
    color: #0000FF;
  }

.nav a:active
  {
    color: #0000FF;
  }

.nav2 td
  {
    font-size: 10pt;
  }

.nav2 a:link
  {
    color: #000000;
  }

.nav2 a:visited
  {
    color: #000000;
  }

.nav2 a:active
  {
    color: #000000;
  }

/***********************************************************
  Inhalt
***********************************************************/

.inhalt
  {
    background-color: #ffffff;
    vertical-align: top;
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
    margin-bottom:20px;
  }

/***********************************************************
  Fußzeile
***********************************************************/

.fuss
  {
    padding-top:5px;
    padding-bottom:5px;
    font-size: 8pt;
    text-align: center;
  }

/***********************************************************
  FAQ
***********************************************************/

.frage
  {
    font-style: italic;
  }

.antwort
  {

  }

.faqlist li
  {
    margin-bottom: 8px;
  }

/***********************************************************
  Sitemap
***********************************************************/

.sitemap-rubrik
  {
    vertical-align: top;
    font-weight: bold;
  }

.sitemap-liste
  {
    vertical-align: top;
  }

