/******************************************************/
/*                                                    */
/*     onVerein - programmiert von Stefan Wenzel      */
/*                                                    */
/******************************************************/

/************** Galerie ******************/

/*** Ordneransicht ***/

div.galerie_box {
 width:100%;
 margin:5px 0px;
}

div.galerie_rahmen {
 width:210px;
 margin:5px 0px 0px 5px;
 background-color:#ccc;
 float:left;
}

div.galerie_rahmen img {
 width:200px;
 margin:5px;
 border:0px;
}

div.ordner_box_content {
 float:left;
}

div.ordner_box_content p {
 margin:0px;
 padding:5px 10px;
}

div.bilder_rahmen {
 width:195px;
 margin:10px 5px 0px 5px;
 background-color:#ccc;
 float:left;
}

div.bilder_rahmen img {
 width:185px;
 margin:5px;
 border:0px;
}