
table.freimeldungen {
	border-collapse: collapse;
	font-size: 10px;
	font-family: sans-serif;
	border-bottom: 1px solid #bbbbbb;	
}

table.freimeldungen th {
	height: 17px;
	font-size: 10px;
	font-weight: 100;
	color: #555;
	vertical-align: top; 
	border-right: 1px solid #bbbbbb; 
	border-bottom: 1px solid #bbbbbb; 
	background-color: #ddd;
	padding: 2px 2px 0px 2px;
	white-space: nowrap;
}

table.freimeldungen th.monat {	
	background-color: #eee;
}

table.freimeldungen th.wochenende {	
	background-color: #cde;
	color: #789;
}

table.freimeldungen th.heute {	
	background-color: #f00;
	color: #fff;
}

table.freimeldungen td {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;  
	border-right: 1px solid #e0e0e0;  
	vertical-align: top; 
	padding: 3px 4px 3px 4px;
	white-space: nowrap;
	text-align: center;
}


table.freimeldungen td.zimmer {	
	padding-left: 10px;
	font-weight: bold;
	text-align: left;	
}

table.freimeldungen td.typ {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 12px;
	color: #666;
	text-align: left;		
}

table.freimeldungen td.frei {	
	background-color: #44aa44;
}

table.freimeldungen td.belegt {	
	border-top: 1px solid #ccc;
	background-image: url(/se_data/se_gfx/misc/travel_termin_belegt.gif);
	background-repeat: no-repeat; 
 	background-position: center;
}

table.freimeldungen td.ferien {	
	background-color: #ffde00;
}

table.freimeldungen td.undef {
	background-color: #efefef;
}

table.freimeldungen td.vormittag {	
	background-image: url(/se_data/se_gfx/misc/travel_termin_bis2.gif);
	background-repeat: no-repeat; 
 	background-position: left;
}

table.freimeldungen td.nachmittag {
	background-image: url(/se_data/se_gfx/misc/travel_termin_von2.gif);
	background-repeat: no-repeat; 
	background-position: right;
}

.travel_occupation form {
	display: block;
	margin: 15px 0 !important;
}

.travel_occupation .freimeldungenCalendarBox {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.freimeldungenCalendarBox td{
	height: 14px;
	line-height:14px;
	overflow-x: auto;
}