.reservation {
	text-align: left;
	padding: 10px;
}

.reservation a {color: #000;}
.reservation h1, .reservation h2, .reservation h3, .reservation h4, .reservation h5, .reservation h6 {margin: 0; padding: 0; color: #000;}

.reservation {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

.reservation img, .reservation table, .reservation td, .reservation tr {
	border:none;
}

.kalendar td {
	border: solid 1px #bbb;
	text-align: center;
	padding: 2px 0 2px 0;
	width: 30px;
	vertical-align: middle;
}

.kalendar {
	border-collapse: collapse;
	width: 100%;
}

.kalendar img {
	border: 0;
}

.first {
	text-align: center;
	background: #e6f0fe;
}

.first_line td {
	background: #e6f0fe;
	line-height: 12px;
}

.free {
	background: #e7ffde;
	text-transform: uppercase;
	color: #234f06;
}

.free a {
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.taken {
	background: #ffe4e4;
	text-transform: uppercase;
	color: #701212;
}

.na {
	background: #eee;
}

.red {
	color: #f00;
	font-weight: bold;
}