body			{	font-family: Verdana,Arial,Helvetica,sans-serif; 
					text-align: left; 
					background-color: #D4EBD5; 
					font-size: 12px;
				}

/* 	Bezeichnung eines Themenbereiches in der Treeview */
.thbereich 		{	background-color: #10218B; 
					color: white; 
					height:18px; 
					font-size:12px; 
					text-align:left;
					cursor: pointer;
					border-bottom:1px solid #CCCCCC;
				}

/* 	Bezeichnung eines Themas in der Treeview */
.thema			{ 	background-color: #CFD3E8; 
					color: #10218B; 
					height:18px; 
					font-size:12px; 
					padding-left:10px; 
					text-align:left;
					cursor: pointer;
					border-bottom:1px solid #CCCCCC;
				}
								
table#kalender 	{	background-color:#ffffff; 
					border:3px solid #BBCCFF;
					border-collapse:collapse; 
					empty-cells:show;
				}
table#kalender td 	{	width:130px; 
					height:90px; 
					text-align:right;
					border: 1px solid #BBCCFF;
					font-size:10pt;
					background-color:#FFF7D7; 
					vertical-align:top;
				}
table#kalender td.tage 
				{	width:130px; 
					vertical-align:middle;
					height:30px; 
					text-align:center;
					border:1px solid #BBCCFF;
					background-color:#E3E9FF; 
					font-size:14px;
				}
table#kalender td.kopf 
				{	background-color:#BBCCFF; 
					width:130px; 
					height:30px; 
					text-align:center;
					font-size:18px;					
					cursor: pointer;
				}
		   
.filter_beschr_format
				{ height:20px;width:65px;
				
				}