<style type="text/css">

/* ... hier sind dateispezifische Formate erlaubt ... */

.unten   { vertical-align:bottom;  }

.eintrag {   }

.borderall  {
  
  border-right-style:solid;
  border-left-style:solid;
  border-top-style:solid;
  border-bottom-style:solid;
  border-color:black;
  border-right-width:1px;
  border-left-width:1px;
  border-top-width:1px;
  border-bottom-width:1px;
   }
  
.border3  {
  
  border-right-style:solid;
  border-left-style:solid;
  border-bottom-style:solid;
  border-color:#FF9900;
  border-right-width:1px;
  border-left-width:1px;
  border-bottom-width:1px;
   }  

.border3lr  {
  
  border-right-style:solid;
  border-left-style:solid;
  border-color:#FF9900;
  border-right-width:1px;
  border-left-width:1px;
   }
   
.bordertr  {
  
  border-right-style:solid;
  border-top-style:solid;
  border-color:black;
  border-right-width:1px;
  border-top-width:1px;
   }

   
 .bordertb  {
  
  border-bottom-style:solid;
  border-top-style:solid;
  border-color:black;
  border-bottom-width:1px;
  border-top-width:1px;
   }
   

.borderr  {
  
  border-right-style:solid;
  border-color:black;
  border-right-width:1px;
   }
   
.borderl  {
  
  border-left-style:solid;
  border-color:#483D8B;
  border-left-width:1px;
   }  
   
.bordert  {
  
  border-top-style:solid;
  border-color:black;
  border-top-width:1px;
   } 
   
.borderb  {
  
  border-bottom-style:solid;
  border-color:black;
  border-bottom-width:1px;
   }  
   
   h2 {    font-size:20px;
   		font-weight:bold;
        line-height:100%;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        letter-spacing:0.02em;
        word-spacing:0.1em;
		color:#CC0000; } 

   .button  {
  
  border-bottom-style:solid;
  border-bottom-color:#483D8B;
  border-bottom-width:1px;
  font-size:11px;
   		font-weight:bold;
        line-height:100%;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        letter-spacing:0.03em;
        word-spacing:0.2em;
   }   
   
h4 {    font-size:16px;
   		font-weight:bold;
        line-height:100%;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        letter-spacing:0.01em;
        word-spacing:0.1em;
		color:#000000; }
		
body { background-color:#D3D3D3;
     margin-left:25px; 
	 margin-top:0px }

td,li  { font-size:10px;
        line-height:100%;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        letter-spacing:0.01em;
        word-spacing:0.1em;
		color:#000000; }

ul#Navigation {
    width: 140px;
    margin: 0; padding: 0px;
    border: 0px solid aqua;
    background-color: white;
  }

  ul#Navigation li {
    list-style: none;
    margin: 1px; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0 0 0 0px; padding: 0;
  }
  ul#Navigation li ul li {
    margin: 0.3em 0;
  }
  

  ul#Navigation a {
    display:block;
    padding: 2px;
    text-decoration: none; font-weight: normal;
    border: 1px solid aqua;
    border-left-color: aqua; border-top-color: 1px solid white;
    color: black; background-color: aqua;
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 120px;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 110px;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #E3E3E3;
  }		

a:link { text-decoration: none;  }
a:hover { text-decoration: underline; font-weight: bold; }
a:visited { text-decoration: none; color: red; }		
		
</style>


