.gallerie {
 background-image: url(../img/gallerie/ecke.png);
 background-repeat: no-repeat;
 background-position: right bottom;
 border: 2px solid #ccc;
 width: 200px;
 height: 200px;
 float: left;
 margin: 0px 10px 10px 10px;
 cursor: pointer;
 padding: 5px;
 position: relative;
 background-color: #FBFBFB;
}

.gallerie .image {
 text-align: center;
}

.gallerie .quer {
 border: 1px solid #ccc;
 width: 99%;
 max-height: 150px;
}

.gallerie .hoch {
 border: 1px solid #ccc;
 height: 150px;
}

.gallerie .txt {
 margin: 5px 2px 0px 2px;
 font-size: 9pt;
}

.gallerie .picture_count {
 margin-left: 2px;
 position: absolute;
 bottom: 5px;
 font-size: 9pt;
 color: #BBB;
}

.gallerie .options {
 position: absolute;
 bottom: 2px;
 right: 30px;
}

.picture {
 border: 1px solid #ccc;
 position: relative;
 width: 200px;
 height: 200px;
 float: left;
 margin: 0px 10px 10px 10px;
 cursor: pointer;
 padding: 5px;
}

.picture .image {
 text-align: center;
}

.picture .quer {
 border: 1px solid #ccc;
 width: 99%;
 max-height: 150px;
}

.picture .hoch {
 border: 1px solid #ccc;
 height: 150px;
}

.picture .txt {
 margin: 5px 2px 0px 2px;
 font-size: 9pt;
}

.picture:hover .txt {
 text-decoration: underline;
}

.picture .options {
 position: absolute;
 bottom: 2px;
 right: 5px;
}

#picture_edit {
 float: right;
}
