table {
	font-size: 10px;
	width: 100%;
}

table thead tr th {
	border-bottom: 1px solid #c50821;
	padding: 5px;
	text-align: left;
	background-color: #F4F4F4;
}

table tfoot tr td {
	border-top: 1px solid #c50821;
	padding: 5px;
	text-align: left;
	background-color: #F4F4F4;
        font-weight: bold;
}

table tbody tr td {
	border-bottom: 1px solid #F2F2F2;
	padding: 1px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	overflow:hidden;
}

table tbody tr td.nachmittags, table tbody tr td.vormittags {
	background-image: url("../images/white.gif");
        background-repeat: no-repeat;
}

table tbody tr td.nachmittags {
	background-position: left;
}

table tbody tr td.vormittags {
	background-position: right;
}

table tbody tr:hover {
	background-color: #F2F2F2;
}

table tbody tr.genehmigt {
	background-color: #CAFF70;
}

table tbody tr.abgelehnt {
	background-color: #FF6A6A;
}

table tbody tr.offen {
	background-color: transparent;
}

.w5 {
	width: 5px;
}

.w50 {
	width: 50px;
}

.w75 {
	width: 75px;
}

.w100 {
	width: 100px;
}
