/* Styles für Suchformular */
.searchformfield /*Beschriftung der Eingabefelder*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 13px;
	COLOR: #000000;
	font-weight : bold;
	background-color : White;
	text-align : right;
}

.searchinputhelp /*Hilfetext für Sucheingabe*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: Gray;
	font-weight : normal;
}

.searchinputtable /* Tabellenfeld der Eingabefelder  <td> */
{
	background-color : White;
}

.searchtable /* Tabelle <table> */
{
	/*
	border-left : 1px solid Gray;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Silver;
	border-right : 1px solid Silver;
	*/
}

 .searchinput /* Eingabefelder */
 {
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: #000000;
	font-weight : normal;
}

.searchselectlink /* Links */
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: #484895;
	font-weight : normal;
}

.searchbutton /*Submitbutton und weitere*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 13px;
	COLOR: #FFFFE0;
	font-weight : bold;
	background-color : #484895;
	border : 0px none;
	cursor : hand;
}

.searchoutputtop /* Ausgabe Überschrift: Suche nach <td>*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 13px;
	COLOR: #000000;
	font-weight : normal;
	background-color : Silver;
	text-align : left;
}

.searchoutputheadline /* Überschriften der Suchbereiche <td>*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 13px;
	COLOR: #FFFFE0;
	font-weight : bold;
	background-color : #484895;
	text-align : left;
}

.searchoutputtext /* Text unter Suchbereiche <td>*/
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 12px;
	COLOR: Black;
	font-weight : normal;
	text-align : left;
}

.searchoutputcounter /* Zähler bei den Treffern <td> */
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: Black;
	font-weight : normal;
	text-align : left;
}

.searchoutputlink /* Link bei den Treffern <td> */
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: #484895;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
}

.searchoutputlink:hover /* Hover-Link bei den Treffern <td> */
{
	font-family : Arial, Tahoma,Helvetica;
	font-size : 11px;
	COLOR: #416969;
	font-weight : normal;
	text-align : left;
	text-decoration : underline;
}

