
/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for all galleries */

/* Änderungen für die Vorschaubilder */
a.gallery, a.gallery:visited 
{display:block; 
display:inline-block; 
color:#000; 
text-decoration:none; 
border:1px solid #bebebe; 
width:75px; 
height:39px; 
float:left; 
margin: 0 6px 6px 0; 
z-index:50;}

a.gallery:hover {border:1px solid #bebebe;}

a.slidea {background:url(img/galerie1/intothesun1.jpg);}
a.slideb {background:url(img/galerie1/kamera1.jpg);}
a.slidec {background:url(img/galerie1/wingmount1.jpg);}
a.slided {background:url(img/galerie1/ballon1.jpg);}
a.slidee {background:url(img/galerie1/windraeder1.jpg);}
a.gallery em, a.gallery span {display:none;}


/* styling for BOTTOM gallery */
#container_bottom {position:relative; width:415px; height:415px; /*background:#d1c8c3;*/  margin-left:0px;}
#container_bottom img {border:0;}
#container_bottom .thumbs {position:absolute; left:0; bottom:0; height:114px;}
#container_bottom a.gallery:hover span {display:block; position:absolute; width:402px; height:50px; top:-45px; left:-5px; padding:5px; font-style:italic; color:#fff;  z-index:100; margin: 4px 0 0 0;}
#container_bottom a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {border:1px solid #000000;} /* Border der Thumbs im geklickten Zustand */
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {display:block; position:absolute; width:445px; height:223px; top:-301px; left:0px; padding:5px; color:#000; border:1px solid #bebebe; z-index:50;} /*AKTIVES BILD GROß*/
#container_bottom h1 {clear:both; margin:0; padding-top:80px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_bottom h1 em {font-size:0.6em; color:#000;}

#container_bottom .vorschaubild {display:block; position:relative; top:0px; left:0px; padding:5px; border:1px solid #bebebe; z-index:1; width:445px; height:223px;}
