
/* 
	VESPA CLUB DARMSTADT 
	content.css
	2006/10/26
	- spezielle CSS Datei fuer Bild-Galerie -
*/

#gallery_box {
	margin-bottom: 15px;
	text-align: center;
}

#gallery_header {
	border-bottom: 2px solid #0e3192;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	
	/* font */
	font-size: 16px;
	color: #0e3192;
	font-weight: bold;
}

#gallery_box table, .content_imgBox table {
 margin-left:auto; margin-right:auto; text-align: center;
	border-collapse: collapse;
}

#gallery_box td {
	vertical-align: top;
	border-right: 8px solid #ffffff;
}

.gallery_imgIndex {
	line-height: 18px;
	background: #999999;
	
	/* font */
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.gallery_imgIndex a, .gallery_imgIndex a:link, .gallery_imgIndex a:visited, .gallery_imgIndex a:hover, .gallery_imgIndex a:focus {
	/* font */
	text-decoration: none;
	color: #000000;
}

.gallery_imgText {
	width: 190px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 8px solid #ffffff;
	background: #ebebeb;
	
	/* font */
	font-size: 10px;
}

.gallery_imgBox {
	width: 200px;
	background: #999999;

	/* font */
	font-size: 10px;
	color: #000000;
}

.gallery_imgBox img {
	border: none;
}
