#fotobox2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #277055;
	float: left;
	padding-right: 20px;display:block;
}
#fotobox2 a img {
border: 1px solid #006600;
display:block;
width:200px;
height:298px;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#fotobox2 a:hover {
padding:0;
}

/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
/* #fotobox2 a:hover img {
/* width:200%;
/* height:200%;
/*}
/* Diese Anweisung fr die Anzeige in Geckos, Safarie und Opera */
#fotobox2 img:hover, #fotobox2 a:hover img  {
width:300px;
height:447px;
}


