/* CSS Document */
body  {
      background: lightblue url(green3.jpg);
      text-align: center;
      }
#index  {
        background-color: rgb(255,255,204);          /* elfenbein */
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 0.8em;
        }
p     {
      font-family: arial, sans;
      text-align: center;
      font-size: 1.3em;
      line-height: 1.8em;
      }
h1    {
      font-family: arial black, sans;
      font-size: 3em;
      color: white;
      background-color: rgb(0,0,153);
      text-align: center;
      }
h2    {
      font-family: arial, sans;
      font-size: 1.3em;
      color: white;
      background-color: rgb(0,0,153);
      text-align: center;
      }
h3    {
      font-family: arial black, sans;
      font-size: 3em;
      color: rgb(51,153,51);                             /* grün */
      text-align: center;
      }
h4    {
      font-family: arial black, sans;
      font-size: 3em;
      color: black;
      text-align: center;
      }
h5     {
      font-family: arial, sans;
      text-align: center;
      font-size: 1.3em;
      line-height: 1.8em;
      color: rgb(204,51,0);
      }
.rot {
      font-family: arial, sans;
      text-align: center;
      font-size: 1.3em;
      line-height: 1.8em;
      color: red;
      }
img   {
      margin-right: 1em;
      margin-left: 1em;
      margin-bottom: 0.5em;
      }
a:link  {
        color: rgb(0,0,153);
        }
a:visited   {
            color: black;
            }
a:hover, a:active   {
                     color:white;
                     background-color: rgb(0,0,153);
                     text-decoration: none;
                     }
.linkindex  {
            margin-right: 0.5em;
            margin-left: 0.5em;
            }
h1 a:link   {
        color: rgb(255,255,255);
        margin-right: 0.5em;
        margin-left: 0.5em;
        }
h1 a:visited   {
            color: white;
            margin-right: 0.5em;
            margin-left: 0.5em;
            text-decoration: none;
            }
h1 a:hover, a:active   {
                     color: red;
                     margin-right: 0.5em;
                     margin-left: 0.5em;
                     background-color: rgb(0,0,153);
                     text-decoration: none;
                     }
h2 a:link   {
        color: rgb(255,255,255);
        margin-right: 0.5em;
        margin-left: 0.5em;
        }
h2 a:visited   {
            color: white;
            margin-right: 0.5em;
            margin-left: 0.5em;
            text-decoration: none;
            }
h2 a:hover, a:active   {
                     color: red;
                     margin-right: 0.5em;
                     margin-left: 0.5em;
                     background-color: rgb(0,0,153);
                     text-decoration: none;
                     }

