@charset "UTF-8";
/* CSS Document */

/* Suchformular */
div.tx_indexedsearch__searchbox fieldset {
	border: 1px solid #e0e0e0;
	margin: 0 0 1em;
	padding: .5em .5em 1em
}
	div.tx_indexedsearch__searchbox fieldset legend {
		color: #333
	}
	
	div.tx_indexedsearch__searchbox fieldset input.text {
		color: #333;
		margin: 0 1em .2em 0;
		width: 200px;
	}
	
	div.tx_indexedsearch__searchbox fieldset input.submit {
		margin-bottom: .2em;
	}
	
	div.tx_indexedsearch__searchbox fieldset a {
		font-size: 95%;
	}

/* Pager */
ul.browsebox { float: right }
	ul.browsebox li { 
		background: none!important;
		float: left;
		margin: 0!important;
		padding: 0!important;
	}
		ul.browsebox .on a {
			background: #dAdedB;
			font-weight: bold;
		}
		ul.browsebox a {
			border: solid 1px #E0E0E0;
			display: block;
			float: left;
			line-height: 1em;
			margin-left: 4px;
			padding: 3px 0;
			text-align: center;
			text-decoration: none;
			width: 19px;
		}
		ul.browsebox a:hover{
			background: #dAdedB;
		}

div.tx_indexedsearch__searchresults ul.searchresults { clear: both; background: none; margin: 0!important}
	div.tx_indexedsearch__searchresults ul.searchresults li { 
		background: url(../images/bg_dotted.gif) bottom left repeat-x!important;
		padding: 0 0 .5em!important;
		margin: 0.5em 0!important
	}
	
	div.tx_indexedsearch__searchresults ul.searchresults p {
		margin-bottom: 0;
		padding-bottom: 0
	}
	
	div.tx_indexedsearch__searchresults ul.searchresults .tx-indexedsearch-redMarkup {
		color: #c00;
	}