/* 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 */


#wrapper { height: 245px;
           width: 850px;
           margin-top: 40px;
           margin-bottom: 30px;
           margin-left: 10px;
           margin-right: 10px;
           border: 1px solid #D0D0D0;
           background-color: #DDDDDD;
         }



/* Formatierung horizontale Gallerie */

#gallery2 { float: left;
            width: 800px;
            height: 200px;
            padding: 10px;
            border: 2px solid #D0D0D0;
            margin-top: 10px;
            margin-left: 10px;
            

          }
#galleryh {
  padding:0;
  margin:0;
  list-style-type:none;
  overflow:hidden;
  width:800px;
  height:200px;
  border:0px solid #888;
  
  }
#galleryh li { float: left; }

#galleryh li a {
  display:block;
  height:200px;
  width:800x;
  float:left;
  text-decoration:none;
  border-right:1px solid #fff;
  cursor:default;
  }
#galleryh li a img {
  width:36px;
  height:200px;
  border:0;
  }
#galleryh li a:hover {
  background:#eee;
  width:330px;
  }
#galleryh li a:hover img {
  width:320px;
  }

