
#gallery_position { /*im Textfluss*/
   margin: 1em;
}

#gallery {
   position: relative;
   width: 450px;
   height: 350px;
   border: 1px solid #000000;
   background-color: #EFEDEC;
   
}

#gallery img {
   width: 302px;
   margin-top: 10px;
   margin-left: 26px;
}

#gallery a, #gallery a:visited {
   display: block;
   float: left;
   width: 80px;
   height: 53px;
   margin: 4px;
   border: 1px solid #000000;
   text-decoration: none; 
  
}

#gallery a span, #gallery a strong { /* loading-Block */
   display: none;
}

#gallery a span em {
   display: block;
   width: 302px;
   height: 227px;
   margin: 0;
   
}

#gallery a:focus, #gallery a:active  {
   border: 1px solid #666666;
}

#gallery a:focus span, #gallery a:active span  {
   position: absolute;
   display: block;
   left: 26px;
   top: 88px;
   width: 386px;
   z-index:1;
   font-size: 0.8em;
   color: #000000;
}


#gallery a:focus strong, #gallery a:active strong  { /* loading-Block */
   position: absolute;
   display: block;
   left: 27px;
   top: 87px;
   width: 384px;
   height: 256px;
   background-color: #EFEDEC;
   color: #1199FF;
   font-size: 0.8em;   
}


