h1 {
  color:#000000;   /* Farbe schwarz */
  font-size:14pt;  /* Größe 14pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
}

h2 {
  color:#00000;   /* Farbe schwarzb */
  font-size:12pt;  /* Größe 12pt   */
  font-family:arial, lucida console, sans-serif; /* Schriftart */
}

h3 {
  color:#000000;   /* Farbe black */
  font-size:10pt;  /* Größe 10pt   */
  font-family:arial, lucida console, sans-serif; /* Schriftart */
}





#navi {
   text-align:left;               /* Textausrichtung     */
   margin-top:5px;               /* Außenabstand oben kompl oben ist -15  */
   margin-bottom:5px;            /* Außenabstand unten  */
   margin-left:5px;              /* Außenabstand links kompl links bündig ist -49 */
   margin-right:5px;             /* Außenabstand rechts */
 }

 #navi ul {
   list-style:none;               /* keine Aufzählungspunkte */
 }

 #navi li {
  
   margin-left:1px;               /* Abstand zwischen den Rechtecken Außenabstand oben */
   width:90px;                     /* Breite des Links  */

/*   float:left;                      Anordnung links oben horizonzal  */




   background-color:orange;        /* Hintergrundfarbe  */
   border-top:1px #EE8844 solid;     /* Rahmenfarbe Auflistungpunkt oben Ocker */
   border-left:2px #EE8844 solid;  /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom:1px #EE8844 solid;    /* Rahmenfarbe unten  */
   border-right:2px #EE8844 solid;    /* Rahmenfarbe unten  */

   margin-top:1px;                /* Außenabstand oben zum Browserrand  */
   padding-top:1px;                /* Innenabstand Buttom zum Text oben  */
   padding-bottom:1px;             /* Innenabstand Buttom zum Text unten */
   padding-left:1px;               /* Innenabstand Buttom zum Text links */
   padding-right:1px;              /* Innenabstand Buttom zum Text rechts */
 }

#navi a:link    { color:white; font-size:10pt; font:normal 10pt verdana, arial,helvetica; text-decoration:none; }

<!-- -family:arial, "lucida console", sans-serif; text-decoration:none; }


/*  #navi a:visited { color:red;  text-decoration:line-through; }  */


#navi a:focus   { color:green;  text-decoration:solid; }
#navi a:hover   { color:black;  text-decoration:solid; }
#navi a:active  { color:red;    text-decoration:solid; }

/*   weiter Möglichenkeiten wären underline für solid  */



#rechts {
    float:right;
    width:100px;
    height:150px;
    padding-right:30;
    border:2px solid blue;
}