.timearea { 
	position: absolute; 
	width: 700px; 
	height: 362px; 
	
	cursor:move;
	background-color: #ffffff;
	border:1px solid #2E2E2E;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-moz-box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-webkit-box-shadow: 2px 2px 3px 1px #2E2E2E;
	
	behavior: url(css/PIE.htc);
}

.timetable { 
	position: absolute; 
	width: 679px; 
	height: 300px; 
	top: 42px; 
	left: 21px; 
	float: left; 
	overflow-x:hidden; 
	overflow-y:scroll;  
}

.tablelimiter { 
	width: 100%; 
	height: 390px; 
	cursor: default; 
}

.day { 
	position: relative; 
	width: 90px; 
	height: 100%; 
	border-right: 1px solid #0099FF; 
	border-bottom: 2px solid #0099FF; 
	border-top:2px solid #0099FF; 
	float: left; 
	background-color: #f1f1f1; 
}

div.daytime, div.daystill, div.dayedit { 
	position: absolute;
	width: 100%; 
	background-color: #ffffff;
}

div.daystill, div.dayedit { 
	line-height: 55%; 
}

div.daytime ul, div.daystill ul , div.dayedit ul { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
}

div.daytime ul li, div.daystill ul li, div.dayedit ul li { 
	list-style: none; 
	position: relative; 
	margin:0;  
	padding: 0; 
}

div.daytime a, div.daystill a, div.dayedit a { 
	display: block; 
	width: 100%; /* Breite den in li enthaltenen Elementen zuweisen */ 
	text-align: center; 
	/*
	border-top: 1px solid #0099FF; 
	border-bottom: 1px solid #0099FF;
	*/
}

div.daytime table, div.daystill table , div.dayedit table { 
	width: 100%; 
	height: 100%; 
}

div.daytime tr, div.daystill tr , div.dayedit tr  { 
	vertical-align: center; 
	text-align: center; 
}

.timer { 
	float: left; 
	border-right: 1px solid #0099FF; 
	border-left: 1px solid #0099FF; 
	border-top: 2px solid #0099FF; 
	border-bottom: 2px solid #0099FF; 
	background-color: #f1f1f1 
}

.timer table { 
	height: 390px; 
}

.timer tr { 
	text-align: right; 
	font-size: 14.4px;
	height: 30px; 
}

.astimer_offererplace { 
	position: absolute; 
	top: 7px; 
	left: 22px 
}

.mon { position: absolute; top:24px; left:42px }
.tue { position:absolute;  top:24px; left:132px }
.wed { position:absolute;  top:24px; left:222px }
.thu { position:absolute;  top:24px; left:312px }
.fri { position:absolute;  top:24px; left:402px }
.sat { position:absolute;  top:24px; left:492px }
.sun { position:absolute;  top:24px; left:583px }

.timecontrols1 { 
	position: absolute; 
	top: 5px; 
	right: 10px;
}

.timecancel { 
	display:none; 
	float:left; 
}

.timecontrols2 { 
	position: absolute; 
	display: none; 
	top: 343px; 
	right: 10px;//right:10px 
}

.timeselector {  
	position: absolute; 
	width: 250px; 
	height: 130px; 
	border: 5px solid #0099FF; 
	background-color: #f1f1f1; 
	z-index: 2; 
	display: none; 
}

.timeeditor { 
	position:absolute; 
	width: 230px; 
	margin-left:-114px; 
	left: 50%; 
	top: 25px; 
}

.timeeditor div { 
	float:left; 
}

div.hourcancel_wt { 
	position:absolute; 
	top: 5px; 
	left: 10px; 
}

div.hourcancel_wot { 
	position:absolute; 
	top: 5px; 
	left: 10px; 
}

div.hourdelete { 
	position:absolute; 
	bottom: 5px; 
	right: 10px; 
}

div.hourconfirm { 
	position:absolute; 
	top: 5px; 
	right:10px; 
}

.comment { 
	position:absolute; 
	top:50px; 
	left:10px; 
}

.commentdelete { 
	position:absolute; 
	top:40px; 
	left: 0px; 
}

#comment { 
	width: 215px; 
}

