/* CSS Document */

/* kaiservillen  ---------------------------------------------------------------------------------- */
#but_aplist {
	position: absolute;
	top: 288px;
	left: 0px;
}
a.but_applist {
	display: inline-block;
	width: 176px;
	height: 32px;
	background-image: url('http://kaiservillen.de/pictures/basic/176_butt_app_gross_01.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.but_applist:hover {
	background-position: 0px -32px;
}

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

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

	#picturegallery .thumb {
		text-align: right;
		width: 56px;
		height: 56px;
		margin: 0px 6px 6px 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: 52px;
		height: 52px;
		padding: 2px;
	}
	#picturegallery .thumb img:hover {
		border: 0px;
		width: 56px;
		height: 56px;
		padding: 0px;
	}
