table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid #999999;
}

.table-footer,
.table_footer {
	font-size: 12px;
	text-align: right;
	color: #999;
}

table.slim-table,
table.slim-table + .table-footer,
table.slim-table + .table_footer {
	/*max-width: 50%;
	greift bei tabellen eh nicht und dann sieht der footer komisch aus*/ 
}

@media (max-width: 1220px) {
	table.slim-table,
	table.slim-table + .table-footer,
	table.slim-table + .table_footer  {
		max-width: none;
	}
}

table td,
table th {
	padding: 2px 5px;
	vertical-align: center;
	border-top: 1px solid #999999;
	text-align: left;
}

table.noBorder,
table .noBorder td {
	border: 0;
}

table td.textRight,
table th.textRight {
	text-align: right;
}

table td.textCenter {
	text-align: center;
}

table td.textTop {
	vertical-align: top;
}

.textMiddle {
	vertical-align: middle;
}

.rightMargin10 {
	margin-right: 10px;
}

table td.textBottom {
	vertical-align: bottom;
}
table td.bottomInfo {
	padding-top: 30px;
}

table thead th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 0;
}

table.links tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

