<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site:			www.regionalgeschichte.net
Author:			Torsten Schrade
Created:		08.11.2006
Modified:		
Editor:			Stefan Dumont
Usage:			CSS styles for indexed search
*/

/* ####################### SEARCH ############################ */

/* SEARCHFORM */

.tx-indexedsearch-searchbox form p {
	border-bottom: 1px solid #BFBFBF;
	padding-top: 0.5em;
	font-weight: bold;
}
	
.tx-indexedsearch-searchbox fieldset {
	width: 445px;
	margin-bottom: 1.5em;
	padding: 1em 1.5em 0.5em 1em;
}

.tx-indexedsearch-searchbox legend {
	font-weight: bold;
	color: #945800;
	padding: 0 0.5em;
}

/* For Mozillians an IE 7*/
.tx-indexedsearch-searchbox form &gt; fieldset {
	border: 1px solid #BFBFBF;
	padding-top: 0.5em;	
	background: #EFEFEF;
}

#main .tx-indexedsearch-searchbox ol {
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0.5em 1em;
}

.tx-indexedsearch-searchbox label {
	float: left;
	width: 130px;
	color: #4F4F4F;
}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select {
	width: 280px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px silver solid;
	padding: 2px;
	font-size: 1em;
}

#sword {
	margin: 0;
}

#extResume {
	width: auto;
}

#submitsearch {
	width: auto;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#submitbutton {
	margin-top: 0.6em;
	width: 160px;
	cursor: pointer;
}

/* RESULTS */

.tx-indexedsearch-whatis p {
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #945800;	
}

#main #content-03 .browsebox {
	list-style-type: none;
	width: 43em;
	margin: -1em 0 1em 0;
	padding: 0;
}

.browsebox li {
	display: inline;
	margin-right: 1em;
}

.tx-indexedsearch-redMarkup {
	color: #FF0F2F;
}

.tx-indexedsearch-res {
	margin: 2em 0;
	/*border: 1px solid #FFE7BD;
	padding: 1em;*/
}

.tx-indexedsearch-resitem {
	margin-bottom: 2.3em;
}

.tx-indexedsearch-resitem .path {
	margin-top: -0.5em;
}

#main .tx-indexedsearch-sec {
	margin-bottom: 2em;
}

#main .tx-indexedsearch-secHead .title {
	margin-right: 0.5em;
}

#main .tx-indexedsearch-secHead a {
	color: #000000;
	text-decoration: none;
}

</pre></body></html>