/* CSS-Datei: PhotoGallery
   erstellt am 1.10.2008
   Autor: Sadjak Franz
   Dateiname: cssgallery.css
   Quelle: http://www.cssplay.co.uk/menu/gallery3l */

/* Formatierungen body, wrapper */

body {  }
#wrapper { height: 520px;
           width: 400px;
           margin: 80px auto;
           border: 0px solid #fff;
           
         }
/* Formatierung vertikale Gallerie */

#flower_gal { float: left;
            margin: 30px 50px 30px 30px;
            width: 322px;
            height: 427px;
            border: 1px solid #fff;
            padding: 10px;
            background-color: #65220A;
          }
#galleryv {
  padding:0;
  margin:0;
  list-style-type:none;
  overflow:hidden;
  width:320px;
  height:425px;
  border:1px solid #888;
  background:#ffffff url(images/gallery_flower.jpg);
  }
#galleryv li a {
  display:block;
  height:30px;
  width:320px;
  text-decoration:none;
  border-bottom:1px solid #fff;
  cursor:default;
  }
#galleryv li a img {
  width:320px;
  height:30px;
  border:0;
  }
#galleryv li a:hover {
  background:#ffffff;
  height:240px;
  }
#galleryv li a:hover img {
  height:240px;
  }





.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #993300}
.textFETT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #993300 }
.overschrift { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #993300 }
.text_tiny { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #993300 }
