@CHARSET "ISO-8859-1";


div#PersonAuswahl{
	width:330px;
	text-align: left;
	position: relative;
	top: -135px;
	left: 648px;
	
}

div.image{
	float:left;	
	position: relativ;
	width: 46px;
	margin-right:11px;
	margin-bottom:11px;
	background-color:#ff0000;
	height:49px;
}

img#small{
	position: absolute;
}

div.image:hover img#small{
	z-index:3;
}

div.hover{
	z-index:2;
	overflow: hidden;
	position: relative;
	color:white;
	font-size:12px;
	width:0px;
	background-color:#ff0000;
	height:49px;

}

div.image:hover div.hover{
	overflow: hidden;
	position: relative;
	color:white;
	font-size:12px;
	z-index:2;
	background-color:#ff0000;

	height:39px;
	padding:5px;
}


.color1{
	background: green;
}
.color2{
	background: green;
}
.color3{
	background: green;
}
.color4{
	background: green;
}

