 

BODY {
      background-image : none;
      background-color : #ffff00;
     
      font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
      line-height : 110%;
      color : #000000;
      margin: 0px; 
      }
      
.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 130px;
    left: 3px;
    width: 135px;
    height: auto;
    font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
    }
    
    .FtNavigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
   /* top: 100px;*/
    left: 135px;
    width: 135px;
    height: auto;
    font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
                      /*have the navigation elements better separated*/
    }
   
   .floatleft
		{
			float: left;
			width: 136px;
			height: 193px;
			 background-image : none;
			background-color:transparent;
			border: 2px solid #990000;
		
			margin: 10px;
		}

   		
.clearboth
{
    clear:both;
}
 
.Inhalt {/*this is the main content area*/
    background-image : none;background: #ffff00;
    /*declare a color together with a contrasting background-image : none;background color*/
    color: #000000;/*to insure readability*/
    margin-left: 160px;
     line-height : 120%;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 10px;/*space to separate navigation and content*/
    font-family : "Comic Sans MS", Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #ffffff; 
   /*to insure that NN4.xx renders the background-image : none;background-color of the content area*/
    }

.Header {
    margin-top: 10px;
    margin-left: 30px;
    Color: #000000;
     font-size: 150%:;
    font-weight: bolder;

    } 
    
 .HeaderTxt {
    font-size: 120%:;
    font-weight: bolder;

    margin-top: 10px;
    margin-left: 145px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
     Color: #000000;
    } 

    
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background-image : none;background: #000066;
  color : #000000;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }

.navbox {/*button-like box for the left-side navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }
   
   
.ftnavbox {/*button-like box for the left-side navigation*/
   float: left;
   width: 100px;
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }

.rightnavbox {/*button-like box for the left-side navigation*/
   float: right;
   width: 100px;
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   border-color: #FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }


P, OL, UL, DL {font-size: 15px;}
/*font-family is already defined, here I