body {
      background:url(pix/taraxacumbg.jpg);
      font-size:99%;
      color:black;font-family:"Lucida Handwriting","Times New Roman",Arial,Helvetica,Serif;
      }
img {float:right;border:1px solid black; padding:5px;margin:5px; width:200px;}      
#rezept {
         background:white;
         padding:15px;
         margin:25px;
         border:5px solid #455911;
         }
#rezept a:link, a:visited {
        border-bottom:2px dotted red;
        color:black;
        text-decoration: none;
        }

#rezept a:hover {
          border-bottom:2px dotted blue;
          text-decoration: underline;
          color:red;
          }

h1 {
    font-size:28px;color:#455911;
    text-align:center;
    }
h2 {
    font-size:20px;color:#455911;
    text-align:center;
    }
h3 {
    font-size:16px;color:#000000;font-weight:bold;
    }
.rahmen {
         border:1px solid red;
         padding:5px;
         margin-top:5px;
         }

ul {
         list-style-type:none;
         }
.menu   {
        margin-top:30px;
        }
.menu li{
         display:inline;
         border:1px solid #455911;
         padding:10px 5px 10px 5px;
         text-align:center;
         margin:15px;
         }
legend {
        margin:10px 0 10px 0:
        }
input.submit {
              background-color:green;
              color:white;
              border:1px solid #455911;
              }
