
/*FOTOZOOM-SINGULAR */
#fotobox {
	position:				absolute;
	left:					-122px; 
	top:					140px; 
	width:					170px;
	
	margin:					20px;
	padding:				10px;
	border:					3px solid #FB7E03;
	background:				#3F8CC5;
	font-weight:			bold; 
	font-family: 			Verdana, Tahoma, Arial, Helvetica; 
	font-size: 				9pt; 
	color:					white;
	z-index: 				500;
}

#fotobox a img {
	float: 					left;
	height:					97px;
	
	width:					150px;
	border:					3px solid #FB7E03;
	margin:					0 0 5px 5px;
}

/* Diese Anweisung für die Anzeige in Geckos, Safarie und Opera */
#fotobox img:hover {
	width:					400px;
	height:					259px;
}

/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#fotobox a:hover img {
	width:					400px;
	height:					259px;
}

/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#fotobox a:hover {
	padding:	 			0; 
}

#fotobox p {
	padding:	 			0; 
	margin: 				0;
	font: 					500 0.75em/1.5 verdana,arial,helvetica,sans-serif;
}
/*FOTOZOOM-SINGULAR ENDE */


/*FOTOZOOM-GALERIA */
#fotobox_galeria {
	width:					200px;
	margin:					10px;
	padding:	 			20px;
	border:					3px solid #FB7E03;
	background:				#3F8CC5;
	color:					white;
	z-index: 				5000;
}
#fotobox_galeria a img {
	float:					left;
	height:					80px;
	width:					147px;
	border:					2px solid #FB7E03;
	margin:					0 0 5px 5px;
}

#fotobox_galeria img:hover {
	width:					200px;
	height:					120px;
}

#fotobox_galeria a:hover img {
	width:					200px;
	height:					120px;
}

#fotobox_galeria a:hover {
	padding:	 			0; 
}
#fotobox_galeria p {
	padding: 				0; 
	margin: 				0;
	font: 					500 0.75em/1.5 verdana,arial,helvetica,sans-serif;
}

	.h2 { 		
		color: 						white;
		font-weight:				bold; 
		font-family: 				Verdana, Tahoma, Arial, Helvetica; 
		font-size: 					9pt; 
	} 
/*FOTOZOOM-GALERIA */

