/*CSS-Datei fuer Fotos Uebersicht und Fotoalbum*/


.previewbox {
	/* Gesamtbreite (ie6, firefox: 164)*/
	/* Gesamtbreite = width+padding+border */
	/* In der Uebersicht Bild maximale Hoehe: 113px */	
	width: 300px;
	height: 225px;
	padding: 2px;	
	border-width: 0px;
	margin: 1px;
	margin-bottom: 4px;
	float: left;
  border-style: solid;
	border-color: #663300;
}

.previewbox p {
	padding: 5px 0;
  text-align: center;
}

.previewbox img { border: 0px none;}
.previewbox:hover {background-color: #FFCC66; background-position: 0 0;}

