

.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 */




		.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; 
		}
		.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:#E1E8F1;
			border-top:1px solid #fff;
			border-left:1px solid #fff;
			}
		
		.rowOff2 {
			background-color:#E1E8F1;
			border-top:1px solid #fff;
			}
		
		.rowToday {
			background-color:#cff;
			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 {
			font-size: 0.8em;
			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;
			}
		
		.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:105px;
			width:85px;
			text-align:left;
			vertical-align:top;
			}
		
		.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;
			}
		
		.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;
			}
		
		.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-image:url(cal/img/side_bg.gif);
			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.6em;
			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, div.eventfont .wirtschaft_categoryheader {
			background-color:#557CA3;
		}

		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;
		}

		.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;
		}

		
		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;
			font-size: 0.8em;
		}
		
		.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;
		}

		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;
		}

		.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;
		}
		
		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;
		}
		
		.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;
		}
		
		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;
		}
		
		.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;
		}
		
		div.kurse {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		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;
		}
	
		.eventfont .padd a {
			font-size: 0.7em;
		}	
		.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;
		}
		
		div.sonstiges {
			font: 0.7em Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
		}
		
		.grey_catheader_bullet, .sontiges_catheader_bullet, .sonstiges_bullet {
			color:#9292A1;
			font-size:1.1em;
		}
		
		.grey_catheader_text, .sontiges_catheader_text, .sonstiges_text {
			color:#000000;
			font-size: 0.75em;
			margin-left:3px;
		}
		
		.grey_catheader_legend_bullet, .sontiges_catheader_legend_bullet {
			margin-left:3px;
		}
		
		.grey_catheader_bullet_text, .sontiges_catheader_bullet_text {
		}
		
		.grey_catheader_allday, .sontiges_catheader_allday {
			text-align:center;
		}
		
		.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;
		}
		
		.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;
		}

		td.weeknum, td.weekday {
			font-weight: bold;
		}
		.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 { float: left;
			width: 100%; }

		#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;
                }

		#month-footer-header   a img {
                        text-decoration: none;
                        border: none;
                }


		table.treelevel0 td {
			text-align: left;
		}
div.info_links div.tx-cal-controller {
		font-size: 0.9em;
		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;
        width: 100%;
}
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.eventliste div.listorganizer {
  margin-top: 10px;
  color: #666;
}
div.eventliste div.listorganizer a {
  color: #666;
}
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-color: #eee;
	padding: 2px;
	font-size: 0.8em;
	float: left;
	width: 100%;
}
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 {
        clear: both;
	margin-top: 0.9em;
	padding-top: 0.9em;
	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;
}

div.inhalt-kalender {
	width: 748px;
}

