﻿
body {
    color: black; 
    background-color: white;
    font-size: 0.9em;
    font-family: Arial;
    margin: 0 auto; 
    padding-top: 1em;
    width: 800px;
    }

 h1{
    font-size: 0.8em;
    margin: 0 0 0.7em; 
    padding-top: 1em;
    text-align: right;
    border-bottom: 2px ridge silver;
    padding-bottom: 1em;
    }

   h1 a { 
   font-weight : normal;
   text-decoration : none;
   } 
   h1 a:link { 
   color : black;
   } 
   h1 a:visited { 
   color : black;
   } 
   h1 a:hover { 
   color : green;
   text-decoration: underline;
   } 
   h1 a:active { 
   color : black;
   } 

  ul#Navigation {
    font-size: 0.9em;
    float: left; 
    width: 10em;
    margin: 0 0 1.2em; 
    padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; 
    padding: 0;
  }

  ul#Navigation a {
    text-decoration : none;
    list-style-position: outside;
    display: block;
    padding: 0.1em;
  }
  ul#Navigation a:link {
    color: black;
  }
  ul#Navigation a:visited {
    color: black;
  }
  ul#Navigation a:hover {
    color: green;
    text-decoration: underline;
  }
  ul#Navigation a:active {
    color: black;
  }

  div#Inhalt {
    margin: 0 0em 1em 10em;
    padding: 0 1em;
    background-color: #F8F8F8;
    font-family: Arial;
    }

  * html div#Inhalt {
    font-family: Arial;
    height: 1em;
  }

  div#Inhalt h1{
    font-size: 0.9em;
    margin: 0 0 0.7em; 
    padding-top: 1em;
    text-align: left;
    border-bottom: 1px dashed silver;
    padding-bottom: 1em;
    }

   Inhalt h1 a { 
   padding : 0;
   font-weight : normal;
   text-decoration : none;
   } 
   Inhalt h1 a:link { 
   color : black;
   } 
   Inhalt h1 a:visited { 
   color : black;
   } 
   Inhalt h1 a:hover { 
   color : green;
   text-decoration: underline;
   } 
   Inhalt h1 a:active { 
   color : black;
   } 
    
  div#Inhalt h2 {
    font-family: Arial;
    font-size: 0.9em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

ul#Text {
    font-family: Arial;
    font-size: 0.9em;
    }

  ul#Text li {
    list-style: circle;
     }

ul#Text2 {
    font-size: 0.9em;
    }

  ul#Text2 li {
    list-style: circle;
     }

ul#Tex3 {
    font-size: 0.9em;
    }

  ul#Text3 li {
    list-style: circle;
     }

ul#Tex4 {
    font-size: 0.9em;
    }

  ul#Text4 li {
    list-style: circle;
     }

ul#Tex5 {
    font-size: 0.9em;
    }

  ul#Text5 li {
    list-style: circle;
     }

ul#Tex6 {
    font-size: 0.9em;
    }

  ul#Text5 li {
    list-style: circle;
     }


  p#Fusszeile {
    clear: both;
    color: gray;
    font-size: 0.8em;
    margin: 0.9em; padding: 0.1em;
    text-align: center;
    border-top: 2px ridge silver;
  }
