html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
	
body{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:10px;	
	height:100%;
	width:100%;
}

p,h2{
	margin:2px;
}

h1{
	font-size:18px;
	margin:2px;
}

.klein{
	font-size: 10px;
	font-style: italic;
   line-height: 60%;
}
.blau{
	color: Blue;
   font-stretch: extra-condensed;
	font-size: 11px;
}



.inhalt_raum{	/* Spalte für jeden Raum */
	width:46px;
	float:left;
	background-color: #FFFFD5;
	border-right:1px solid #F6DBA2;	
	position:relative;
	overflow:hidden;
}


.inhalt_stunden{	/* Kästchen für jede Stunde jedes Raumes */
	height:40px; /* Height of hour rows */
	border-bottom:1px solid #F6DBA2;
	text-align:center;
}

.calendarContentTime,.spacer{
	background-color:buttonface;
	text-align:center;
	font-family:arial;
	font-size:16px;
	line-height:40px;  /*Howy*/
	height:40px;	/* Height of hour rows */
	border-right:1px solid #ACA899;
	width:40px;
}

.spacer{
	height:20px; /*Howy*/
	float:left;
}	

.calendarContentTime{
	border-bottom:1px solid #ACA899;

}

.calendarContentTime .content_hour{
	font-size:10px;
	text-decoration:superscript;	
	vertical-align:top;
	line-height:40px;
}
	
.days div{
	width:46px;
	float:left;
	background-color:buttonface;
	text-align:center;
	font-family:arial;
	height:20px;  /*Howy*/
	font-size:14px;
	line-height:20px;  /*Howy*/
	border-right:1px solid #ACA899;	
}

.weekScheduler_anAppointment{	/* A new appointment */
	position:absolute;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1000;
	overflow:hidden;
}



.weekScheduler_appointment_time{
	position:absolute;
	left:1px;
	top:5px;
	height:10px;
	z-index:100000;
	border:1px solid #000;
	font-size:8px;
	padding:1px;
	background-color:#F6DBA2;
}
.eventIndicator{
	background-color:#00F;
	z-index:50;
	display:none;
	position:absolute;
}
.haken{
	position:absolute;
	top:20px;
	left:1050px;
}
.dayButton{
	width:110px;
	font-size:14px;
	font-family:arial;
	height: 25px;
}
.dayButtonFett{
	width:110px;
	font-size:14px;
	font-family:arial;
	color:blue;
   font-weight: bold;
	height: 30px;
}

.buttons_bottom{
	width:200px;
	position:relative;
	margin: 5px;
}
.buttons_top{
	position: absolute;
	/*width:150px;*/ /*Endversion*/
	width:200px; /*Prototyp*/
	font-size:0.85em;
	font-family:arial;
}
#id_button_rb_druck{
	left: 850px;
}

#id_button_et_add{
	/*left:540px;*/
}

#id_button_rb_undo{
	/*left:700px;*/ /*Endversion*/
	/*left:600px;Prototyp*/
	position:  relative;
	left: 5px;
}
#id_button_auto{
	left:860px;
}
/*Nur für Prototyp*/
#id_button_edit{
	position:  relative;
	left: 5px;
	/*left:820px;Prototyp*/
}

#auswahl_box{
	position:absolute;
	right:0px;
	top:62px;
}

#id_button_db_open{
	position:relative;
	top:0px;
}
#id_button_db_save{
	position:relative;
	top:0px;
}
#id_button_undo{
	position:relative;
	top:0px;
}
#id_button_close{
	position:relative;
	top:0px;
}
#id_button_vl_bearb{
	position:absolute;
	top:661px;
	right:0px;
}

#weekScheduler_top{
	background-color:buttonface;
	height:20px;  /*Howy*/
	border-bottom:1px solid #ACA899;
}

#weekScheduler_hours{
	width:40px;
	float:left;
}

#weekScheduler_container{
	border:1px solid #000;
	width:1080px; /* 47px pro Spalte + 40*/
}

#weekScheduler_appointments{	/* Big div for appointments */
	float:left;
}

#weekScheduler_top{
	position:relative;
	clear:both;
}

#weekScheduler_content{
	clear:both;
	height:533px; /*  Höhe der Übersichtsanzeige */
	position:relative;
	overflow:auto;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}