/* Wichtige Farben
Dunkelgrün = #007A00
Grün =             #00B800
*/


/* Abstände aller Elemente werden auf Null gesetzt + weitere Formatierungen
*/
html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
      background: #007A00;
      background-repeat:no-repeat;
      font-size: 101%;
      text-align:center;
      margin:0px;
       }



/* Anfang Gallery*/
#gallery {  position:absolute;
            width:900px;
            height:530px; z-index:1;
            left: 20px; top: 20px;
            border: 1px solid #007a7a;
            margin: 0px auto 0px auto;
            background-color : #00B800;
            padding: 10px;
            overflow : auto;
            text-align: center;
            }

#gallery h1 {
            color: #fff;
            font-size: 1.6em;
         }


#gallery p { font-size: 0.8em;
    line-height: 1.0em;
color: #0F0F0F;
   }

#gallery klein { font-size: 0.6em;
        line-height: 1.0em;
      color: #0F0F0F;
   }

#gallery img { border: 0px;  }

#gallery a  { color: #000;
text-decoration: none;
font-weight: 600;
font-size: 0.9em;}

#gallery a:hover  { color: yellow;
text-decoration: none;
font-weight: bold;
font-size: 0.9em;}


/* Ende Gallery*/
