.tx-forschungen-pi1 .row label {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:120px;
}

.tx-forschungen-pi1 .row {
	margin-bottom:10px;
}

.tx-forschungen-pi1 .row select {
	width:200px;
}

.tx-forschungen-pi1 .row input {
	width:194px;
}

.tx-forschungen-pi1 .searchbn {
	margin-left:120px;
	width: 200px;
	border:1px solid #000000;
	background-color: #999999;
	color:#FFFFFF;
	text-align: right;
	padding-top:3px;
	padding-bottom:3px;
}

.tx-forschungen-pi1 .list .institut {
	font-weight: bold;
	margin-bottom:12px;
}

.tx-forschungen-pi1 .list .titel {
	margin-bottom:12px;
}

.tx-forschungen-pi1 .list .weiterlink {
}

.tx-forschungen-pi1 .list .weiterlink a {
	padding-bottom:12px;
	border-bottom:1px solid #999999;
	display:inline-block;
	margin-bottom:12px;
}

.listheader {
	margin-bottom: 30px;
}

.listheader .texts {
	width:45%;
	float:left;
}

.listheader .button {
	width:45%;
	float:right;	
}

.clear {
	clear:both;
}

.single .institut {
	font-weight:bold;
	margin-bottom:20px;
}

.single .titel {
	color: #0A6E78;
	font-size: 19px;
	font-family: 'KeplerStd-Light','Times New Roman',serif;
	margin-bottom:20px;
}

.single .beschreibung {
	margin:20px 0px;
}

.single .backlink a {
    background: url("/fileadmin/templates_2012/images/layout/gallery_arrow_back.gif") no-repeat scroll left center transparent;
    border-top: 1px solid #0A6E78;
    color: #0A6E78;
    display: block;
    font-family: 'KeplerStd-Light','Times New Roman',serif;
    font-size: 19px;
    padding: 11px 0 10px 15px;	
}

.tx-forschungen-pi1 .suchtyp{
	margin-bottom:12px;
}


.tx-forschungen-pi1 ul.f3-widget-paginator {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
	justify-content: space-between;
}
.tx-forschungen-pi1 ul.f3-widget-paginator li {
	list-style: none;
	padding: 0;
	background: none;
	display: block;
	float: none;
	padding: 0px 10px;
}

.tx-forschungen-pi1 ul.f3-widget-paginator li.previous,
.tx-forschungen-pi1 ul.f3-widget-paginator li.next {
	flex: 2 0 auto;
}
.tx-forschungen-pi1 ul.f3-widget-paginator li.next {
	text-align: right;
}

.tx-forschungen-pi1 ul.f3-widget-paginator li.previous a:before {
	content: " ";
	width: 20px;
	height: 21px;
	display: inline-block;
	background-image: url(../Images/button_pagination_prev.png) !important;
	background-repeat: none;
	vertical-align: middle;
	margin-right: 10px;
}
.tx-forschungen-pi1 ul.f3-widget-paginator li.previous a.disabled:before {
	background-position: 0 -20px !important;
}

.tx-forschungen-pi1 ul.f3-widget-paginator li.next a:after {
	content: " ";
	width: 20px;
	height: 21px;
	display: inline-block;
	background-image: url(../Images/button_pagination_next.png) !important;
	background-repeat: none;
	vertical-align: middle;
	margin-left: 10px;
}
.tx-forschungen-pi1 ul.f3-widget-paginator li.next a.disabled:after {
	background-position: 0 -20px !important;
}

