A {
	COLOR: #0066CC;
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #0066CC;
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #ff9900;
	TEXT-DECORATION: underline
}

/* EN This css class controls the width of all searchsimon elements */
/* DE Diese css Klasse steuert die Breite aller searchsimon Elemente */
.searchsimonlayout {
	width: 625px;
}

/* EN This css class controls the appearance of the title */
/* DE Diese css Klasse steuert das Aussehen des Titels */
.searchsimontitle {
	font-family: Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 0px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 0px;
	MARGIN: 10px;
	PADDING-TOP: 5px;
}

/* EN This css class controls the appearance of the form section */
/* DE Diese css Klasse steuert das Aussehen des Formularbereichs */
.searchsimoncon {
	BORDER: 1px solid #000000;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 5px;
	MARGIN: 10px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #86a9c9;
}

.searchsimoncon TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
	

/* EN This css class controls the appearance of text in the form section */
/* DE Diese css Klasse steuert das Aussehen der Texte im Formularbereich */
TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* EN This css class controls the appearance of the messages section */
/* DE Diese css Klasse steuert das Aussehen des Mitteilungs- / Benachrichtigungsbereichs */
.searchsimonmsg {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-BOTTOM: 5px;
	MARGIN: 10px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #cccccc
}

/* EN This css class controls the appearance of all form elements */
/* DE Diese css Klasse steuert das Aussehen aller Formular-Elemente */
.searchsimoninput {
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 10;
}

/* EN This css class controls the color of highlighted text on the page */
/* DE Diese css Klasse steuert die Farbe aller hervorgehobenen Texte in der Suche, z.B. in der Hilfe oder im Benachrichtigungsbereich */
.searchsimonhighlight {
	color: #0066cc;
}

/* EN This css class controls the appearance of item numbers, titles and abstracts */
/* DE Diese css Klasse steuert das Aussehen der Suchergebnis-Nummerierung, des Suchergebnis-Titels und des Suchergebnis-Auszugs */
.searchsimonresults {
	Font-Size=12;
	Font-Name='Arial, Helvetica, sans-serif';
}

/* EN This css class controls the appearance of URLs, File names, sizes and last modified dates */
/* DE Diese css Klasse steuert das Aussehen des Fußbereichs unter jedem einzelnen Suchergebnis (URL, Dateinamen, Dateigröße und letzte Bearbeitung) */
.searchsimonresultssml, .searchsimonresultssml A {
	Color: #000000;
	Font-Size=10px;
	Font-Name='Verdana, Arial, Helvetica, sans-serif';
	text-decoration: none;
}

/* EN This css class controls the appearance of the next, prev and jump-to page links */
/* DE Diese css Klasse steuert das Aussehen der Blätterfunktion (der nächsten Seite, der vorigen Seite und der Seitenzahlen) */
.searchsimonpagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

/* EN This css class controls the appearance of the calendar title (year and month controls) */
/* DE Diese css Klasse steuert das Aussehen der Jahreszahlen und der Monate im Kalender */
.searchsimonCalTitle {
	font-size: 11;
	color: black;
	width: 90px;
}