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

/* 	Bezeichnung eines Themenbereiches in der Treeview */
.thbereich 		{	background-color: #E5E5E5; /*#EFDEC6;*/ 
					color: #CE3100; 
					height:18px; 
					font-size:12px; 
					text-align:left;
					cursor: pointer;
					border-bottom:1px solid #9C9C9C;
				}

/* 	Bezeichnung eines Themas in der Treeview */
.thema			{ 	background-color: white; 
					color: black; 
					height:18px; 
					font-size:12px; 
					padding-left:10px; 
					text-align:left;
					cursor: pointer;
					border-bottom:1px solid #9C9C9C;
				}
				
/*  	Anklickbare Buttons  */
.button			{	width:120px;
					/*border: 1px solid #000000; */
					font-size:10px;					
					cursor: pointer;
				}

.filter_beschr_format
				{ height:20px;width:65px;
				
				}
				

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:100%; 
					height:30px; 
					text-align:center;
					font-size:18px;					
					cursor: pointer;
				}
