/* CSS Document */

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

#piclabels {
	clear: both;
	width: 150px;
	height: 50px;
	float: left;
	text-align: left;
	/*background-color: #99FFCC;*/
}
#picturegallery {
	float: left;
	width: 770px;
	padding: 25px 0px 30px 0px;
	text-align: right;	
	/*background-color: #99FF00;*/
}
	#thumbContainer {
		width: 200px;
		padding: 0px 0px 0px 0px;
		background-image: url(/pictures/basic/picgallery_grid.gif);
		background-repeat: repeat-y;
		background-position: right top;
		overflow: hidden;
    float: left;
	}
  	#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;
  	}
  
  #detail {
    width: 570px;
		float: right;
		padding: 0px 0px 25px 0px;
  }
