/*Dieses css File ist für das Aussehen der Thumbnails und des Rasterabstandes zuständig*/
@import url(http://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
#vlightbox1 {
	width:850px;  /*Anpassung Rasterweite und Seitenbreite*/
	zoom:1;	
}

#vlightbox1 .vlightbox1 div{
	left:0;
	top:0;
	width:100%;
	height:230px;  /*Schatten bei Mouseover*/
	background: url(zoom-in.png) 50% 50% no-repeat;
	opacity:0.9;
	color:#FFF;	
}
#vlightbox1 .vlightbox1 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 0; /*Funktion unbekannt*/

	*display:inline;
	position: relative;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px; /*Anpassung Rasterweite*/
	width: 390px; /*Anpassung Rasterweite*/
	height: 320px; /*Neuer Punkt für Anpassung Rasterweite*/
	font-family: verdana, arial, sans-serif; /* war: 'Fjalla One',Arial,sans-serif;*/
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	outline: none;
	color: #99CCFF;
	text-align: center;
	/*text-shadow: -1px 1px 0 #5B8990;*/
	border-top: thick;
}

#vlightbox1 .vlightbox1 a{
	margin:0px;
	
	
	
	
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border: none;
	margin:10px; /*Anpassung Rasterweite*/

}
#vlightbox1 .vlightbox1 div {display:none}


/*vlightbox2 für breitere Thumbnails mit 800px*/

#vlightbox1 .vlightbox2 div{
	left:0;
	top:0;
	width:100%;
	height:230px;  /*Schatten bei Mouseover*/
	background: url(zoom-in.png) 50% 50% no-repeat;
	opacity:0.9;
	color:#FFF;	
}
#vlightbox1 .vlightbox2 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 0; /*Funktion unbekannt*/



	*display:inline;
	position: relative;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px; /*Anpassung Rasterweite*/
	width: 360px; /*Anpassung Rasterweite*/
	height: 360px; /*Neuer Punkt für Anpassung Rasterweite*/
	font-family: verdana, arial, sans-serif; /* war: 'Fjalla One',Arial,sans-serif;*/
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	outline: none;
	color: #99CCFF;
	text-align: center;
	/*text-shadow: -1px 1px 0 #5B8990;*/
	border-top: thick;
}

#vlightbox1 .vlightbox2 a{
	margin:0px;
	
	
	
	
}
#vlightbox1 .vlightbox2 img{
	display:block;
	border: none;
	margin:10px; /*Anpassung Rasterweite*/

}
#vlightbox1 .vlightbox2 div {display:none}


/*vlightbox3 für Hochformat Thumbnails mit 800px*/

#vlightbox1 .vlightbox3 div{
	left:0;
	top:0;
	width:100%;
	height:230px;  /*Schatten bei Mouseover*/
	background: url(zoom-in.png) 50% 50% no-repeat;
	opacity:0.9;
	color:#FFF;	
}
#vlightbox1 .vlightbox3 {
	display: -moz-inline-stack;
	display: inline-table;
	zoom: 0; /*Funktion unbekannt*/





	*display:inline;
	position: relative;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px; /*Anpassung Rasterweite*/
	width: 400px; /*Anpassung Rasterweite*/
	height: 600px; /*Neuer Punkt für Anpassung Rasterweite*/
	font-family: verdana, arial, sans-serif; /* war: 'Fjalla One',Arial,sans-serif;*/
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	outline: none;
	color: #99CCFF;
	text-align: center;
	/*text-shadow: -1px 1px 0 #5B8990;*/
	border-top: thick;
}

#vlightbox1 .vlightbox3 a{
	margin:0px;
	
	
	
	
}
#vlightbox1 .vlightbox3 img{
	display:block;
	border: none;
	margin:10px; /*Anpassung Rasterweite*/

}
#vlightbox1 .vlightbox3 div {display:none}
