.text_red {
	color: red;
	font-weight: bold;
}

.text_green {
	color: green;
	font-weight: bold;
}

/* Anmeldungen - Verwaltung suche */
.table_reg_search {
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 5px;

}

.table_reg_search tr:hover{
	background-color: white;
}


.reg_search_td1 td{
	padding-left: 5px;
	font-size:11px;
}

.reg_search{
	border: 1px solid #aaa;
	margin-bottom: 10px;
	width: 280px;
	background-color: white;
	border-radius: 5px;
	box-shadow:	1px 0 5px #aaa,
				-1px 0 5px #aaa;		 
}

.input5 {
	font-size: 11px;
	margin-left: 4px;
}

.zahlungsdatum {
	width: 80px;
}

.betrag_offen_red {
	color: red;
}

.betrag_offen_green {
	color: green;
}


.waehrung_rechts {
	text-align: right;
}