﻿/* CSS Image Hovering  */

#set-display {
	position: relative;
	float: right;
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 675px;
	height: auto;
	padding: 0;
	z-index: 1;
	padding-left: 10px;
}
#set-display a {
	text-decoration: none;
	/*border-width: 0;*/
}
#set-display img {
	border: 1px solid #CCC; padding: 1px; 	/* Rahmen Farbe und Spacing um die Bilder */
	z-index: 1;
}
#set-display img.th {
	width: 55px; 				/* Größe der Grafiken */
	height: 81px;
	z-index: 1;
}
#set-display img.full {
	z-index: 500;
}
#set-display a:hover {
	text-decoration: none;
	border-width: 1px;
	/*width: 100px;
	height: 100px;*/
}
#set-display a .th {
	z-index: 1;
	/*border-width: 0;*/
}
#set-display a img.full {
	float: none;
	position: absolute;
	right: -10px; /* was 10 */
	/* moved 2 above from a:hover .full (and .fullv) below */
	width: 0;
	height: 0;
	border-width: 0;
}
#set-display a img.fullv {
	float: none;
	position: absolute;
	right: 544px; /* was 10 */
	/* moved 2 above from a:hover .full below */
	width: 0;
	height: 0;
	border-width: 0;
	z-index: 1000;
} 
#set-display a img.fullc {
	float: none;
	position: absolute;
	right: 548px; /* was 10 */
	/* moved 2 above from a:hover .full below */
	width: 0;
	height: 0;
	border-width: 0;
	z-index: 2000;
} 
#set-display a:hover .full {
	top: -256px;				/* Display Abstand von oben */
	width: auto;
	height: auto;
	border: 4px double #a4a4a4; padding: 8px; 	/* Rahmen Farbe und Spacing um die angezeigten hover Bilder */
	background-color: #eee;
	 -moz-border-radius:0.50em; */
}
#set-display a:hover .fullv {
	top: -256px;/**/
	width: auto;
	height: auto;
	border: 4px double #a4a4a4; padding: 8px;	/* Rahmen Farbe und Spacing um die angezeigten hover Bilder */
	background-color: #eee;
	 -moz-border-radius:0.50em; */
}
#set-display a:hover .fullc {
	top: -256px;/**/
	width: auto;
	height: auto;
	border: 4px double #666; padding: 8px; 	/* Rahmen Farbe und Spacing um die angezeigten hover Bilder */
	background-color: #eee;
	 -moz-border-radius:0.50em; */
}

#set-display ul { list-style: none; margin: 0; margin-top: 15px; padding: 0; height: 100px; }
#set-display ul.first { margin-top: 12px; }
#set-display li { list-style: none; float: left; width: 59px; height: 81px; overflow: hidden; }
#set-display li.n { margin-left: 7px; }
