/*  Panoramabilder-Thumbnails  */

#panocol1 {
	float: left;
	width: 345px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
	
#panocol2 {
	float: right; 
	width: 345px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}
	
.panothumbnail {
	margin: 0px 0px 3px;
	padding:0;
	border: thin dashed #CCCCCC;
	}
