

.htmlarea .toolbar label {
	width: auto !important; 
}

#calendar_hidden {
	visibility: hidden;
	display: none;
}

#input-marginleft {
	margin-left: 180px;	
}

.listwrap {
	width:170px;
	padding:0 0 15px 0;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-color:#f1f2f3;
}
.list_title { 
	width:140px;
	padding:15px 15px 0 15px;
	margin-bottom:-10px;
}
.list_title h1{ 
	color: #d40024;
}
.listwrap a{
	color: #d40024;
}
.listwrap a:hover{
	color: #808080;
}

div.listMonthWrap {
	position: relative;
	width: 100%;
	height: 2.5em;
	display:none;
}

div.listMonthWrapTitle {
	position: absolute;
	left: 10px;
	top: 0.5em;
	width: 60%;
	font-weight: bold;
}

div.listMonthWrapLink {
	position: absolute;
	right: 10px;
	top: 0.5em;
	width: 30%;
	text-align: right;
}

div.listMonthWrapLink a {
	padding-left:15px;
	background-repeat:no-repeat;
	background-position: left center;
}

div.listEventWrap {
	float:left;
	clear:both;	
	padding-left:0px;
	width:170px;
}

div.listEventContent_odd {
	padding: 0px;
	position:relative;
	margin: 15px 15px 0px 15px;
}
div.listEventContent_even {
	position:relative;
	border-bottom: 1px #000 dotted;
	border-top: 1px #000 dotted;
	margin: 15px 15px 0px 15px;
	padding:15px 0px;
}

div.listEventContent h2 {
	margin:0px;
	padding:0px;
	font-size:11px;
	}
	
.date {
	color:#5B5B5D;
}
.morelink_list_even {
	width:10px;
	float:right;
	position:absolute;
	z-index:100;
	right:0;
	bottom:24px;
	font-size:11pt;
	margin-right:-3px;
}
.morelink_list_odd {
	width:10px;
	float:right;
	position:absolute;
	z-index:100;
	right:0;
	bottom:2px;
	margin-right:-3px;
	font-size:11pt;
}
.morelink {
	width:10px;
	float:right;
	position:absolute;
	z-index:100;
	right:0;
	bottom:3px;
}

.morelink {
}

div.eventContent h1 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
.monthSelected, .monthSelectedWeek {
			background-color: #FFFFFF;
		}

.cal_day6,
.cal_day0 {
}

.listwrap div dt div {
	display: inline-block;
}

td.event-label {
	font-size: 11px;
	color: #666666;
}

td.listTitle {
	padding-bottom: 10px;
}
td.event-description {
	padding: 20px 0 30px 0;	
}
.listwrap .list-title {
	margin-bottom: 4px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}


.neue_veranstaltung_list {
	float: right;
	font-weight: normal;
	font-size: 0.8em;
}


.event-text a.default_catheader {
	font-size: 12px;
}

.event-text {
	font-size: 11px;
	color: #000000;
	padding: 3px;
}

.event-text-special {
	font-size: 12px;
	color: #000000;
	line-height:1.2em;
}

.listwrap .category {
	
}

div.EventContent {
	padding: 0px;
	position:relative;
}
.event-label {
	width: 120px;
}

#event-title {
}

#calendar-event p {
}

#edit_link {
	display: block !important;
	margin-bottom: 10px;
	}

#calendar-event div {
	display: inline-block;	
	width: 100%;
	padding-bottom: 4px;
}

#calendar-event div p.event-label {
	font-weight: bold;
}
#calendar-event div span.event-text {
	float: left;
}

#calendar-event div span.event-text p{
	width: 400px;
}

#calendar-event {
	background-repeat: no-repeat;
}

#calendar-event-backlink {
	margin-top: 20px;	
}


/* START new classes and  id's */
		#month-header {
			width: 585px;
			margin-bottom: 7px;
			}
		#month-header-prevnext {
			float: left;
			}

		#month-header-icons {
			float: right;
			text-align: right;
			}
			
		#month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
			border: 0px solid;
			}

		#month-footer {
			width: 585px;
			margin-bottom: 7px;
			}
			
		#month-footer-header {
			text-align: center;
			}

		table.month-small {
			border: 1px solid #A1A5A9;
			border-collapse: collapse;
			}
		.month-weeknums {
			border-right:1px solid #AAAAAA;
			background-color:#EFEFEF;
			text-align: center;
		}
		
		.month-weekdays {
			border-bottom:1px solid #AAAAAA;
			background-color:#EFEFEF;
		}
		.month-small a:link,.monthoff a:visited {
			color: #000000;
		}
		
		.month-small th,
		.month-small td {
			padding: 2px;
			width: 22px;
			font-size: 10px;
			text-align: right;
		}
		
		.month-small th{
			text-align: center;
		}
							

		.month-large {
			border: 1px solid #A1A5A9;	
			border-collapse: collapse;
			width: 585px;
			margin-bottom: 10px;
		}

		.month-large th,
		.month-large td {
			border: 1px solid #A1A5A9;
			}

		.month-large .weekday {
			background-color: #EEE;
			height: 12px;
			text-align: center;
			}

		.month-large .weeknum {
			background-color: #A1A5A9;
			width: 22px;
		}

		.month-large .day {
			/*
			width: 100px;
			*/
			width: 13.9%;
			height: 115px;
			vertical-align: top;
			text-align: left;
		}
		
		.month-large .daylink {
			font-weight: bold;
		}

		.month-large .day div {
			text-align: right;
			padding-right: 3px;
		}

		/*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
		#calendar-nav {
			width: 100%;
		}

		#calendar-nav td {
			vertical-align: top;
			}

		#calendar-nav td#previous {
			width: 175px;
			}

		#calendar-nav td#list {
			width: 188px;
			}

		#calendar-nav td#legend {
			width: 188px;
			}

		#calendar-nav td#next {
			width: 175px;
			}

		#link-ics,
		#link-admin {
			width: 100%;
			text-align: center;
			}

		/* END new classes and  id's */
		
		.calborder {
			background-color: #fff;
			border: 1px solid #A1A5A9;
			}
		
		.tbll {
			width: 8px
			}
		
		.tblbot {
			width: 100%
			}
		
		.tblr {
			width: 8px
			}
		
		.rowOn {
			background-color: #ccc;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOn2 {
			background-color: #ccc;
			border-top: 1px solid #fff;
			}
		
		.rowOff {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOff2 {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			}
		.rowOff span.V12 a,	
		.rowOff2 span a {
			color: #d40024;
			}
		
		.rowToday {
			background-color: #bf7e89;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.tx-cal-controller .padd {
			/*XXXpadding: 2px;*/
			padding: 2px 5px;
			}
		
		.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 {
			font-size: 9px;
			color: #fff;
			font-weight: 900;
			text-decoration: none;
			}
		
		#allday a:hover {
			text-decoration: underline;
			}
		.eventDay a {
			color:#d40024;
		}
		.eventbg2_1 {
			background-color: #eeeadf;
			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;
			}
		
		.tx-cal-controller .title {
			padding: 5px;
			}
		
		.tx-cal-controller .title h1 {
			font-family: Helvetica,sans-serif;
			font-size: 18px;
			color: #000;
			margin: 0;
			}
		
		.monthBack {
			background-color: #A1A5A9;
			}
		
		.monthSmallBasic {
			text-align: left;
			vertical-align: top;
			}
		
		.monthMediumBasic {
			height: 20px;
			width: 20px;
			text-align: left;
			vertical-align: top;
			background-color:#fff;
			}
				.monthCurrentWeek {
			background-color: #e9e9e9;
		}
		.monthOff, .monthOff a:link,.monthOff a:visited {
			color: #BBBBBB ! important;
		}
		
		.monthWeekend {
			background-color: #FFFFEF;
		}

		.month-small th, .month-medium th, .month-large th {
			font-weight: normal;
		}
		
		.month-small th a:link, .month-small th a:visited, .month-medium th a:link, .month-medium th a:visited, .month-large th a:link, .month-large th a:visited{
			font-weight: bold;
			color: #000000;
		}
		
		.monthToday {
			background:#bf7e89 none repeat scroll 0% !important;
			border-color:#556677 rgb(170, 187, 204) rgb(170, 187, 204) rgb(85, 102, 119) !important;
			border-style:solid !important;
			border-width:1px !important;
		}
		
		.monthToday a:link, .monthToday a:visited {
			color:#000000;
		}
			
		.monthCorner {
			border-bottom: 1px solid #AAAAAA;
		}
			
		
		.monthEventTop {
			border-top: 1px solid #A1A5A9;
			}
		
		.monthEventLine {
			border-right: 1px dotted #A1A5A9;
			}
		
		.medtitle {
			height: 20px;
			margin-top: 3px;
			font-weight: 900;
			}
		
		.yearreg {
			background-color: #fff;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearoff {
			background-color: #F2F2F2;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearon {
			background-color: #F2F9FF;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearmonth {
			background-color: #ccc;
			}
		
		.yearweek {
			background-color: #eee;
			width: 30px;
			font-size: 9px;
			font-weight: 900;
			text-align: center;
			height: 15px;
			}
		
		.eventborder {
			border: 1px #006699 solid;
			}
		
		.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;
			}
		
		.timeborder2 {
			border-right: 2px solid #A1A5A9;
			border-top: 1px solid #A1A5A9;
			}
		
		.tx-cal-controller .navback {
			}
			
		.tx-cal-controller .navback img{
			border:none;
			}
		
		.tx-cal-controller .sideback {
			}
		
		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: 9px;
			color: #000000;
			margin-top: 1em;
			margin-left: 1em;
		}
		
		.V9 {
			text-align:left ! important;
			font-size: 9px;
			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: 10px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V9W {
			font-size: 9px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V10WB {
			font-size: 10px;
			color: #FFFFFF;
			font-weight: 900;
			}
		
		.V9G {
			font-size: 9px;
			color: #666666;
			}

		.V10 {
			font-size: 10px;
			color: #000000;
			}
		
		.V9BOLD {
			font-size: 9px;
			font-weight: 900;
			}
		
		.G10 {
			font-size: 11px;
			color: #0066FF;
			}
		
		.G10B {
			font-size: 11px;
			color: #000000;
			}
		
		.G10BOLD {
			font-size: 11px;
			font-weight: 900;
			}
		
		.G10G {
			font-size: 11px;
			color: #A1A5A9;
			}
		
		.V12 {
			font-size: 12px;
			color: #000000;
			}
		
		.tx-cal-controller .eventfont {
			font-size: 11px;
			color: #FFFFFF;
			}
		
		.tx-cal-controller .query_style {
			font-size: 11px;
			width: 156px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .search_style {
			font-size: 12px;
			width: 134px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .login_style {
			font-size: 11px;
			width: 80px;
			margin-bottom: 0;
				}
			
		.tx-cal-controller .bold a:link {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:active {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:visited {
			font-weight: bold;
			}

		/* Pagebrowser */
		.tx-cal-controller .pagebrowser span {
			padding: 0 2px;
			}

		/*------------ Category style package: default (blue) - start ------------*/
		
		.default_categoryheader,
		.default_catheader {
			background-color: #bf7e89;
			/*
			background-color: #ffffff;
			*/
			}
		
		.V9G .default_categoryheader,
		.V9G .deafult_catheader {
			background-color: transparent !important;
			color: #557CA3 !important;
		}
		
		.default_categoryheader_bullet,
		.default_catheader_bullet {
			color: #D40024;
			font-size: 13px;
			}
		
		.default_categoryheader_text,
		.default_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.default_categoryheader_legend_bullet,
		.default_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.default_categoryheader_legend_text,
		.default_catheader_legend_text {
			}
		
		.default_categoryheader_allday,
		.default_catheader_allday {
			text-align: center;
			background-color: #6699CC;
			}
		 
		.default_categorybody,
		.default_catbody {
			background-color: #eeeadf;
			border: 1px solid #5B5B5D;
			color: #5B5B5D;
			}
		
		.default_categorybody a:link,
		.default_catbody a:link {
			color: #5B5B5D;
			}
		.default_categorybody a:hover,
		.default_catbody a:hover {
			color: #db2b36;
			}
		/*------------ Category style package: default (blue) - end ------------*/	
		/*------------ Category style package: sonntag - start ------------*/
		
		.sonntag_catheader, .sonntag_catheader_allday {
			background-color: #b20303;
			}
		
		.V9G .sonntag_catheader {
			background-color: transparent !important;
			color: #ffffff !important;
		}
		
		.sonntag_catheader_bullet {
			color: #b20303;
			font-size: 13px;
			}
		
		.sonntag_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.sonntag_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.sonntag_catheader_bullet_text {
			}
		
		.sonntag_catheader_allday {
			text-align: center;
			background-color: #b20303;
			}
		
		.green_catbody {
			background-color: #4FC464;
			border: 1px solid #53A062;
			color: #fff;
			}
		
		.green_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: sonntag - end ------------*/
		/*------------ Category style package: werktag - start ------------*/

		.werktag_catheader, .werktag_catheader_allday {
			background-color: #f2ac02;
			color:#000000;
			}
		.V9G .werktag_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.werktag_catheader_bullet {
			color: #f2ac02;
			font-size: 13px;
			}
		
		.werktag_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.werktag_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.werktag_catheader_bullet_text {
			}
		
		.werktag_catheader_allday {
			text-align: center;
			background-color: #f2ac02;
			}
		
		.orange_catbody {
			background-color: #FF6D3B;
			border: 1px solid #E84F25;
			color: #fff;
			}
		
		.orange_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: werkatg - end ------------*/
		/*------------ Category style package: schueler - start ------------*/
		
		.schueler_catheader, .schueler_catheader_allday {
			background-color: #ffe400;
			color:#000000;
			}
			
		.V9G .schueler_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.schueler_catheader_bullet {
			color: #ffe400;
			font-size: 13px;
			}
		
		.schueler_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.schueler_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.schueler_catheader_bullet_text {
			}
		
		.schueler_catheader_allday {
			text-align: center;
			background-color: #ffe400;
			}
		
		.pink_catbody {
			background-color: #EA62D4;
			border: 1px solid #B257A2;
			color: #fff;
			}
		
		.pink_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: schueler - end ------------*/
		/*------------ Category style package: familien - start ------------*/

		.familien_catheader, .familien_catheader_allday {
			background-color: #9dc306;
			}
			
		.V9G .familien_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.familien_catheader_bullet {
			color: #9dc306;
			font-size: 13px;
			}
		
		.familien_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.familien_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.familien_catheader_bullet_text {
			}
		
		.familien_catheader_allday {
			text-align: center;
			background-color: #9dc306;
			}
		
		.red_catbody {
			background-color: #FF5E56;
			border: 1px solid #D42020;
			color: #fff;
			}
		
		.red_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: familien - end ------------*/
		/*------------ Category style package: jugend - start ------------*/

		.jugend_catheader, .jugend_catheader_allday {
			background-color: #437b06;
			}
			
		.V9G .jugend_catheader {
			background-color: transparent !important;
			color: #ffffff !important;
		}
		
		.jugend_catheader_bullet {
			color: #437b06;
			font-size: 13px;
			}
		
		.jugend_catheader_text{
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.jugend_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.jugend_catheader_bullet_text {

			}
		
		.jugend_catheader_allday {
			text-align: center;
			background-color: #437b06;
			}
		
		.yellow_catbody {
			background-color: #CCB21F;
			border: 1px solid #B88F0B;
			color: #fff;
			}
		
		.yellow_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: jugend - end ------------*/
		/*------------ Category style package: taize - start ------------*/

		.taize_catheader, .taize_catheader_allday {
			background-color: #07d0b1;
			}
			
		.V9G .taize_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.taize_catheader_bullet {
			color: #07d0b1;
			font-size: 13px;
			}
		
		.taize_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.taize_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.taize_catheader_bullet_text {
			}
		
		.taize_catheader_allday {
			text-align: center;
			background-color: #07d0b1;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: taize - end ------------*/
		/*------------ Category style package: abend - start ------------*/

		.abend_catheader, .abend_catheader_allday {
			background-color: #92cbff;
			color:#000000;
			}
			
		.V9G .abend_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.abend_catheader_bullet {
			color: #92cbff;
			font-size: 13px;
			}
		
		.abend_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.abend_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.abend_catheader_bullet_text {
			}
		
		.abend_catheader_allday {
			text-align: center;
			background-color: #92cbff;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: abend - end ------------*/
		/*------------ Category style package: oekumenisch - start ------------*/

		.oekumenisch_catheader, .oekumenisch_catheader_allday {
			background-color: #0980cc;
			}
			
		.V9G .oekumenisch_catheader {
			background-color: transparent !important;
			color: #ffffff !important;
		}
		
		.oekumenisch_catheader_bullet {
			color: #0980cc;
			font-size: 13px;
			}
		
		.oekumenisch_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.oekumenisch_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.oekumenisch_catheader_bullet_text {
			}
		
		.oekumenisch_catheader_allday {
			text-align: center;
			background-color: #0980cc;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: oekumenisch - end ------------*/
		/*------------ Category style package: rosenkranz - start ------------*/

		.rosenkranz_catheader, .rosenkranz_catheader_allday {
			background-color: #4e22f5;
			}
			
		.V9G .rosenkranz_catheader {
			background-color: transparent !important;
			color: #ffffff !important;
		}
		
		.rosenkranz_catheader_bullet {
			color: #4e22f5;
			font-size: 13px;
			}
		
		.rosenkranz_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.rosenkranz_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.rosenkranz_catheader_bullet_text {
			}
		
		.rosenkranz_catheader_allday {
			text-align: center;
			background-color: #4e22f5;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		/*------------ Category style package: rosenkranz - end ------------*/
		/*------------ Category style package: wallfahrt - start ------------*/

		.wallfahrt_catheader, .wallfahrt_catheader_allday {
			background-color: #aa12dc;
			}
			
		.V9G .wallfahrt_catheader {
			background-color: transparent !important;
			color: #ffffff !important;
		}
		
		.wallfahrt_catheader_bullet {
			color: #aa12dc;
			font-size: 13px;
			}
		
		.wallfahrt_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.wallfahrt_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.wallfahrt_catheader_bullet_text {
			}
		
		.wallfahrt_catheader_allday {
			text-align: center;
			background-color: #aa12dc;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		/*------------ Category style package: wallfahrt - end ------------*/
		/*------------ Category style package: spezielle - start ------------*/

		.spezielle_catheader, .spezielle_catheader_allday {
			background-color: #dc12d0;
			color:#000000;
			}
			
		.V9G .spezielle_catheader {
			background-color: transparent !important;
			color: #000000 !important;
		}
		
		.spezielle_catheader_bullet {
			color: #dc12d0;
			font-size: 13px;
			}
		
		.spezielle_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.spezielle_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.spezielle_catheader_bullet_text {
			}
		
		.spezielle_catheader_allday {
			text-align: center;
			background-color: #dc12d0;
			}
		
		.grey_catbody {
			background-color: #dc12d0;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		/*------------ Category style package: spezielle - end ------------*/
	
		
		
		.tx-cal-controller .bold {
			/*font-weight: bold;*/
			}
		
		.refresh_calendar {
			margin-right: 5px;
			}
		
		/*  Start of moving stuff from the templat into this file */
		
		.tx-cal-controller .weekview {
			margin: 0 auto;
			}
		
		.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;
			}
		
		/*------------- free & busy styles ----------*/
		.fnb_header {
			background-color: #444444;
			}
		
		.fnb_body {
			background-color: #888888;
			border: 1px solid #999999;
			color: #fff;
			}

		/*------------- list styles ------------*/
		.tx-cal-controller .even {
			background-color: #eeeeee;
		}
		
		
		.tx-cal-controller .treelevel0 {
		}
		
		.tx-cal-controller .treelevel1 {
			margin-left:20px;
		}
		
		.tx-cal-controller .treelevel2 {
			margin-left:30px;
		}
	
		.tx-cal-controller label {
			display:block;
			float:left;
			margin-bottom: 0px;
			padding-right:2em;
			text-align:right;
			width:120px;
		}
		
		.tx-cal-controller .noborder {
			border: none;
		}
		
		.tx-cal-controller .search-result {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		.tx-cal-controller .search-result li {
			padding-bottom: 1em;
		}
		
		.tx-cal-controller .search_result li .even {
			background-color: #EEEEEE;
		}
		
		.tx_cal_controller img .mouse_pointer {
			cursor:pointer;
		}
		
		#cal_general,#cal_location,#cal_freq,#cal_exception,#cal_files,#cal_notify {
		}
		
		.x-form-label-top .x-form-item label {
			width:70px ! important;
		}
		
		.x-form-invalid, textarea.x-form-invalid {
			background: none ! important;
		}
		
		#cal_event_description {
			margin-top:10px;
		}
		
		.admin_link {
			width:100%;
			text-align:center;
		}
		
		.ics_link {
			width:100%;
			text-align:center;
		}
		
		.tx-cal-controller .cal_required {
			color: red;
		}
		
		.tx-cal-controller .constrain {
			color: red;
			font-weight:normal;
			background-color: #F96;
			border: 1px solid red;
			padding: 3px;
			margin-top: 5px;
		}
		
		
		#editorWrap1 textarea {
			display: block
		}
		#editorWrap1 {
			display: inline-block;
		}

		
		/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
		/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
		
		#tx_cal_controller_create_element {
			width:585px;
		}
		
		.basictab ul{
			margin: 4px;
			padding: 0 3px 0 3px;
			margin-left: 0;
			
			font-weight: normal;
			
			border-bottom: 1px solid gray;
			list-style-type: none;
			text-align: left; /*set to left, center, or right to align the menu as desired*/
		}
		
		.basictab li{
			display: inline;
			margin: 0;
		}
		
		.basictab li a {
			text-decoration: none;
			padding: 3px 7px;
			margin-right: 3px;
			border: 1px solid gray;
			border-bottom: none;
			/*
			background-color: #6699CC;
			*/
			background-image: url(../images/cal_tabbed_menu.gif);
			color: #9a9a9a;
		}
		
		.basictab li a:visited{
			color: #fdc400;
		}
		
		.basictab li a:hover, .basictab li a.current{
			background-color: #fdc400;
			color: #000000;
		}
		
		.basictab li a:active{
			color: #000000;
		}
		
		.tabcontainer{
			clear: left;
			width:95%; /*width of 2nd level sub menus*/
			height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
		}
		
		.tabcontent{
			display:none;
		}
		
		#tx_cal_controller_create_element input[type="text"]:not([size]) { 
			width: 6em;    /* Desired width of input field */
		}
		
		#tx_cal_controller_create_element #startdate,
		#tx_cal_controller_create_element #enddate { 
			width: 6em;    /* Desired width of input field */
		}
		
		#tx_cal_controller_create_element .treelevel0{
			display:block;
			margin-left: 0;
		}
		#tx_cal_controller_create_element p {
			padding-top: 10px;
		}
		
		#tx_cal_controller_create_element .notify, #tx_cal_controller_create_element .shared, #tx_cal_controller_create_element .exception {
			display:block;
			margin-left: 140px;
		}
		
		#allday {
			width:10px;
		}
		
		#category_tree {
			
			float:left;
			width:100%;
			
		}
		
		#until label, #by_day label, #by_monthday label, #by_month label{
			margin-left: 50px;
		}
		
		#by_month label, #by_monthday label{
			width: 230px;
		}
		
		#categoryEntries {
			display: inline-block;
			height:60px;
			overflow:auto;
			margin-bottom: 10px;
			width: 380px;
		}
		
		#categoryEntries ul {
			list-style: none;
			margin: 0px;
		}
		
		
#datum_kommentar {
		margin:20px 0px 0px 143px;
		}
		
#cat_label {
		border:1px solid red;
		float:left;
		width:150px;
		}
		
#cat_option {
		border:1px solid green;
		float:right;
		width:300px;
		}
