
 body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-image: url('image/bild.jpg'); 
    width :;
    min-width: 60em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    max-width: 88em;
  }
  p {
    margin: 1em 0 0 0em;  /* Positionierung des 'zurueck'-Links */
  }
  p  a {
    color:red;/* Farbe link Fußzeile */ 
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 9.9em; 
    margin-left:1.2em;
    width: 97%;
    border: 0px solid silver; 
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: absolute;
  }
  #fixiert img {
    height: 7em; float: right;
  }

  #Inhalt {
    margin-left: 13em; padding: 0 1em;
    margin-top: 2.5em;
    border-left: 1px ridge gray; border-top: 1px ridge gray; border-right: 1px ridge gray;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
     background-image: url('image/trans.png');
  }

  #Inhalt h1 {
    font-size: 1.6em;
    margin: 2em 5% 2em;
    color: maroon;
    border-bottom: 1px solid silver;
  }
  
   #Inhalt h2 {
    font-size: 1.1em;
    margin: 1em 3% 1em;
    color: blue;
    border-bottom: 0px solid silver;
  }
  
  
  #Inhalt p {
    font-size: 0.9em;
    margin: 1em 1em; 
    
  }
  

  
  #Inhalt1 {
    margin-left: 0.5em; padding: 0 1em;
    margin-top: 2.5em;
    border-left: 1px ridge gray; border-top: 1px ridge gray; border-right: 1px ridge gray;
  }
  * #Inhalt1 {  /* versteckt vor Netscape 4 */
    background-image: url('image/trans.png');
  }

  #Inhalt1 h1 {
    font-size: 1.6em;
    margin: 2em 5% 2em;
    color: maroon;
    border-bottom: 1px solid silver;
  }
  
   #Inhalt1 h3 {
    font-size: 1.1em;
    margin: 1em 3% 1em;
    color: blue;
    border-bottom: 0px solid silver;
  }
  
  
  #Inhalt1 p {
    font-size: 0.8em;
    margin: 1em 1em;
  } 
  
  
  
  #Fusszeile {
    position:relative;
    top:10px;
    font-size:x-small ;
    margin: 20em 0 0; padding: 0.5em;
    text-align: left;
    
    background-color: #def; border: 1px solid silver;
  }
#i_l {   /* Position Fenster links */
    position: absolute;
    margin-top: 1.6em; left: 0.5em;
    width: 9.4em;
     background-image: url('image/trans.png');
    border: 0px solid silver;
  }  
  #i_l {
    margin-left: 0.1em; padding:0  1em;
    border-left: 1px ridge gray; border-top: 1px ridge gray; border-right: 1px ridge gray;
  }
   * #i_l {  /* versteckt vor Netscape 4 */
     background-image: url('image/trans.png');
  }
   #i_l h2 {
    font-size: 1em;
    margin: 1em 5% 2em;
    color: maroon;
    border-bottom: 0px solid silver;
    text-align: center;
  }
  #i_l p {
    font-size: 0.7em;
    margin: 1em 0;
  }
  
  
  h6 {
    font-size: 1.9em;
    margin: 0.5em; padding: 0.9em;
    margin-left:0.7em;
    margin-right:0.3em;
    text-align: left ;
    height: 4em;
     overflow: hidden;
    background-color: transparent ;
    border: 1px ridge gray;
  }

  h6  { color: ; }

#Navigation {
    font-size: 0.7em;
    display: block;
    text-align: left;
    margin: 0 0 0.1em; padding: 0;
      
  }
  #Navigation li {
    list-style: none;
    margin: 0.1em; padding: 0.2em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.1em;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  ul#Navigation a:link {
    color: #000; background-color:transparent;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: #def;
      
  }
  ul#Navigation a:active {
    color: #666; background-color: #def;
  }
     /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.6em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;

  }

  /* Workaround fuer den IE 8 */
  *:first-child+html ul#Navigation ul {
    background-color:transparent; padding-bottom:0.4em;
  }


  .Block
{
   z-index: 0;
   position: relative;    margin: 0px;
}

.BlockContent
{
   position: relative;
   z-index: 1;
   overflow: hidden;
   padding: 10px 10px 10px 10px;
}

.BlockTL, .BlockTR, .BlockBL, .BlockBR, .BlockL, .BlockT, .BlockR, .BlockB, .BlockC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BlockTL, .BlockTR, .BlockBL, .BlockBR
{
   width: 17px;
   height: 17px;
}
.BlockTL
{
   top: 0;
   left: 0;
   background-image: url('image/BlockCorners.png');
}

.BlockTR div, .BlockBL div, .BlockBR div
{
    height: 34px;
    width: 13em;
    position: absolute;
    z-index: -1;
    background-image: url('image/BlockCorners.png');
}

.BlockTR div
{
    left: -17px;
}

.BlockBL div
{
    top: -17px;
}

.BlockBR div
{
    left: -17px;
    top: -17px;
}

.BlockTR
{
   top: 0;
   right: 0;
}
.BlockBL
{
   bottom: 0;
   left: 0;
}
.BlockBR
{
   bottom: 0;
   right: 0;
}
.BlockT, .BlockB
{
   left: 17px;
   right: 17px;
   height: 17px;
}


.BlockT
{
   top: 0;
   background-image: url('image/BlockHorizontal.png');
}

.BlockB
{
   bottom: 0;
}

.BlockB div
{
    position: absolute;
    z-index: -1;
    top: -17px;
    height: 34px;
    width: 100%;
    background-image: url('image/BlockHorizontal.png');
}

.BlockL, .BlockR
{
   top: 17px;
   bottom: 17px;
   width: 17px;
}
.BlockL
{
   left: 0;
   background-image: url('image/BlockVertical.png');
}
.BlockR
{
   right: 0;
}
.BlockR div
{
    position: absolute;
    z-index: -1;
    left: -17px;
    width: 13em;
    height: 100%;
    background-image: url('image/BlockVertical.png');
}
.BlockC
{
   left: 17px;
   top: 17px;
   right: 17px;
   bottom: 17px;
   background-image: url('image/BlockCenter.png');
}
.Columns
{
   overflow:hidden;
   padding: 5px 0px 5px 0px;
}

.Column1
{
    overflow:hidden;
    float:left;
    width:99%;
    font-size: 1.2em;
}

.Column2
{
    overflow:hidden;
    float:right;
    width:180px;
    
} 

.Column2 a
{
   color:blue;
   text-decoration: none;
}


.Column3
{
    overflow:hidden;
    float:left;
    width:180px;

}

.Column3 a
{
   color:blue;
   text-decoration: none;
   font-size:0.8em;
}

.Column3 h3
{
   color:maroon;
   text-decoration: none;
   font-size:1em;
}

.Column4
{
    overflow:hidden;
    float:right;
    width:230px;

}

.Column4 a
{
   color:blue;
   text-decoration: none;
}

.Column5
{
    overflow:hidden;
    float: none;
    width:755px;
    font-size: x-small;
    font-style: normal;
}

