/* -----------------------------------------
Werner Noske | Bilder und Handpressendrucke
http://www.werner-noske.de
Autor: Claudia Rathert
Stylesheet für Bildergalerien
Medien: alle
Start: 12.01.2010
letzte Änderung: 18.01.2010
------------------------------ */


/* --------- div für Galerie mit Miniaturen und Originalen in gleichem Container ---------
   Dank an Stu Nicholls für den Code: http://www.cssplay.co.uk/       */

a, a:visited, a:hover, a:active, a:focus {
	color:#A16428;
}

/* Hack für IE6 und kleiner sowie 7 im Quirks-Modus da transparente Hintergrundgrafiken nicht angezeigt werden */
* html #galerie {
	width: 100%;
	height: 540px;
	margin-left: 0px;
	margin-top: 2em;
	position: relative;
	background:transparent url(../images/galerie_bckgr.jpg) no-repeat 160px 60px;
}

#galerie {
	width: 100%;
	height: 540px;
	margin-left: 0px;
	margin-top: 2em;
	position: relative;
	background:transparent url(../images/galerie_bckgr.png) no-repeat;
}	

#scrollbox {
	width: 110px;
	height: 480px;
	overflow: auto;
	border: 1px solid #fff;
	float:right;
	padding:0; 
	margin:0;
	list-style:none;
	background-color: #fff;
}

#scrollbox li {
	float:left;
}

#scrollbox a {
	display:block;
	color:#2B1500 !important;
	text-decoration:none !important;
	border:1px solid #fff;
	width: 75px;
	height: 75px;
	float:left;
	padding: 5px;
	text-align:center;
}

#scrollbox a span {
	display:block;
	position:absolute;
	left:-9999px;
	top:0;
}

#scrollbox a span img {
	border:0;
	padding-bottom: 15px;
}

#scrollbox a:hover {
	border:1px solid #A16428;
}

#scrollbox a:hover span {
	width:480px;
	height:480px;
	left:0;
	z-index:100;
}

#scrollbox a:active {
	border:1px solid #A16428;
}

#scrollbox a:focus {
	border:1px solid #A16428;
	outline:0;
}

* html #scrollbox a:active span {
	width:480px;
	height:480px;
	top:0;
	left:0;
	color:#2B1500 !important;
	z-index:-1;
}

#scrollbox a:focus span {
	width:480px;
	height:480px;
	top:0;
	left:0;
	color:#2B1500 !important;
	z-index:10;
	outline:0;
}

