@charset "utf-8";




#main_infobox_mitte_528_gallery
{
  margin-left:8px;
  margin-right:0px;
  margin-top:0px;
  padding: 0; 
  font-size:12px;
  
  
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #333;
}

.header {
  height: 25px;
  background: #111;
  color: #fff;
  text-align: center;
  font: 16px/32px Helvetica, Arial, sans-serif;
}

.header a {
  color: #eee;
}

.header a:hover {
  text-decoration: none;
}


 @keyframes example {
    from {color: white;}to {color: black;}
}

 @keyframes example2 {
    from {color: #252525;}to {color: #f02525;}
}

.gallerieImageText:hover span {
    animation-name: example;
    animation-duration: 0.2s;
}


#main_container_float-left_hauptmittelteil_762-auto:hover{
 animation-name: example2;
 animation-duration: 3.1s;
}





.gallerieImageText:hover span {
    
    
	
	background-color: red;
	background-color: hsla(0, 0%, 100%, 0.6);
	background-color: white;
    position: absolute;
	
	
	color: black;
	color:white;
	color:#5f1f1f;
    margin-top:110px;
	width: 130px;
    line-height: 2em;
    text-align: center;
}

.imgpic {
  width: 181px;
  height: 181px;
  
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #404040;
  float: left;
}

.imgpic:hover {
  cursor: pointer;
    border-radius: 5px;
  border: 1px solid #aaaaaa;
}


.opacityimg {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
	
}

.opacityimg:hover{

}


.opacityimg:hover{
   opacity: 0.5;
   filter: alpha(opacity=50);   
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
   transform: scale(1.00);
   	background-image:url("./images-background-dak/bg_10x10.png");
	
}

	  
		  
		  
}




