/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #f6f6f6;
	background-color: #ffffff;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul { /* TOOLTIP GANZER INHALT */
	padding: 0; padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #f6f6f6;
}
#tooltip li { /* TOOLTIP TITEL */
	margin:5px 0;
	width: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px dashed #f6f6f6;
	padding-top:5px;
}
#tooltip li:first-child { /* TOOLTIP TITEL */
	border-top:0px;
	margin-top:0px;
	padding-top:0px;
}
/* * Large Calendar */
/* * Calendar formatting */
#CalendarLarge-Header { /* Monat */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-bottom: 10px;
	border-bottom:1px dashed #dddeee;
	margin-top:-10px; margin-bottom:15px;
	font-weight:bold;
}
#EC_previousMonthLarge, #EC_nextMonthLarge { /*Monat letztes nächstes */
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#EC_previousMonthLarge:hover, #EC_nextMonthLarge:hover {
	color:#ff0000;
}
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td { /* TABELLE */
	border: thin solid #f6f6f6;
	width: 150px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
.event-block a:hover
{
	color:#ff0000;
}
#wp-calendarLarge .event-block { /* TAG MIT VERANSTALTUNG */
	border-top: 1px dashed #f6f6f6;
	display: block;
	font-size:10px;
	font-weight:normal;
	padding: 5px 0 5px 2px;
	line-height: 11px;
	color: #000000;
}
#wp-calendarLarge .dayHead { /* TAGE 1., 2. ... */
/* 
background-color: #333333;
*/
	background-color: #ff0000;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	z-index: 1000;
}
#todayLarge {
	background-color: #f6f6f6;
	color: #000000;
}
/* * Days events calendar - FULL SCREEN */
#EC_daysEvents {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#EC_daysEvents a { /* Links zum Post */
	text-decoration:none;
	color:#000000;
	font-size:10px;
	padding-left:7px;
	display:block;
	margin-top:5px;
}
#EC_daysEvents a:before {
	content: "\00BB ";
}
#EC_daysEvents a:hover {
	color:#ff0000;
}
.EC_title { /*TITEL */
	font-size:20pt;
	line-height:23pt;
	letter-spacing:-1px;
	padding:5px 0px;
	margin:5px 0;
	border-bottom:1px solid #f6f6f6;
}
.EC_location, .EC_time, .EC_date {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.EC_time, .EC_date {
	margin-bottom:5px;
}
.EC_linkout_and_postid {
	margin-top:10px;
	display:none;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption { /*MONAT */
	margin:10px 0;
	width: 100%;
	text-align: center;
}
#wp-calendar caption b { /*MONAT */
	width: auto;
	display:inline;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
}

#wp-calendar { /* BOX */
	margin: 0 1px 0 2px;
	border-collapse: collapse;
	width:100%;
}
*+html #wp-calendar #today {
	border: 1px solid #000000 !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #ffffff;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 1px solid #000000;
*/
	z-index: 1;
}
#wp-calendar thead tr {
	background-color:#FF0000;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid #dddeee;
}
#wp-calendar .padday {
	background-color: #ffffff;
}
#wp-calendar th {
	width: 11%;
	color: #000000;
	padding:5px 0;
	font-weight:normal;
	background-color: #ffffff;
	border-top:1px solid #000000; border-bottom:1px solid #000000;
}
#EC_previousMonth, #EC_nextMonth
{
	color:#CCCCCC;
}
#EC_previousMonth:hover, #EC_nextMonth:hover
{
	color:#ff0000;
}
#wp-calendar td {
	border-bottom: 1px solid #dddeee;
	background-color: white;
	text-align: center;
	padding:5px 0;
}
/* * Widget List Calendar OPTIONAL */
#events-calendar-list li {
	font-family: Arial, Tahoma, Script;
	font-size: small;
	font-stretch: condensed;
	list-style-image: url(../images/list.gif);
	line-height: normal;
	text-align: left;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#events-calendar-list li:hover {
	background-color: gainsboro;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background-color:#FFFF00;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}