/* stylesheet created by matthias roesele */
/* 2006 - IT-Service Aichach  */



/* needed for IE to make : active state work first time */
a, a:visited {color: #000;} 

/* common styling for all galleries */
a.gallery, 
a.gallery:visited {
	display: block; 
	display: inline-block;
	color: #000; 
	text-decoration: none; 
	border: 1px solid #666;
	width: 75px; height: 47px;
	float: left; margin: 4px; 
	z-index: 50;
}

a.gallery em, 
a.gallery span {display: none;}
a.gallery:hover {border: 1px solid #8e1e28;}

/* styling for RIGHT gallery */
#container_right {
	position: relative; 
	width: 600px; 
	height: 325px;
	background: #fff; 
/*	border: 1px solid #666;
*/	margin-left: 25px;
/*	margin: 1em auto;
*/}
#container_right img {
	border: 0;
}
#container_right .thumbs {
	width: 170px; 
	position: absolute; 
	right: 0; 
	top: 0;
}
#container_right a.gallery:hover span {
	display: block; 
	position: absolute; 
	width: 402px;
	height: 50px; 
	top: 265px; 
	left: -430px; 
	padding: 10px 0 0 5px; 
	font-style: italic; 
	color: #fff;  
	z-index: 100;
}
#container_right a.gallery:hover span:first-line {
	font-style: normal; 
	font-size: .9em; 
	color: #666;
}
#container_right a.gallery:active, 
#container_right a.gallery:focus {
	border: 1px solid #000;
}
#container_right a.gallery:active em, 
#container_right a.gallery:focus em {
	display: block; 
	position: absolute; 
	width: 402px; 
	height: 250px; 
	top: 5px; 
	left: -425px; 
	color: #000; 
	padding: 5px; 
	border: 1px solid #666; 
	background: #fff;
	z-index: 50;
}
/*------------hias-----------*/
#container_right h2 {
	clear: both; 
	margin: 0; 
	padding-top: 80px; 
	padding-left: 50px; 
	width: 300px; 
	text-align: center; 
	font-family:  georgia, "times new roman", serif; 
	font-size: 3em; 
	font-weight: normal; 
	color: #666;
}
#container_right h2 em {
	font-size: 0.6em; 
	color: #000;
}


