/* CSS Document */

#galerie li
{
list-style-type: none;
float: left;
margin: 0 4px 8px 4px;
padding:0;
position: relative;
}

#galerie img
{
width: 145px;
height: 115px;
display: block;
padding: 0;
margin:0;
border: 1px solid #333333;
background-color:#dedede;
}


#galerie a .gross
{
display: none;
padding:2px 2px 26px 2px;
}

#galerie a .text
{
display: none;
}

#galerie a:hover .gross
{
width: 262px;
height: 232px;
display: block;
position: absolute;
top: -90px;
left: -65px;
z-index: 1;
background-color:#333333;

}

#galerie a:hover .text
{
display: block;
width: 240px;
position: absolute;
top: 145px;
left: -50px;
z-index: 1;
text-align: center;
font-weight: normal;
color:#fff;
font-size:10px;

}


#refs {
padding:0; margin:0; position: relative; height:440px;
}

#refs li {
width: 145px;
height: 115px;
list-style: none; 
display: inline; 
margin: 0; 
padding:0 5px 0 0; border:none;
}


/*--Spezialangaben f&uuml;r den Internet Explorer 7--*/
*+html #galerie a:hover { z-index: 1;}
*+html #galerie li{position: static;}
*+html #galerie a {position: relative;}

*+html #refs li{position: static;}

/*--Spezialangaben f&uuml;r den Internet Explorer 6--*/
*html #galerie a:hover { z-index: 1;}
*html #galerie li{position: static;}
*html #galerie a {position: relative;}

*html #refs li{position: static;}


