/* JH */
/*GMS-Gelb: faf8cf */
/*GMS-blau: 1b5f90 */

/*Listboxen */

.LBH1
{
	font: bold 10pt Arial;
	color: navy;
	background-color: white;
}

/*Beschriftungen der Listboxen*/
.B1
{
	font: bold 9pt Arial;
	color: #404040;
	background-color: Gainsboro;

}

/*Beschriftung Fundsachen Online suchen*/
.B2
{
	font: bold 14pt Arial;
	color: Maroon;
}

/*Beschriftung Suche starten*/
.B3
{
	font: bold 10pt Arial;
	color: navy;
}

/*Hintergrund Tabelle Listboxen */
.SB1
{
	background-color: white;
 }	

			
/*Schalter Suche */
.LBSch
{
	border-right: Navy 1px outset;
	border-top: Navy 1px outset;
	font: bold 9pt Arial;
	border-left: Navy 1px outset;
	cursor: hand;
	color: white;
	border-bottom: Navy 1px outset;
	background-color: DarkGray;
}

.TableHeader { font-family: Verdana, Tahoma, sans-serif;
					color: navy;
					font-size: 10pt;
					background-color: white;
					border-color: #EEEEEE #999999 #999999 #EEEEEE;
					border-style: solid;
					border-width: 1px;
					font-weight: bold;
					
				}
.TableAZeile { font-family: Verdana, Tahoma, sans-serif;
					font-size: 10pt;
					background-color: #FFFFC0;
					border-color: #EEEEEE #999999 #999999 #EEEEEE;
					border-style: solid;
					border-width: 1px;
					
				}


.TableGrid {
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 10pt;
		color: #666666;
	}



:link { color: #336699; text-decoration: none; }
:visited
{
	color: navy;
	text-decoration: none;
}
:Active { color: #FF0000; }
:Focus { color: #FF0000; }
:hover { color: #FF0000; }

