
.table_anzeige {
	border-collapse: collapse;
	margin-top: 20px;
}

.table_header1 {
	vertical-align: top;
	text-align: center;
	width: 200px; 
	border: 1px solid #ffffff; 
	background-color: #d0a2a3;
	padding: 5px;
}

.table_header2 {
	vertical-align: top;
	color: #215435;
	text-align: left;
	width: 440px; 
	border: 1px solid #ffffff; 
	background-color: #f2f2f2;
	padding: 5px;
}


.table_footer1 {
	vertical-align: top;
	text-align: center;
	color: #215435;
	width: 200px; 
	border: 1px solid #ffffff; 
	background-color: #e8e8e8; 
	padding: 5px;
}

.table_footer2 {
	vertical-align: top;
	text-align: right;
	width: 440px; 
	border: 1px solid #ffffff; 
	background-color: #800000; 
	padding: 5px;
}

.table_input1 {
	vertical-align: top;
	text-align: right;
	width: 200px; 
	padding: 5px;
}

.table_input2 {
	vertical-align: top;
	text-align: justify;
	width: 440px; 
	padding: 5px;
	padding-left: 20px;
}
