.tx-wp-remit {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.tx-wp-remit TABLE {
	border-spacing: 0;
	width: 100%;
	float: left;
}
.tx-wp-remit TABLE.tx_wpremit {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-size: 14px;
}
.tx-wp-remit TABLE.tx_wpremit THEAD TH {
	background-color: rgba(93, 127, 154, 0.1);;
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
}
.tx-wp-remit TABLE.tx_wpremit TBODY TR.meta TD {
	padding: 5px 5px;
	border-top: 1px solid #EEEDEE;
}
.tx-wp-remit TABLE.tx_wpremit .detail {
	display: none;
}
.tx-wp-remit TABLE.tx_wpremit .metaarchiv {
	display: none;
}
.tx-wp-remit .id_opendetails {
	cursor: pointer;
	cursor: hand;
}
.tx-wp-remit .opened {
	background-color: #FCE8DA;
}
.tx-wp-remit TR.detail TD {
	padding: 0 5px;
}
.tx-wp-remit .detailcell {
	position: relative;
}
.tx-wp-remit .id_archive {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	cursor: pointer;
	cursor: hand;
	padding: 0 5px 5px 10px;
	background-image: url("/typo3conf/ext/wp_bootstrap/Resources/Public/Img/navi_icon_aktiv.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: underline;
}
.tx-wp-remit TBODY TR.detailarchiv,
.tx-wp-remit TBODY TR.metaarchiv {
	background-color: #F4F5F6;
}
.tx-wp-remit .right {
	text-align: right;
	padding: 5px;
}
.tx-wp-remit TR.detail TD .detailtable TD:first-child {
	padding-left: 0;
}
.tx-wp-remit .detailtable {
	padding-bottom: 25px;
}
.tx-wp-remit .rssfeed {
	text-align: right;
	width: 100%;
}
.tx-wp-remit .rssfeed IMG {
	display: inline;
}

