/***** HTML elements *****/

  body {
    background: url(data/images/lotus-background_tile.jpg);
    font-size: 100.01%;
    font-family: Helvetica, Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

body, a {
  color: #194f5b;
}

h1, h2, h3, h4, h5, h6 {
  margin: 16px 0 8px 0;
}
h1, h2 {
  font-family: Garamond, Georgia, serif;
}
h3 {
  color: #22809f;
  font-size: 1.25em;
}
h3 a {
  color: #22809f;
}
h4, h5, h6 {
  font-size: 1em;
}

a {
  color: #4e99b2;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-shadow: #afc7cc 2px 2px 1px;
}
a img {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 1.3em;
  list-style-type: circle;
}
li {
  margin-bottom: 1em;
}

  div#main {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: auto;
    padding: 0;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #fed url(../../../src/logo.gif) no-repeat 100% 45%;
    border-bottom: 1px solid silver;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#menu {
    position: relative;
    margin: 0 0 1em 1em;
    padding: 0;
    width: 808px;
    float: left;
  }
  
  div#menu img {
    float: left;
  	
}

#english {
   position: absolute;
   top: 427px;
   left: 102px;
   width: 213px;
   heigth: 30px;
}
   #english a {
      width: 213px;
      height: 30px;
      display: block;
      text-indent: -9999px;
   }

   #english a:hover {
      background: url(data/images/lotus-postcard_02_button_english_hover.jpg) no-repeat center;
   }
   #english a:visited {
      background: url(data/images/lotus-postcard_02_button_english_clicked.jpg) no-repeat center;
   }

#german {
   position: absolute;
   top: 457px;
   left: 102px;
   width: 213px;
   heigth: 32px;
}

   #german a {
      width: 213px;
      height: 32px;
      display: block;
      text-indent: -9999px;
   }

   #german a:hover {
      background: url(data/images/lotus-postcard_02_button_deutsch_hover.jpg) no-repeat center;
   }
   #german a:visited {
      background: url(data/images/lotus-postcard_02_button_deutsch_clicked.jpg) no-repeat center;
   }


  div#imageblock {
    display: block-inline;
    margin: 0 0 1em 1em;
    padding: 0 1em;
    width: auto;
    float: left;
  }
  div#imageblock h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#imageblock p {
    font-size: 1em;
    margin: 1em 0;
  }





