BODY {
      background-color : #ffff00;
      background-image: url(../wllogo.gif);
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
      margin: 0px; 
      }

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 162px;
    left: 5px;
    width: 128px;
    height: auto;
    backround-color: #666666;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/
.Header {
    margin-top: 0px;
    margin-left: 20px;
    background-color: #ffff00;
    } 

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFF00;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  padding : 5px;
  margin-left: 1px;
  margin-right: 61px;
  border-color : #ffff00;
  border-style : ridge;
  border-width : 1px;/* the border property in longhand*/
  }

.Inhalt {/*this is the main content area*/
    background: #ffff00;
    background-image: url( ../metal3.gif);
    /*declare a color together with a contrasting background color*/
    color: #000000;/*to insure readability*/
    margin-left: 165px;
    /*to position the content area to the right of the navigation*/
    margin-right: 15px;/*breathing space for the text*/
    padding: 10px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 18px;
    font-color: #FF0000;
    width: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

hr { 
height:20px; 
width:100%;
border:0; 
background:url(../images/cautiontape.gif) ;
} 


#myLI {
  display: inline;
  background: url(../images/bullet1.gif) no-repeat 0 50%;
  padding: 0 10px 0 15px; 
}

p{

font-family: arial, helvetica, san-serif;
font-size: 80%;
line-height: 130%;
width: 90%;
}

.red{
color: #ff0000;
font-family: arial, helvetica, san-serif;
font-size: 80%;
line-height: 130%;
width: 90%;
}
