/* SEITEN-HINTERGRUND */
/* Hintergrundfarbe für die Gesamte Seite */
.gallery
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.gallery A:link
{
	color: #000000;
	text-decoration: none;
}

.gallery A:visited
{
	color: #000000;
	text-decoration: none;
}

.gallery A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.gallery TD
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.gallery INPUT
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

.gallery SELECT
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}


