/* CSS Document */
#gallery_position { /*im Textfluss*/ 
   margin: 2em; 
} 

#gallery { 
   position: relative; 
   width: 505px; 
   height: 440px; 
   border: 1px solid #000000; 
   background-color: #FC9; 
    
} 

#gallery img { 
   width: 450px; 
   height: 338px; 
   margin: 9px; 
   border: 1px solid #000000; 
} 

#gallery a, #gallery a:visited, #gallery a:hover { 
   display: block; 
   float: left; 
   width: 75px; 
   height: 56px; 
   margin: 3px; 
   border: 1px solid #000000; 
   text-decoration: none;    
} 

#gallery a span, #gallery a strong { /* loading-Block */ 
   display: none; 
} 

#gallery a span em { 
   display: block; 
   width: 450px; 
   height: 338px; 
   margin: 0; 
   border: 1px solid #000000; 
} 

#gallery a:focus, #gallery a:active  { 
   border: 1px solid #666666; 
} 

#gallery a:focus span, #gallery a:active span, #gallery a:active:hover span  { 
   position: absolute; 
   display: block; 
   z-index: 100; 
   left: 9px; 
   top: 73px; 
   width: 452px; 
   font-size: 0.8em; 
   color: #000000; 
} 


#gallery a:focus strong, #gallery a:active strong, #gallery a:active:hover strong  { /* loading-Block */ 
   position: absolute; 
   display: block; 
   z-index: 100; 
   left: 9px; 
   top: 73px; 
   width: 411px; 
   height: 300px; 
   padding: 20px; 
   background-color:#B38F6B; 
   color: #1199FF; 
   font-size: 0.8em;    
} 
