/* CSS Document für BILDERGALERIE Referenzen */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.referenzcontainer{
   
	position: relative;
	background-color:#999;  /* transparent;  #554493;   */
	padding:10px;
	border-bottom:1px dotted #F4F4F4;
	width:90%;
	height:auto;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.referenzcontainer p{
	color:#FFF;
	letter-spacing:1px;
	font: 78% Arial, Helvetica, sans-serif;
	border-left:15px dotted #F4F4F4;
	padding-left:10px;
	font-weight:bold;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


div #content td.referenzweb{color:#F4F4F4; padding:15px 5px 20px 5px; background-color:#3A4A70; border:1px dotted #F4F4F4; }
div #content td.referenzweb a {color:#F4F4F4;}
div #content td.referenzweb a:hover {background-color:#EF9F27; color:#554493;}
div #content td.referenzweb p{color:#F4F4F4; line-height:140%; font-size:80%;}



.thumbnail img, .thumbnailhoch img{
	border: 1px solid #F8F8F8;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #F8F8F8;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #5B4782;
	padding: 5px;
	left: -1000px;
	border: 0px solid #F8F8F8;
	visibility: hidden;
	color: #FFF;
    font: 80% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}



.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/*   Thumbnail fuer Fotos Hochkant  --------   */

.thumbnailhoch span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#5B4782;
	padding: 5px;
	left: -1000px;
	border: 0px solid #F8F8F8;
	visibility: hidden;
	color: #FFF;
    font: 80% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.thumbnailhoch:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -100px;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/*   Thumbnail fuer Index-Seite  --------   */

.referenzcontainerindex{
   
	position: relative;
	background-color:#FFF;
	padding:10px;
	border-bottom:1px solid #FFF;
	width:100%;
	height:auto;}


.thumbnailindex span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 0px solid #F8F8F8;
	visibility: hidden;
	color: #FFF;
    font: 80% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.thumbnailindex:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	bottom:0px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
