﻿.galerie li
{
list-style-type: none;
float: left;
margin: 0 10px 10px 0;
text-align: center;
font-weight: bold;
position: relative;
}

.galerie img
{
	width: 100px;
	height: 100px;
	display: block;
	padding: 3px;
	border: 1px solid #8B0000;
} 

.galerie a .gross
{
display: none;
}

.galerie a:hover .gross
{
width: 250px;
height: 250px;
display: block;
position: absolute;
top: -50px;
left: -50px;
z-index: 1;
background: #fff;
}

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

/*--Spezialangaben für den Internet Explorer 6--*/
*html .galerie a:hover {display: block; z-index: 1;}
*html .galerie li{position: static;}
*html .galerie a {position: relative;} 
