/*Dorma*/
#dormaGallery_position { /*im Textfluss*/
   margin: 3em;
}

#dormaGallery {
   position: relative;
   width: 810px;
   height: 400px;
   border: 1px solid #000000;
   background-color: #od2027;
   
}

#dormaGallery img {
   width: 810px;
   height: 350px;
   margin: 15px;
}

#dormaGallery a, #dormaGallery a:visited {
   display: block;
   float: left;
   width: 80px;
   height: 53px;
   margin: 4px;
   border: 1px solid #000000;
   text-decoration: none;   
}

#dormaGallery a span, #dormaGallery a strong { /* loading-Block */
   display: none;
}

#dormaGallery a span em {
   display: block;
   width: 384px;
   height: 256px;
   margin: 0;

}

#dormaGallery a:focus, #dormaGallery a:active  {
   border: 1px solid #666666;
}

#dormaGallery a:focus span, #dormaGallery a:active span  {
   position: absolute;
   display: block;
   left: 200px;
   top: 100px;
   width: 386px;
   z-index:1;
   font-size: 0.8em;
   color: #000000;
}


#dormaGallery a:focus strong, #dormaGallery a:active strong  { /* loading-Block */
   position: absolute;
   display: block;
   left: 200px;
   top: 100px;
   width: 384px;
   height: 280px;
   background-color: #od2027;
   color: #1199FF;
   font-size: 0.8em;   
}