#mapGoogle{
	width:650px;
	height:500px;
	margin:15px auto;
	border:1px solid #E25222;
}
#LegendTable{
	border-collapse:collapse;
	text-align:center;
	margin:10px auto;
	font-size:10px;
}
#LegendTable tr{
	border:1px solid #961103;
}
#LegendTable td{
	border:1px solid #961103;
}
#LegendTable .header{
	background-color:#961103;
	color:#EBEBEB;
	text-shadow:0px 0px 3px #FFE6CC;
}
#calendarTable{
	border-collapse:collapse;
	text-align:center;
	margin:10px auto;
	font-size:10px;
}
#calendarTable tr{
	border:1px solid #961103;
}
#calendarTable td{
	border:1px solid #961103;
}	
#calendarTable .header{
	background-color:#961103;
	color:#EBEBEB;
	text-shadow:0px 0px 3px #FFE6CC;
}
.headLine{
	width:100px;
}
.telephoneOK{
	background-color:#1E7A27;
	height:50px;
	width:70px;
}
.telephoneNOK{
	background-color:#F98613;
	height:50px;
	width:70px;
}
.starthour{
	text-align:left;
	width:100px;
}
.endhour{
	text-align:right;
	width:100%;
}