/* @override http://henke-ag-dev:8888/css/afxImageGallery.css */

/*****************************************************************************/
/* afxImageGallery                                                           */
/* Version 1.0.0, 2009-06-21                                                 */
/*****************************************************************************/
/* Copyright (c) 2009 Torsten Weber (http://www.edvweber.de)                 */
/* Alle Rechte vorbehalten.                                                  */
/*****************************************************************************/

.afxImageGallery
{
	margin: 0px;
	padding: 0px;
	
	width: 220px;
}

.afxImageGallery.big
{
	width: 640px;
}

.afxImageGallery.header
{
	margin: 0px;
	padding: 0px;
	/*padding-bottom: 1px;*/
}

.afxImageGallery.body
{
	/*background-color: red;*/
	
	margin: 0px;
	padding: 0px;
	
	border: 1px solid silver;
	border-right: none;
	border-top: none;
	border-bottom: none;
	
	text-align: center;
}

.afxImageGallery.bodysidebar
{
	margin: 0px;
	padding: 0px;
	
	border: 1px solid silver;
	border-right: none;
	border-top: none;
	border-bottom: none;
	
	text-align: center;
}

.afxImageGallery.bodysidebar img
{
	display: inline;
}

.afxImageGallery.footer
{
	height: 22px;

	/*border: 1px solid silver;*/
	/*border-top: none;*/
	border-bottom: none;
	
	text-align: center;
}

.afxImageGallery img
{
	/* Margin muss zumindest im Firefox auf -4 stehen, damit keine Abstände zwischen den Bildern sind. */
	/* Dieser Wert variiert in Abhängigkeit davob, ob Rahmen verwendet werden. */
	/*margin-right: -4px;*/

	/*margin-top: 2px;*/
	/*margin-bottom: 6px;*/
	/*margin-left: 0px;*/
	/*margin-right: 0px;*/
	margin: 0px;
	
	display: block;
		
	padding: 1px;
	
	border: solid 1px silver; 
	background-color: white;
}

.afxImageGallery.big img
{
	/*margin-right: 6px;*/
}

.afxImageGallery table
{
	margin-left: 2px;
}

.afxImageGallery td
{
	vertical-align: bottom;
	
	font-size: 10px;
	font-weight: bold;
}