/******************************************************/
/*                                                    */
/*    	    programmiert von Stefan Wenzel 	      */
/*                                                    */
/******************************************************/

/********************** Galerie ***********************/

/*** Ordneransicht ***/

div.galerie_box {
 width:100%;
 margin:10px 0px;
}

div.galerie_rahmen {
 width:210px;
 margin:0 5px 10px 10px;
 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 10px 10px 10px;
 background-color:#ccc;
 float:left;
}

div.bilder_rahmen img {
 width:185px;
 margin:5px;
 border:0px;
}