/* 
    Document   : galerie
    Created on : 31.08.2009, 15:51:02
    Author     : Nico
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* ===============
  Die Galerie f&uuml;r Galerieseite und Vermietung */

/* Nur f�r IE6 */
* html div.galerie { height: 1%; }

div.galerie {
    overflow: hidden; /* zum Umschlie�en der Floats */
    padding: 3% 3% 1% 3%;
    
}
div.galerie img {
    /*float: left;*/    
    padding: 4px;
    border: 1px solid #ddd;
    border-right-color: #aaa;
    border-bottom-color: #aaa;
    margin-right: 15px;
    margin-bottom: 3px;
}

div.picture{
    float: left;
    margin: 10px;
    text-align:center;
    width:250px;
    height:210px;
     overflow: hidden;
}
.box{
    padding-left: 60px;
     overflow: hidden;
}

