 body {
     background-image: url(/img/gruen_schmierig.jpg);
     background-repeat: no-repeat;
     background-size: cover;
 }

 /*  
hintergrundgrafik einbinden: body {}, mit absolutem pfad an: projekt ordner ist gleich 
        = recipebook im ordner img ist die grafik von Mazey: wolken.jpg
../img ordner/dateiname.erweiterung */


 h1 {
     /* Vordergrundfarbe ist gleich: color: ; */
     font-size: 24px;
     color: #00008B;
     background-color: #00FFFF;
     font-family: "Arial"sans-serif;
     font-weight: bold;
 }

 h1#My_Recipebook {
     background-color: purple;
     color: azure;
 }

 h2 {
     background-color: #00008B;
     color: #ffffff;
     font-size: 2.5em;
     text-align: center
 }

 h2#Contents {
     color: red;
     background-color: yellow;

 }

 h3 {
     color: rgb(100, 100, 100);
     background-color: rgb(0, 0, 0);
     font-family: "fantasy";
     font-size: 2.5em;
     text-align: right;

 }

 h3.Land {
     background-color: blue;
     color: yellowgreen;
 }

 p {
     font-family: "Times New Roman", sans-serif;
     font-size: 30px;
     color: black;
 }
p.manno {
    font-style: italic;   
    }
span.leerzeichen {
    font-family: monospace;
    }
p.schriftgroesse {
    font-size: 132px;
    font-style: oblique;
}
 q {
     background-color: aquamarine;
 }

 ol {
     font-size: 1.5em;
     /* color: ; gibt den Wert nur für die aufgezählten Punkte aus */
     color: #000066;
 }

 ol li a {
     color: darkgoldenrod;
 }


 ul {
     font-family: Helvetica;
     background-color: #3399ff;
     font-size: 2.0em;
     font-style: italic;
 }

 table,
 thead,
 th,
 td {
     border: 1px solid #040;
     border-collapse: collapse;
     font-family: cursive;
     font-size: 1.3em;
     text-align: left;
     padding: 5px;
 }

 thead {
     font-weight: bold;
     color: deeppink;
 }

 tbody {
     color: blue;
     background-color: yellow;
 }

 tfoot {
     color: green;
     font-weight: bold;
     font-size: 3, 5;
 }

 img comic {
     padding-top: 100px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 300px
 }

 address {
     font-size: 2.5em
 }

 button {
     font-family: monospace;
     font-size: 36px;
 }
