
#galerie {
   text-align:left;
   padding:20px 0 0 15px;
}
#galerie img {
   max-width:690px;
   height:auto;
}
.vorschau {
   display:inline-block;
   position:relative;
   margin:0 13px 13px 0;
   padding:5px;
   border:1px solid #faf6df;
}
.vorschau:hover {
   border:1px solid #16808c;
}
form.bearbeiten_text {
   padding:10px 0 0;
}
form input[type="text"] {
   display:inline-block;
   vertical-align:middle;
   padding:5px 0;
}
form div {
   margin:0 0 4px;
}
input.bearbeiten_text, input.upload {
   margin:0 0 0 124px;
}

label.bearbeiten, label.upload {
   display:inline-block;
   line-height:1.4;
   vertical-align:middle;
   width:120px;
}
form.bearbeiten {
   text-align:right;
   position:absolute;
   padding:5px 5px 0 0;
   top:0;
   right:0;
 
   height:27px;
}
button.bearbeiten {
   border:1px solid #16808c;
   position:absolute;
   right:29px;
   width:25px;
   height:25px;
   background:url(images/bearbeiten_button.jpg)  0 0 no-repeat;
   background-size: 25px 50px;
}
button.loeschen {
   border:1px solid #16808c;
   width:25px;
   height:25px;
   background:url(images/loeschen_button.jpg)  0 0 no-repeat;
   background-size: 25px 50px;
}
button.bearbeiten:hover, button.loeschen:hover {
   background-position: 0 -25px;
}
#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}
 
#bar_color {
  background-color: #41a62a;
  height: 20px;
  width: 0px;
}
 
#bar_blank {
  display: none;
}

.fehlermeldung {
   color:#ff0000;
   font-weight:bold;
}

.uploaderfolg {
   color:#41a62a;
   font-weight:bold;
}