

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */


#list {
      width: 170px;
      padding-left: 10px;
}

#legend, #list {
        padding-top: 5px;
}

#legend h5, #list h5 {
      margin: 0px;
      padding: 0px;
}
#legend form, #list form {
      margin-top: 0pyx;
      padding-top: 0px;
}

#calendar-nav {
               margin-top: 5px;
}

#month-header .calendar_name {
  display: none;
}
		.tx-cal-controller, .tx-cal-controller table,.tx-cal-controller table td {
	/*		font: 1.0em Verdana,Arial,Helvetica,sans-serif; */
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color:#000;
			}

		.monthsmallbasic, table.monthsmall {
			background-color:#fff;
			text-align:right;
			vertical-align:top;
		}
		table.monthsmall td {
			font: 0.7em  Verdana,Arial,Helvetica,sans-serif; 
		}
		table.monthsmall {
			margin-bottom: 10px;
		}
		.tbll {
			background:url(cal/img/shadow_l.gif) no-repeat;
			width:8px;
			}
		
		.tblbot {
			background:url(cal/img/shadow_m.gif) repeat-x;
			width: 10px;
			}
		
		.tblr {
			background:url(cal/img/shadow_r.gif) no-repeat;
			width:8px;
			}
		
		.rowOn {
			background-color:#cfc;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			}
		
		.rowOn2 {
			background-color:#cfc;
			border-top:1px solid #fff;
			}
		
		.rowOff {
			background-color:#edf2c1;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			}

		.rowOff2 {
			background-color:#edf2c1;
			border-top:1px solid #fff;
			}
		
		.rowToday {
			background-color:#d5e171;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			}
		
		.padd {
			padding:2px;
			}
		
		.eventbg_1 {
			background-color:#557CA3;
			padding:2px;
			}
		
		.eventbg_2 {
			background-color:#53A062;
			padding:2px;
			}
		
		.eventbg_3 {
			background-color:#E84F25;
			padding:2px;
			}
		
		.eventbg_4 {
			background-color:#B257A2;
			padding:2px;
			}
		
		.eventbg_5 {
			background-color:#D42020;
			padding:2px;
			}

		.eventbg_6 {
			background-color:#B88F0B;
			padding:2px;
			}
		
		.eventbg_7 {
			background-color:#73738C;
			padding:2px;
			}
		
		#allday a {
			color:#fff;
			font-weight:900;
			text-decoration:none;
			}
		
		#allday a:hover {
			text-decoration:underline;
			}
		
		.eventbg2_1 {
			background-color:#6699CC;
			border:1px solid #557CA3;
			}
		
		.eventbg2_2 {
			background-color:#4FC464;
			border:1px solid #53A062;
			}
		
		.eventbg2_3 {
			background-color:#FF6D3B;
			border:1px solid #E84F25;
			}

		.eventbg2_4 {
			background-color:#EA62D4;
			border:1px solid #B257A2;
			}
		
		.eventbg2_5 {
			background-color:#FF5E56;
			border:1px solid #D42020;
			}
		
		.eventbg2_6 {
			background-color:#CCB21F;
			border:1px solid #B88F0B;
			}
		
		.eventbg2_7 {
			background-color:#9292A1;
			border:1px solid #73738C;
			}
		
		.dayborder {
			background-color:#fff;
			border-top:1px solid #A1A5A9;
			}
		
		.dayborder2 {
			background-color:#fff;
			border-top:1px dashed #ccc;
			}
		
		.title {
			background-image:url(cal/img/time_bg.gif);
			padding:5px;
			}
		
		.title h1 {
			font-family: Helvetica,sans-serif;
			font-size: 1.4em;
			color:#000;
			margin:0;
			}
		td.title h1 {
			display: inline;
			float: left;
		}
		td.title div {
			float: right;
			display: inline;
			}
		
		.monthback {
			background-color:#A1A5A9;
			}
		
		.monthsmallbasic a {
		/*	font-size: 0.8em; */
			}
		
		.monthmediumbasic {
			background-color:#fff;
			height:20px;
			width:20px;
			text-align:left;
			vertical-align:top;
			}
			
		.monthlargebasic {
			background-color:#fff;
			height:105px;
			width:98px;
			text-align:left;
			vertical-align:top;
			}
		.monthlargebasic div.day {
			font-size: 0.8em;
		}

		.monthlargebasic .kultur_catheader_bullet, .monthlargebasic .wirtschaft_categoryheader_bullet, .monthlargebasic .politik_bullet, .monthlargebasic .kirche_bullet, .monthlargebasic .sport_bullet, .monthlargebasic .kurse_bullet, .monthlargebasic .sonstiges_bullet, .monthlargebasic .default_categoryheader_bullet {
			float: left;
		}

		table.month-large, table.month-large td, table.month-large th {
			border: 1px solid #dbe685;
		}

		table.month-large .weeknum {
			width: 35px;
		}
		
		.monthoff {
			background-color:#F2F2F2;
			}
		
		.monthon {
			background-color:#F2F9FF;
			}
			
		.monthselected {
			border: solid 1px red;
			}
		
		.montheventtop {
			background-image:url(cal/img/side_bg.gif);
			border-top:1px solid #A1A5A9;
			}
		
		.montheventline {
			border-right:1px dotted #A1A5A9;
			}
		
		.medtitle {
			background-image:url(cal/img/side_bg.gif);
			height:20px;
			margin-top:3px;
			font-weight:900;
			}
		
		.yearreg {
			background-color:#fff;
			height:30px;
			width:30px;
			text-align:right;
			vertical-align:top;
			font-size: 0.9em;
			}

		.yearoff {
			background-color:#F2F2F2;
			height:30px;
			width:30px;
			text-align:right;
			vertical-align:top;
			font-size: 0.9em;
			}
		
		.yearon {
			background-color:#F2F9FF;
			height:30px;
			width:30px;
			text-align:right;
			vertical-align:top;
			font-size: 0.9em;
			}
		
		.yearmonth {
			background-color:#ccc;
			}
			
		.yearmonth .kultur_catheader_bullet, .yearmonth .wirtschaft_categoryheader_bullet, .yearmonth .politik_bullet, .yearmonth .kirche_bullet, .yearmonth .sport_bullet, .yearmonth .kurse_bullet, .yearmonth .sonstiges_bullet, .yearmonth .default_categoryheader_bullet, .yearmonth .loge_categoryheader_bullet, .yearmonth .haupt_categoryheader_bullet, .yearmonth .jedd_categoryheader_bullet {
			float: left;
		}
		
		.yearweek {
			background-color:#eee;
			width:30px;
			font-size: 0.9em;
			font-weight:900;
			text-align:center;
			height:15px;
			}
		
		.eventborder {
			background-image:url(cal/img/day_title.gif);
			border:1px #006699 solid;
			}
		
		.calborder {
			background-color:#fff;
			border:1px #A1A5A9 solid;
			margin-bottom: 10px;
			}
		.calborder {
			font-size: 0.8em;
		}
		
		.dateback {
			background-color:#eee;
			}
		
		.weekborder {
			border-top:1px dashed #A1A5A9;
			border-right:1px solid #A1A5A9;
			}
		
		.weekborder2 {
			border-right:1px solid #A1A5A9;
			}
		
		.timeborder {
			border-right:2px solid #A1A5A9;
			border-top:1px dashed #A1A5A9;
			background-image:url(cal/img/time_bg.gif);
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-size: 0.7em;
			color: #f00;
			}
		
		.timeborder2 {
			border-right:2px solid #A1A5A9;
			border-top:1px solid #A1A5A9;
			background-image:url(cal/img/time_bg.gif);
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			}
		
		.navback {
			background-image:url(cal/img/time_bg.gif);
			}
		
		.sideback {
			background: #dbe685;
			padding: 3px;
			text-align: center;
			}
		
		a.psf {
			text-decoration:none;
			}
		
		a.psf:link {
			color:#0066FF;
			}
		
		a.psf:visited {
			color:#0066FF;
			}
		
		a.psf:active {
			color:#3366CC;
			}
		
		a.psf:hover {
			color:#000099;
			text-decoration:underline;
			}

		a.ps2 {
			text-decoration:underline;
			}
		
		a.ps2:link {
			color:#0066FF;
			}
		
		a.ps2:visited {
			color:#0066FF;
			}
		
		a.ps2:active {
			color:#3366CC;
			}
		
		a.ps2:hover {
			color:#000099;
			}
		
		a.ps3 {
			text-decoration:none;
			}
		
		a.ps3:link {
			color:#000;
			}
		
		a.ps3:visited {
			color:#000;
			}
		
		a.ps3:active {
			color:#000;
			}
		
		a.ps3:hover {
			color:#000;
			text-decoration:underline;
			}
		
		a.ps {
			text-decoration:none;
			}
		
		a.ps:link {
			color:#fff;
			}
		
		a.ps:visited {
			color:#fff;
			}
		
		a.ps:active {
			color:#fff;
			}
		
		a.ps:hover {
			color:#fff;
			text-decoration:underline;
			}
		.legend_calendar {
			font-size: 1.0em;
			color:#000000;
			margin-top:10px;
			margin-left:10px; 
			text-align: left;
		}
		
		.V9 {
		
			font-size: 0.9em;
			color:#000000;
			}
		
		.V9 ul {
			margin-bottom: 0px;
			padding-bottom: 0px;
			margin-left:20px;
			padding-left:0px;
			}
		.V9 li {
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
		
		.V10W {
		
			font-size: 1.0em;
			color:#FFFFFF;
			text-decoration:none;
			}
		
		.V9W {
		
			font-size: 0.9em;
			color:#FFFFFF;
			text-decoration:none;
			}
		
		.V10WB {
		
			font-size: 1.0em;
			color:#FFFFFF;
			font-weight:900;
			}
		
		.V9G {
			font-size: 0.9em;
			color:#666666;
			}
		
		.V10 {
		
			font-size: 1.0em;
			color:#000000;
			}
		
		.V9BOLD {
		
			font-size: 0.9em; 
			font-weight:900;
			}

		.G10 {
		
			font-size: 1.1em;
			color:#0066FF;
			}
		
		.G10B {
		
			font-size: 1.1em;
			color:#000000;
			}
		
		.G10BOLD {
		
			font-size: 1.0em;
			font-weight:900;
			}
		
		.G10G {
			font-size: 1.1em;
			color:#A1A5A9;
			}
		
		.V12 {
		
			font-size: 1.2em;
			color:#000000;
			}
		
		.eventfont {
		
			font-size: 1.1em;
			color:#FFFFFF;
			}
		
		.query_style {
			font-size: 0.9em;

			width:156px;
			margin-bottom:0;
			}
		
		.search_style {
			font-size: 0.9em;
		
			width:134px;
			margin-bottom:0;
			}
	

		.tag_large {
			font-size: 0.8em;
		}

/*		.tag_small {
			font-size: 0.8em;
		} */

		.login_style {
			font-size: 1.1em;
		
			width:80px;
			margin-bottom:0;
			}
			
		.bold_link a:link{
			font-weight: bold;
		}
		
		.bold_link a:active{
			font-weight: bold;
		}
		
		.bold_link a:visited{
			font-weight: bold;
		}
		
		/*------------ Category style package: default (blue) - start ------------*/

		.default_categoryheader, .wirtschaft, .wirtschaft_categoryheader {
			background-color:#557CA3;
			font-size: 0.9em;
		}
		
		div.wirtschaft {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.default_categoryheader_bullet, .wirtschaft_categoryheader_bullet {
			color:#557CA3;
			font-size: 1.1em;
		}
		
		.default_categoryheader_text, .wirtschaft_categoryheader_text, .wirtschaft_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.default_categoryheader_legend_bullet, .wirtschaft_categoryheader_legend_bullet {
			margin-left:3px;
		}
		
		.default_categoryheader_legend_text, wirtschaft_categoryheader_legend_text {
		}
		
		.default_categoryheader_allday, .wirtschaft_categoryheader_allday {
			text-align:center;
			background: #557CA3;
		}
		
		.default_categorybody, .wirtschaft_catbody {
			background-color:#6699CC;
			border: 1px solid #557CA3;
			color: #fff;
		}
		
		.default_categorybody a:link, a, .wirtschaft_categorybody a:link, a {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: default (blue) - end ------------*/
		/*------------ Category style package: green - start ------------*/
		
		div.eventfont .green_catheader, div.eventfont .kultur_catheader {
			background-color:#53A062;
			font-size: 0.9em;
		}

		
		div.kultur {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.green_catheader_bullet, .kultur_catheader_bullet{
			color:#4FC464;
			font-size: 1.1em;
		}
		
		.green_catheader_text, .kultur_catheader_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.green_catheader_legend_bullet, .kultur_catheader_legend_bullet {
			margin-left: 3px;
		}
		
		.green_catheader_bullet_text, .kultur_catheader_bullet_text {
		}
		
		.green_catheader_allday, .kultur_catheader_allday {
			text-align:center;
			color: #000;
			background-color: #4FC464;
		}
		.green_catheader_allday a, .kultur_catheader_allday a {
			color: #000;
		}
		
		.green_catbody, .kultur_catbody {
			background-color:#4FC464;
			border: 1px solid #53A062;
			color: #fff;
		}
		
		.green_catbody a:link, .kultur_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: green - end ------------*/
		/*------------ Category style package: orange - start ------------*/

		div.eventfont .orange_catheader, div.eventfont .politik_catheader {
			background-color:#E84F25;
			font-size: 0.9em;
		}
		
		div.politik {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.orange_catheader_bullet, .politik_catheader_bullet {
			color:#FF6D3B;
			font-size:1.1em;
		}
		
		.orange_catheader_text, .politik_catheader_text, .politik_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.orange_catheader_legend_bullet, .politik_catheader_legend_bullet {
			margin-left:3px;
		}
		
		.orange_catheader_bullet_text, .politik_catheader_bullet_text {
		}
		
		.orange_catheader_allday, .politik_catheader_allday {
			text-align:center;
			background-color:#FF6D3B;
		}
		
		.orange_catbody, .politik_catbody {
			background-color:#FF6D3B;
			border: 1px solid #E84F25;
			color: #fff;
		}
		
		.orange_catbody a:link, .politik_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: orange - end ------------*/
		/*------------ Category style package: pink - start ------------*/
		
		div.eventfont .pink_catheader, div.eventfont .kirche_catheader {
			background-color:#B257A2;
			font-size: 0.9em;
		}
		
		div.kirche {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.pink_catheader_bullet, .kirche_catheader_bullet, .kirche_bullet {
			color:#EA62D4;
			font-size:1.1em;
		}
		
		.pink_catheader_text, .kirche_catheader_text, .kirche_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.pink_catheader_legend_bullet, .kirche_catheader_legend_bullet {
			margin-left:3px;
		}
		
		.pink_catheader_bullet_text, .kirche_catheader_bullet_text {
		}
		
		.pink_catheader_allday, .kirche_catheader_allday {
			text-align:center;
			background-color:#EA62D4;
		}
		
		.pink_catbody, .kirche_catbody {
			background-color:#EA62D4;
			border: 1px solid #B257A2;
			color: #fff;
		}
		
		.pink_catbody a:link, .kirche_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: pink - end ------------*/
		/*------------ Category style package: red - start ------------*/

		div.eventfont .red_catheader, div.eventfont .sport_catheader  {
			background-color:#D42020;
			font-size: 0.9em;
		}
		
		div.sport {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.red_catheader_bullet, .sport_catheader_bullet, .sport_bullet {
			color:#FF5E56;
			font-size:1.1em;
		}
		
		.red_catheader_text, .sport_catheader_text, .sport_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.red_catheader_legend_bullet, .sport_catheader_legend_bullet {
			margin-left:3px;
		}
		
		.red_catheader_bullet_text, .sport_catheader_bullet_text {
		}
		
		.red_catheader_allday, .sport_catheader_allday {
			text-align:center;
			background-color:#FF5E56;
		}
		
		.red_catbody, .sport_catbody {
			background-color:#FF5E56;
			border: 1px solid #D42020;
			color: #fff;
		}

		.red_catbody a:link, .sport_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: red - end ------------*/
		/*------------ Category style package: yellow - start ------------*/

		div.eventfont .yellow_catheader, div.eventfont .kurse, div.eventfont .kurse_catheader  {
			background-color:#B88F0B;
			font-size: 0.9em;
		}
		
		div.kurse {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.yellow_catheader_bullet, .kurse_catheader_bullet, .kurse_bullet {
			color:#CCB21F;
			font-size:1.1em;
		}

		.yellow_catheader_text, .kurse_catheader_text, .kurse_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.yellow_catheader_legend_bullet, .kurse_catheader_legend_bullet {
			margin-left:3px;
		}
		
		.yellow_catheader_bullet_text, .kurse_catheader_bullet_text {
		}
		
		.yellow_catheader_allday, .kurse_catheader_allday {
			text-align:center;
			background-color:#CCB21F;
		}
	
		.yellow_catbody, .kurse_catbody {
			background-color:#CCB21F;
			border: 1px solid #B88F0B;
			color: #fff;
		}
		
		.yellow_catbody a:link, .kurse_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: yellow - end ------------*/
		/*------------ Category style package: grey - start ------------*/

		div.eventfont .grey_catheader, div.eventfont .sonstiges_catheader {
			background-color:#73738C;
			font-size: 0.9em;
		}
		
		div.sonstiges {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.grey_catheader_bullet, .sonstiges_catheader_bullet, .sonstiges_bullet {
			color:#9292A1;
			font-size:1.1em;
		}

		.grey_catheader_text, .sonstiges_catheader_text, .sonstiges_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}

		.grey_catheader_legend_bullet, .sonstiges_catheader_legend_bullet {
			margin-left:3px;
		}

		.grey_catheader_bullet_text, .sonstiges_catheader_bullet_text {
		}

		.grey_catheader_allday, .sonstiges_catheader_allday {
			text-align:center;
			background-color:#9292A1;
		}

		.grey_catbody, .sonstiges_catbody {
			background-color:#9292A1;
			border: 1px solid #73738C;
			color: #fff;
		}

		.grey_catbody a:link, .sontiges_catbody a:link {
			color: #000;
			text-decoration: none;
		}
		
		/*------------ Category style package: grey - end ------------*/
		
		.bold {
			/*font-weight:bold;*/
		/* 	font-size: 0.8em; */

		}

		.refresh_calendar {
			margin-right:5px;
		}

		/*  Start of moving stuff from the templat into this file */

		.tx-cal-controller .weekview {
			margin:0 auto;
			float: left;
			font-size: 0.9em;
		}
		.tx-cal-controller .weekview .padd {
			font-size: 0.8em;
		}

		.tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow{
			width:16px;
			height:20px;
			border:0px;
			text-align:left;
		}

		.previsousweek_arrow {
			text-align:right;
		}



		/*------------ Category style package: Halle Auf der Loge - start ------------*/

		.loge_categoryheader {
			background-color:#F7D0F6;
			font-size: 0.9em;
		}

		div.loge {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}

		.loge_categoryheader_bullet {
			color:#F7D0F6;
			font-size:1.1em;
                }

                table.month-large .loge_categoryheader_bullet, #legend .loge_categoryheader_bullet, table.create .loge_categoryheader_bullet {
			display: none;
		}

		.loge_categoryheader_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
			background: #F7D0F6;
		}

                table.create .loge_categoryheader_text {
			font-size: 0.9em;
			padding: 2px;
                }


		.loge_categoryheader_text a div {
			color:#000000;
			background: #F7D0F6;
			padding: 2px;
			margin-bottom: 1px;
			margin-top: 1px;
		}

		.loge_categoryheader_legend_bullet {
			margin-left:3px;
		}

		.loge_categoryheader_legend_text {
		}

		.loge_categoryheader_allday {
			text-align:center;
			background: #F7D0F6;
		}

		.loge_categorybody {
			background-color:#F7D0F6;
			border: 1px solid #557CA3;
			color: #fff;
		}

		.loge_categorybody a:link, a {
			color: #000;
			text-decoration: none;
		}

		/*------------ Category style package: Loge - end ------------*/

		/*------------ Category style package: Halle Gerhard-Hauptmann-Straße - start ------------*/

		.haupt_categoryheader {
			background-color:#C7B8ED;
			font-size: 0.9em;
		}

		div.haupt {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}

                .haupt_categoryheader_bullet {
			color:#C7B8ED;
			font-size:1.1em;
                }

                table.month-large .haupt_categoryheader_bullet, #legend .haupt_categoryheader_bullet, table.create .haupt_categoryheader_bullet {
			display: none;
		}

		.haupt_categoryheader_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
			background: #C7B8ED;
		}

                table.create .haupt_categoryheader_text {
			font-size: 0.9em;
			padding: 2px;
                }
		.haupt_categoryheader_text a div {
			color:#000000;
			background: #C7B8ED;
			padding: 2px;
			margin-bottom: 1px;
			margin-top: 1px;
		}

		.haupt_categoryheader_legend_bullet {
			margin-left:3px;
		}

		.haupt_categoryheader_legend_text {
		}

		.haupt_categoryheader_allday {
			text-align:center;
			background: #C7B8ED;
		}

		.haupt_categorybody {
			background-color:#C7B8ED;
			border: 1px solid #557CA3;
			color: #fff;
		}

		.haupt_categorybody a:link, a {
			color: #000;
			text-decoration: none;
		}

		/*------------ Category style package: Loge - end ------------*/

		/*------------ Category style package: Halle Auf der Loge - start ------------*/

		.jedd_categoryheader {
			background-color:#A4C6E2;
			font-size: 0.9em;
		}

		div.jedd {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}

                .jedd_categoryheader_bullet {
			color:#A4C6E2;
			font-size:1.1em;
                }

                table.month-large .jedd_categoryheader_bullet, #legend .jedd_categoryheader_bullet, table.create .jedd_categoryheader_bullet {
			display: none;
		}

		.jedd_categoryheader_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
			background: #A4C6E2;
		}

                table.create .jedd_categoryheader_text {
			font-size: 0.9em;
			padding: 2px;
                }

		.jedd_categoryheader_text a div {
			color:#000000;
			background: #A4C6E2;
			padding: 2px;
			margin-bottom: 1px;
			margin-top: 1px;
		}

		.jedd_categoryheader_legend_bullet {
			margin-left:3px;
		}

		.jedd_categoryheader_legend_text {
		}

		.jedd_categoryheader_allday {
			text-align:center;
			background: #A4C6E2;
		}

		.jedd_categorybody {
			background-color:#A4C6E2;
			border: 1px solid #557CA3;
			color: #fff;
		}

		.jedd_categorybody a:link, a {
			color: #000;
			text-decoration: none;
		}

		/*------------ Category style package: Loge - end ------------*/


		/*------------- free & busy styles ----------*/
		.fnb_header{
			background-color:#444444;
		}

		.fnb_body{
			background-color:#888888;
			border: 1px solid #999999;
			color: #fff;
		}

		td.weeknum, td.weekday {
			font-weight: bold;
		}
		th.weekday {
			font-size: 0.8em;
			background: #f7f9e3;
		}
		.weeknum, .weekday {
			background: #f7f9e3;

		}
		.weeknum a {
			font: 0.8em Verdana,Arial,Helvetica,sans-serif;
			}

		.listdatum {
			font: 0.8em Verdana,Arial,Helvetica,sans-serif;
			color: #f00;
		}
		.listdatum .eventdatum {
			font-size: 0.9em;
			}
		.listbild {
		}
		.listtext {
			font: 0.8em Verdana,Arial,Helvetica,sans-serif;
		}
		.listtext .eventlink a {
			font: 0.9em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		.listtext .V9G a {
/*			font-size: 0.9em; */
		}

		.listdatum .V9G {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-size: 0.8em;
		}
		.cal-single-imgcaption {
			font-size: 0.7em;
			padding-top: 0px;
			margin-top: 5px;
		}

		#month-header {
			width: 99%; }

		#month-header-prevnext { display: inline; float: left; }
		#month-header-prevnext a img {
			text-decoration: none;
			border: none;
		}
		
		#month-header-icons { display: inline; float: right; }
		#month-header-icons  a img {
                        text-decoration: none;
                        border: none;
                }
		a img {
			border: none;
			}

		#month-footer-header   a img {
                        text-decoration: none;
                        border: none;
                }


		table.treelevel0 td {
			text-align: left;
		}
div.info_links div.tx-cal-controller {
		line-height: 160%;
}

div.info_links div.tx-cal-controller table {
		font-size: 1.1em;
}

#minical {
	float: left;
		
}

#minical .calborder {
          border: 1px solid #fff;
	
}

div.calmini1, div.calmini2 {
	padding: 2px;	
}
div.calmini1 {
	background-color: #f7f9e3;
}

div.calmini1 h4, div.calmini2 h4, div.calmini1 span.h4, div.calmini2 span.h4 {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
        font-size: 1.0em;
}

div.calmini-kopf {
        width: 164px;
        float: left;
        background: #b3ca00;
}

div.calmini-cat {
	float: right;
	width: 150px;
	text-align: right;
}

div.calmini-kopf h2 {
        text-decoration: none;
        font-family: Arial, Helvetica, sans_serif;
        font-size: 1.0em;
        color: #fff;
        margin: 0px;
        padding: 2px;
        padding-bottom: 4px;
        font-weight: normal;
}

/* ----------------------------------- Listenansicht Termine */
div.eventliste div.eventinfo, div.bloginfo {
	border: 1px solid #eee;
	clear: both;
	margin-bottom: 10px;
	padding: 1px;
	font-weight: normal;
	padding-bottom: 15px;
}

	
div.eventliste div.eventkopf, div.blogkopf {
	background-color: #eee;
	float: left;
	padding-top: 3x;
	padding-bottom: 3px;
	margin-bottom: 5px;
	
}
div.eventliste h1 {
        font-size: 1.2em;
        font-weight: bold;
        color: #666;
} 
div.eventliste  div.eventbild {
	float: left;
}

div.eventliste  div.eventbild img {
	margin-right: 10px;
}
div.eventliste div.eventdate {
	float: left;
	margin-left: 2px;
	font-size: 0.9em;
}
div.blogtitle {
        margin-left: 2px;
	float: left;
        font-size: 1.0em;
}
div.blogtitle h3, div.blogtitle h3 a {
	display: inline;
	padding: 0px;
	margin: 0px;
}
p.postmetadata {
	font-size: 0.7em;
	padding-right: 10px;
	padding-left: 10px;
}
div.entry p {
	padding-left: 10px;
	padding-right: 10px;
}
div.eventliste div.eventkategorie, div.blogkategorie {
	float: right;
	margin-right: 2px;
	font-size: 0.8em;

}

div.eventliste div.event {
	clear: right;
	font-size: 0.8em;
}

div.eventliste div.event h2  {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	display: inline;
}
div.eventliste div.event p {
	font-weight: normal;
}
/* ----------------------------------- Einzelansicht Termine */



div.ev-info {
	background: #eee;
	padding: 2px;
	font-size: 0.8em;
	float: left;
}
#calendar-event h2 {
	padding-bottom: 5px;
}
div.ev-datum  {
	float: left;
}
div.ev-zeit {
	float: left;
}
div.ev-orga {
	float: right;
}
div.ev-loc {
	float: right;
}
div.ev-image {
	margin-top: 25px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
}
div.ev-image p.cal-single-imgcaption {
}
div.ev-beschr {
	margin-top: 10px;
	padding-top: 0px;
	font-size: 0.9em;
}
div.ev-att {
}

#calendar-event-backlink a {
	color: #b3ca00;
	font-weight: bold;
	font-size: 0.8em;
}
#calendar-event-backlink {
	margin-top: 20px;
}
div.pageof {
	float: left;
	font-size: 0.8em;
	}
div.seiten {
	float: right;
	font-size: 0.8em;
	}


span.calpage {
	padding-right: 10px;
	font-size: 0.8em;
}

#calendar-event table {
	font-size: 0.9em;
}

.tx-newloginbox-pi1 th {
	font-size: 0.8em;
}
table.create {
        font-size: 0.8em;
        }

body {
        background: #fff;
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
}

div.box {
        width: 17cm;
        margin: 0;
        top: 0px;
        left: 0px;
}
div.alles {
}
div.grau {
        height: 50px;
}

div.wappen {
        float: left;
        margin-top: 6px;
        margin-left: 4px;
}

div.wappen a {
        text-decoration: none;
}
div.wappen img {
        border: none;
}

div.gruen1, #gruen2 {
        display: none;
}

div.kopf {
        width: 17cm;
        overflow: hidden;
        height: 143px;
        margin: 0px 0px 0px 0px;
        border-top: 1px solid #fff;
}

* html  div.kopf {
        width: 17cm;
        height: 143px;
        margin: 0px 0px -1px 0px;
        border-top: 1px solid white;
}


#gruen2 ul {
        display: none;
}

div.links {
        display: none;
}

div.mitte {
        text-align: center;
}

div.inhalt {
        border: 1px solid #b3ca00;
        margin-top: 10px;
        margin-bottom: 7px;
        text-align: left;
        font-family: Arial, Helvetica, sans_serif;
        padding: 10px;
}

div.inhalt p {
        width: 16cm;
        line-height: 150%;
}

div.inhalt p a {
        color: #000;
}

div.info_rechts {
        width: 595px;
        border: 2px solid #b3ca00;
        font-family: Arial, Helvetica, sans_serif;
        font-size: 10pt;
        margin-bottom: 10px;
}

div.fuss {
        display: none;
}


div.vcard {
        margin-top: 10px;
        width: 175px;
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid red;
}
div.vcard a {
        color: #a0b500;
        }


/* ############################### Zusatzinfos Brase  ########################## */
div.rechts {
        width: 600px;
        margin: 0px;
        padding: 0px;
/*        border: 2px solid #b3ca00; */
        font-family: Arial, Helvetica, sans_serif;
        font-size: 10pt;
        margin-top: 10px;
}


.tx-ttaddress-pi1 {
        /* IE hack */
        height: 1%;
        line-height: 1.3;
        /* IE hack end */
        padding-left: 2px;
        padding-right: 2px;
}

.tx-ttaddress-pi1 h3  {
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-top: 5px;
        font-size: 1.0em;
        line-height: 160%;

}
.tx-ttaddress-pi1 p  {
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #000;
        font-size: 0.9em;
        line-height: 160%;
}

.vcard {
        padding-top: 5px;
        padding-bottom: 5px;
}
.fn {
        color: #444;
        font-weight: bold;
}


ul.content-menue {

}

ul.content-menue, li.content-menue {
        list-style-image: url(fileadmin/sysgrafik/punkt-gruen);
        font-size: 0.95em;

}

.csc-textpic-caption {
        font-size: 0.9em;
        padding-top: 5px;
        color: #444;
}

.tx-a1teasermenu-pi1 td {
        font-size: 0.9em;
}

.tx-a1teasermenu-pi1 a {
        font-weight: bold;
}
.tx-a1teasermenu-pi1 img {
        margin-right: 10px;
}

div.cl {
/*      clear: both; */
}

div.contmen {
        border: 2px solid #e7e7e7;
        padding: 1px;
        margin-top: 10px;
}
div.conth {
}

div.contmen h3 {
        padding: 3px;
        margin: 0px;
}
div.contmen ul {
        line-height: 100%;
        font-size: 0.9em;
        padding-top: 0px;
}
div.contmen li {
        font-size: 0.9em;
        margin-top: 0px;
}
div.selbst {
        display: none;
}

div.suche {
        margin-right: 10px;
        padding-top: 24px;
}


div.suche input {
        height: 20px;
        margin: 0px;
        padding: 0px;

}

/* ---------------------------------------  Suchergebnisse -------------------------- */

.tx-indexedsearch .tx-indexedsearch-browsebox li { display:inline; margin-right:5px; }
/*.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead  { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { font-size:16px; font-weight:bold; } */

.tx-indexedsearch-res .tx-indexedsearch-res {
        width: 590px;
        font-family: Arial, Helvetica, sans_serif;
        font-size: 0.9em;
        border: 2px solid #e7e7e7;
        padding: 1px;
        margin-top: 10px;

}
.tx-indexedsearch-result-header {
        width: 584px;
        padding: 3px;
}
.tx-indexedsearch-result-header img {
}
.tx-indexedsearch-result-number {
        display: inline;
}
.tx-indexedsearch-title {
        display: inline;
        font-weight: bold;
}
.tx-indexedsearch-percent {
        display: inline;
}
.tx-indexedsearch-descr {
        padding: 10px;
        line-height: 140%;
}
.tx-indexedsearch-info {
        padding: 5px;
        text-align: right;
        padding-right: 10px;
        font-size: 0.7em;

}
.tx-indexedsearch-path {
        padding-left: 10px;
        border-top: 1px solid #e7e7e7;
        text-align: left;
        paddin-bottom: 3px;
        padding-top: 3px;
}
.tx-indexedsearch-list {
}

ul.browsebox {
        padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
        font-size: 0.8em;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */          .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em;}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {  }
.tx-indexedsearch .info-tmpl-css dd.item-mtime {  }
.tx-indexedsearch .info-tmpl-css dd.item-path {  }

div.nurprint {
        display: inline;
}
