/* galerie */

#galerie a{
  text-decoration:none;
  color:#000;
  font-size:12px;
}

#galerie a:hover{
  color:#209508;
}

.a-back-2-gal{
   position:absolute;
   top:45px;
   right:10px;	

}

#galerie{
	float:left;
  padding:0;
  margin:0;
  width:530px;
  border:1px solid red; 
}

.teaser{
  position:relative;
  float:left;
  padding:3px;
  margin:3px;
  width:520px;
  height:105px;
  font-size:12px;
  border:1px solid #DAECCB;
  background:#FFF;
  
 
}

.teaser .a-weiter{
	position:absolute;
	bottom:2px;
	right:3px;
	font-size: 13px;
}

.teaser img{
  border:1px solid #DAECCB;
  float:left;
  margin:0 20px 0 0;
}

.smallimg{
  position:relative;
  float:left;
  padding:2px;
  margin:10px 0 0 0;
  height:105px;
  font-size:12px; 
}

.smallimg .lupe{
   position:absolute;
   bottom:0;
   right:0;
   z-index:100;
   width:105px;
   height:105px;	
	
   background-image:url('../media/icons/lupe.gif');
   background-repeat:no-repeat;
   background-position:65px 65px;
}

.teaser img,
.smallimg img{
  border:1px solid #DAECCB;
  float:left;
}

.bigimg{
  width:530px;
  text-align:center;
}

.gal_txt{
  padding:10px;	
  clear:left;
}
