/* CSS Document */

/* bildergallerie ---------------------------------------------------------------------------- */

#piclabels {
	clear: both;
	width: 150px;
	height: 50px;
	float: left;
	text-align: left;
	/*background-color: #99FFCC;*/
}
#picturegallery {
	width: 500px;
	padding: 0px 0px 25px 0px;
	text-align: right;	
	float: right;
	/*background-color: #99FF00;*/
}
	#detail {
		clear: both;
		padding: 0px 0px 15px 0px;
	}
	#thumbContainer {
		width: 480px;
		padding: 0px 0px 0px 20px;
		background-image: url(/pictures/basic/picgallery_grid.gif);
		background-repeat: repeat-y;
		background-position: right top;
		overflow: hidden;
	}

	#picturegallery .thumb {
		text-align: right;
		width: 80px;
		height: 80px;
		margin: 0px 0px 0px 0px;
		float: left;
		/*border: 0px;*/
	}
	#picturegallery .thumb:hover {
		/*width: 80px;
		height: 80px;
		margin: 0px 0px 0px 0px;
		float: left;
		border: 0px;*/
	}
	#picturegallery .thumbBlank {
		/*width: 75px;
		height: 75px;
		margin: 0px 0px 0px 0px;
		float:right;
		background-color: #CCCCCC;
		border: 1px solid #4f5a65;*/
	}
	#picturegallery .thumb img {
		border: 0px;
		width: 74px;
		height: 74px;
		padding: 3px;
	}
	#picturegallery .thumb img:hover {
		border: 0px;
		width: 80px;
		height: 80px;
		padding: 0px;
	}