/* Suchformular in metaBar */

form.uniSearchV2metaBar {
	float: right;
	margin: 6px 10px 0 0;
}

input.uniSearchV2metaBarText {
	border: 1px solid #ccc;
	background: #fff url(../img/sys/search/google.gif) no-repeat right;
	padding: 2px;
}

input.uniSearchV2metaBarButton {
	padding: 0;
}

/* Suchformular auf Ergebnisseite */

form.uniSearchV2, form.personSearch {
	margin: 0 0 2em 0;
}

input.uniSearchV2text {
	border: 1px solid #ccc;
	background: url(../img/sys/search/google.gif) no-repeat right;
	padding: 2px;
}

input.uniSearchV2button {
	padding: 0 1em 0 1em;
}

input.personSearchNachname {
	border: 1px solid #ccc;
	padding: 2px;
	background: url(../../img/sys/personen.png) no-repeat right;
}


.uniSearchV2 input[type=hidden] {
	display: none;
}

a.personSearchLink {
	font-size: 10px;
	margin-left: 20px;
}


/* Alte Suche bis 12/2008 */

form.uniSearch  {
	background: #fff;
	float: left;
	clear: both !important;
}

.uniSearch fieldset {
	border: none;
}

.uniSearch fieldset legend {
	display: none;
}

.uniSearch label {
	display: block;
	float: left;
	clear: both !important;
	width: 9em;
	font-size: 10px;
	margin: 0 0 2px 0;
	color: #fff;
	padding: 3px;
	margin: 0;
	background: #5B9F00 url(../img/sys/forms/labelCorner1.gif) right top no-repeat;
}

.uniSearch input {
	display: block;
	float: left;
	clear: both !important;
	margin: 0 0 10px 0;
	padding: 3px;
	border: 2px solid #5B9F00;
	font-size: 14px;
	color: #b00000;
}

.uniSearch input[type=hidden] {
	display: none;
}

.uniSearch input[type=text] {
	width: 20em;
	float: left;
	clear: left;
}

.uniSearch input[type=submit] {
	margin: 0 0 0 5px;
	font-weight: bold;
	padding: 2px;
	color: #000;
	background: #D6D6D6;
	border: 2px solid #E8E8E8;
	border-right: 2px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;
}

/* Suchergebnisse */

ul.browsebox {
	margin: 0;
	background-color: #EFEFEF;
	padding: 10px !important;
}

.browsebox li {
	margin: 0 10px 0 0 !important;
}

.browsebox li:first-item {
	margin: 0 !important;
}

.tx-indexedsearch-res h3 {
	font-size: 0.9em;
	font-weight: bold;
}

.tx-indexedsearch-res h3 a {
	color: #36c;
}

.uniSearchRating {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EEEEEE;
}

.tx-indexedsearch-res p {
	padding: 0.5em 0 0 1em !important;
	margin: 0 !important;
}

.tx-indexedsearch-redMarkup {
	color: #b00000;
}

.tx-indexedsearch-whatis {
	color: #b00000;
	letter-spacing : -0.01em;
	margin: 0 0 0.8em 0;
	font-size : 1.2em;
	padding : 0px;
	line-height: normal;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}

.tx-indexedsearch-text-item-path {
	display: block;
	margin: 0 0 2em 0;
}

.tx-indexedsearch-text-item-path a {
	text-decoration: none;
	color: #5B9F00;
}


