/* Formate für Plugin Termine */

#content table#termine,#content table#termine2,td.headercelldatum, td.headercellereignis,#content td.termincell, td.picturecell,
td.sidebarheadercelltermine, #sidebar td.termincell, td.sidebarheadercellereignis, td.headercelltermine, td.sidebarheadercelldatum    {
	border: 			1px solid #3C475D;
}
#content table#termine{
 	text-align:			center;
	margin-left:			auto;
	margin-right:			auto;
}
#content table#termine2{
 	text-align:			left;
	margin-left:			auto;
	margin-right:			auto;
}
td.headercelldatum {/* Plugin Termine  Contentbereich*/
	width:				100px;
	clear: 				both;
	background-color : 		#fff;
	color: 				#979B00;
	font-weight: 			bold;	
	border: 			1px solid #993333 !important;
	text-align: 			center;
}
td.headercellereignis {/* Plugin Termine  Contentbereich*/
	clear: 				both;
	background-color : 		#fff;
	color: 				000;
	font-weight: 			bold;	
	text-align: 			center;
}
td.headercelltermine {/* Plugin Termine  Contentbereich*/
	width:				100px;
	clear: 				both;
	background-color : 		transparent;
	color:				#000;
	font-weight: 			bold;	
	text-align: 			center;
}
td.headercelltermine:hover {/* Plugin Termine  Contentbereich*/
	background-color : 		blue;
	color:				#990000;
}
#content td.termincell {/* Plugin Termine  Sidebarbereich*/
	clear: 				both;
	padding: 			4px;	
	margin: 			0px;
	vertical-align:			middle;
	text-align: 			left;
	font-size:			100%;
	background-color : 		#fff;
	color:				#000;
}
td.picturecell {/* Plugin Termine  Contentbereich*/
	width:				50px;
	clear: 				both;
	background-color : 		#993333;
	text-align: 			center;
}

table#sidebartermine, table#sidebartermine2{
	width:				100%; 
	font-size:			0.9em;
	border:				none !important;
}
td.sidebarheadercelldatum {/* Plugin Termine  Sidebarbereich*/
	width:				50px;
	clear: 				both;
	background-color : 		#fff;
	color: 				#979B00;
	font-weight: 			bold;	
	text-align: 			center !important;

	padding:			0.5em  0.8em   0.5em  0.8em;
}
td.sidebarheadercelltermine {/* Plugin Termine  Sidebarbereich*/
	width:				50px;
	clear: 				both;
	background-color : 		transparent;
	color:				#000;
	font-weight: 			bold;	
	text-align: 			center !important;

	padding:			0.5em  0.5em   0.5em  0.5em;
}
td.sidebarheadercelltermine:hover {/* Plugin Termine  Sidebarbereich*/
	background-color : 		#993333;
	color:				#F1B518;
}
td.sidebarheadercellereignis {/* Plugin Termine  Sidebarbereich*/
	clear: 				both;
	background-color : 		#fff;
	color: 				#979B00;
	font-weight: 			bold;	
	text-align: 			center;
}
#sidebar td.termincell {/* Plugin Termine  Sidebarbereich*/
	clear: 				both;
	padding: 			4px;	
	margin: 			0px;
	vertical-align:			middle;
	text-align: 			left;
	font-size:			100%;
}

