
body
 { font-family: Verdana, Arial, Helvetica, sans-serif;
   color: navy;
   background-color: white;
   background-image: url(gif/hg3_engel.gif);
   margin-top:5px;
   margin-left:5px;
   margin-right:0px;
   margin-bottom:0px;
   font-size: 1em;
 }

body.pic
 { font-family: Verdana, Arial, Helvetica, sans-serif;
   color: navy;
   background-color: white;
   background-image: url(gif/hg3_engel.gif);
   margin-top:10px;
   margin-left:15px;
   margin-right:0px;
   margin-bottom:0px;
   font-size: 1em;
 }


td
{
   font-size: 0.9em ;
}

td.black
{
   font-size: 0.8em ;
   color: black;

   }

th.engel
{
   font-size: 0.95em ;
   color: #526bb5;

   }







.klein
{
   font-size: 0.8em ;
}

a.navi{
  color: #008000;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a.navi:link{
  font-size: 12px;
  color: #008000;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
a.navi:visited{
	font-size: 12px;
  color: #008000;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a.navi:hover{
  font-size: 13px;
  color: #008000;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
a.navi:active{
	font-size: 13px;
  color: #008000;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }


a:link
{
  color: #004566;
  text-decoration: underline;
}


a:visited
{
  color: #009596;
  text-decoration: underline;

}

a:hover
{
  color: #004566;
  text-decoration: underline;
}

a:active
{
  color: #004566;
  text-decoration: underline;
}

hr
{
  height: 1px;
  color: #000080;
}

#container {
	overflow: hidden;
	width: 100%;
         position:relative;
         background: url('../pix/bg_nav.gif') repeat-y;

}


#titel{
      color: black;
      font-size: 30px;
      font-weight: bold;
      background-color: #6ab1d7;
      background-image: url(../pix/head1.jpg);
      background-repeat: repeat-y;
      margin-top: 0px;
      margin-left: 0px;
      padding: 0 0 0 0;
      text-align: left;
      width: 100%;
      height: 240;
    }

#nav{
      float: left;
      color: black;
      background-color: #6ab1d7;
      margin-top:  0px;
      margin-left: 0px;
      text-align: left;
      width: 150px;
    }
#inhalt{
      color: black;
      background-color: white;
      background-image: url(../pix/bg.jpg);
      margin-top: 0px;
      margin-left: 180px;
      padding: .2em .2em 0 .4em;
      text-align: left;
    }
