/* WOCHENÜBERSICHT */

#woche .heute {
          border: 1px solid red;
}

#woche a {
	text-decoration: none
}
#woche td {
	text-align: center;
       	background-color: #bec9d5;
       	vertical-align:top;
	border: 1px solid #f0f0f0;

}

#woche ul { 
	list-style: none; 
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	float:left;
	width: 18px;
}

#woche li {
  height: 18px;
	margin-left: 0px;
	padding: 0px;
	width: 18px;
	font-size: 11px

}
#woche ul.s {

       margin-right:1px;

}
#woche li.s, #woche li.s_h {
             background-color:  #C9E0F8;
             border-top: 1px solid #f0f0f0;
             font-size: 11px;
             width: 18px;
}

#woche li.s1 {
             background-color:  #C1D7EC;
             border-top: 1px solid #f0f0f0;
             width: 18px;
}
#woche li.s2 {
             background-color:  #D0E1F0;
             border-top: 1px solid #f0f0f0;
             width: 18px;
}

#woche li.s_h {
       margin-bottom:1px;
	     font-size: 9px:
	     width: 18px;
}
#woche li.s_reserviert {
       background-color:#EE634F;
       height: 18px;
       border-top: 1px solid #f0f0f0;
       width: 18px;
}
#woche li.s_reserviert1 {
       background-color:#EE634F;
       height: 18px;
       border-top: 1px solid black;
       width: 18px;
}
#woche li.s_reserviert2 {
       background-color:#E04040;
       height: 18px;
       border-top: 1px solid black;
       width: 18px;
       
}
#woche a.s {
       display:block;
       width: 28px;
       height:18px;
       width: 18px;
}
#woche li.s_auswahl {
       background-color:yellow;
       height:18px;
       border-bottom: 1px solid #f0f0f0;
	     width: 19px;
}

#woche li.uhrzeit {
       text-align:right;
       width:35px;
       height:20px;
}
#woche h1 {
	width: 120px;
	padding-bottom: 0px;
	font-size: 10px;
	padding: 0px 0px;
	margin: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f0f0f0
}
#woche h2 {
	padding: 0px 0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f0f0f0
}
#woche h3 {
	width: 100px;
	padding: 0px;
	padding-bottom: 0px;
}

