/* Stile fuer Monatsansicht des Kalenders */

	.monthview, .calendar-month {
		font-family:  Verdana, Arial, Helvetica, sans-serif;
	}
	TABLE.monthview {
		border: 1px solid #017bbc;
		/* background-color: #9ecef0; */
		padding: 5px;
		clear: both;
	}

	.calendar-month .prev_months {
		float: left;
		width: 220px;
		text-align: right;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .next_months {
		float: right;
		width: 220px;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .the_month {
		font-size: 15pt;
		font-weight: bold;
		color: #017bbc;
		text-decoration: none;
		text-align: center;
	}
	.calendar-month .the_month A {
		color: #017bbc;
		text-decoration: none;
	}

	.calendar-month .p_m {
		float: left;
	}
	.calendar-month .n_m {
		float: right;
	}

	.calendar-month .p_y {
		float: left;
	}
	.calendar-month .n_y {
		float: right;
	}
	.calendar-month .p_y_1 {
		float: left;
		padding-left: 10px;
	}
	.calendar-month .n_y_1 {
		float: right;
		padding-right: 10px;
	}
	.calendar-month .cat_select {
		text-align: right;
	}

	.calendar-month .p_y_1 A, 
	.calendar-month .n_y_1 A {
		color: #017bbc;
		display: inline;
		text-decoration: none;
	}


	.calendar-month .p_m_1, 
	.calendar-month .p_m_2,
	.calendar-month .p_m_3,
	.calendar-month .n_m_1, 
	.calendar-month .n_m_2,
	.calendar-month .n_m_3
	{
		color: #017bbc;
		display: inline;
	}

	.calendar-month .p_m_1 A, 
	.calendar-month .p_m_2 A,
	.calendar-month .p_m_3 A,
	.calendar-month .n_m_1 A, 
	.calendar-month .n_m_2 A,
	.calendar-month .n_m_3 A
	{
		color: #017bbc;
		text-decoration: none;
	}

	.calendar-month .p_m_1, 
	.calendar-month .n_m_1 {
		font-size: 12pt;
	}

	.calendar-month .p_m_2,
	.calendar-month .n_m_2 {
		font-size: 10pt;
		padding: 10px;
	}

	.calendar-month .p_m_3,
	.calendar-month .n_m_3 {
		font-size: 9pt;
	}


	TABLE.monthview TR TD.top_header {
		/* width: 610px; */
		/* background-color: #EEEEEE; */
		height: 20px;
		font-size: 20pt;
	}

	TABLE.monthview TR TD.top_header .weekheader {
		width: 30px;
		text-align: center;
		/* border: 1px solid #017bbc; */
		background-color: #FFFFFF;
		/* visibility: hidden; */
	}

	.monthview .top_header .dayheader {
		width: 80px;
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		background-color: #FFFFFF;
		color: #017bbc;
		padding: 4px 0;
		border: 1px solid #017bbc;

	}
	.monthview .week {
	}

	.monthview .weeknum {
		vertical-align: top;
		border: 1px solid #017bbc;
		background:#9ecef0;
	}

	.monthview .weeknum .week_short {
		color: #ffffff;
		line-height: 0px;
		font-weight: bold;
		padding-top: 20px;
	}
	.monthview .weeknum .week_header {
		color: #017bbc;
		font-weight: bold;
		padding-left: 5px;
		font-size: 10pt;
	}
	.monthview .weeknum .week_header A {
		color: #017bbc;
		text-decoration: none;
		display: block;
		width: 100%;
	}

	TABLE.monthview TR TD.day {
		/* border-bottom: 1px solid #9999FF; */
		vertical-align: top;
		height: 80px;
		width: 80px;
		background-color: #FFFFFF;
		border: 1px solid #017bbc;
	}
	TABLE.monthview TR TD.weekend {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #e1f1cb;
	}
	TABLE.monthview TR TD.not_in_month {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #bde2fc;
	}
	TABLE.monthview TR TD.day_is_today {
		background-color: #fdb6b6;
	}
	TABLE.monthview TR TD.day .dayTitle {
		font-size: 9pt;
		margin-top: 2px;
		margin-left: 2px;
	}
	TABLE.monthview TR TD.day .dayTitle A {
		text-decoration: none;
		display: block;
		width: 100%;
	}


	TABLE.monthview TR TD.day DIV.event_today {
		display: block;
		font-size: 8pt;
		border: 1px solid;
		border-color: #017bbc;
		margin: 2px;
		background-color: #EFEFEF;
		overflow: hidden;
	}
	TABLE.monthview TR TD.day DIV.event_today DIV.inner A {
		color: #222255;
		text-decoration: none;
		white-space: nowrap;
		display: inline;
	}
	.monthview .event_today .inner {
		white-space: nowrap;
	}
	
	.monthview .event_not_today {
		border:1px solid #017bbc;
		margin: 1px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.monthview .event_not_today .inner {
		display: none;
	}




/* Stile fuer die Wochenansicht */

		.weekview {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
		}

		TD.eventlist {
			background-image: url(../images/backgrounds/dayback-20.jpg);
			border: 1px solid #AAAAAA;
			border-right: none;
			padding: 0px;
			
		}

		.container {
			width: 600px;
			padding: 0px;
			margin: 0px;
			/* border: 1px solid #AAAAAA; */
			overflow: hidden;
/*
			height: 500px;
			overflow: scroll;
*/
		}
		.hourcontainer {
			width: 50px;
			/* border-right: 1px solid #AAAAAA; */
			margin-right: 5px;
			vertical-align: top;
			font-size: 8pt;
		}
		.hour {
			width: 45px;
			height: 20px;
			padding: 0pt;
			margin: 0pt;
		}

		.hour-00-00, .hour-00-30, .hour-01-00, .hour-01-30, .hour-02-00, .hour-02-30, .hour-03-00, .hour-03-30, .hour-04-00, .hour-04-30, .hour-05-00, .hour-05-30, .hour-06-00, .hour-06-30, .hour-07-00, .hour-07-30, .hour-17-00, .hour-17-30, .hour-18-00, .hour-18-30, .hour-19-00, .hour-19-30, .hour-20-00, .hour-20-30, .hour-21-00, .hour-21-30, .hour-22-00, .hour-22-30, .hour-23-00, .hour-23-30 {
		/*
			display: none;
		*/
		}

		.hour-00-30 .time, .hour-01-30 .time, .hour-02-30 .time, .hour-03-30 .time, .hour-04-30 .time, .hour-05-30 .time, .hour-06-30 .time, .hour-07-30 .time,
		.hour-08-30 .time, .hour-09-30 .time, .hour-10-30 .time, .hour-11-30 .time, .hour-12-30 .time, .hour-13-30 .time, .hour-14-30 .time, .hour-15-30 .time,
		.hour-16-30 .time, .hour-17-30 .time, .hour-18-30 .time, .hour-19-30 .time, .hour-20-30 .time, .hour-21-30 .time, .hour-22-30 .time, .hour-23-30 .time {
			display: none;
		}

		.placeholder {
			height: 40px;
			/* border: 1px solid #AAAAAA; */
		}

		.weekHeader {
			font-size: 14pt;
			font-weight: bold;
			color: #288EBD;
		}

		.dayHeader_weekday {
			position: relative;
			top: -20px;

			font-size: 12pt;
			font-weight: bold;

			margin: 0px;
			line-height: 0px;
		}
		.dayHeader_daynum {

			position: relative;
			top: -25px;
			left: 20px;

			font-size: 14pt;
			font-weight: bold;

			margin: 0px;
			line-height: 0px;
		}
		.dayHeader_weekday A {
			text-decoration: none;
			color: #0479be;
		}
		.dayHeader_daynum A {
			text-decoration: none;
			line-height: 0px;
			color: #0479be;
		}


		.eventcontainer {
			padding: 0px;
			width: 80px;
			border-right: 1px solid #AAAAAA;
			vertical-align: top;
		}

		.day_is_today {
			border: 1px solid #fdb6b6;
		}

		.event {
			/*border: 1px solid #AAAAAA;*/
			background-color: #e1f1cb;
			/* border-color: #288EBD; */
			float: left;
			/*
			width: 50px;
			*/
			width: 10px;
			margin: 0px;
			margin-left: 5px;
			overflow: hidden;
			padding: 0px;
		}

		.event A {
			height: 100%;
			display: block;
			color: #0479be;
		}

		.event-range-0 { overflow: hidden; height: 18px; }
		.event-range-1 { overflow: hidden; height: 18px; }
		.event-range-2 { overflow: hidden; height: 38px; }
		.event-range-3 { overflow: hidden; height: 58px; }
		.event-range-4 { overflow: hidden; height: 78px; }
		.event-range-5 { overflow: hidden; height: 98px; }
		.event-range-6 { overflow: hidden; height: 118px; }
		.event-range-7 { overflow: hidden; height: 138px; }
		.event-range-8 { overflow: hidden; height: 158px; }
		.event-range-9 { overflow: hidden; height: 178px; }
		.event-range-10 { overflow: hidden; height: 198px; }
		.event-range-11 { overflow: hidden; height: 218px; }
		.event-range-12 { overflow: hidden; height: 238px; }
		.event-range-13 { overflow: hidden; height: 258px; }
		.event-range-14 { overflow: hidden; height: 278px; }
		.event-range-15 { overflow: hidden; height: 298px; }
		.event-range-16 { overflow: hidden; height: 318px; }
		.event-range-17 { overflow: hidden; height: 338px; }
		.event-range-18 { overflow: hidden; height: 358px; }
		.event-range-19 { overflow: hidden; height: 378px; }
		.event-range-20 { overflow: hidden; height: 398px; }
		.event-range-21 { overflow: hidden; height: 418px; }
		.event-range-22 { overflow: hidden; height: 438px; }
		.event-range-23 { overflow: hidden; height: 458px; }
		.event-range-24 { overflow: hidden; height: 478px; }
		.event-range-25 { overflow: hidden; height: 498px; }
		.event-range-26 { overflow: hidden; height: 518px; }
		.event-range-27 { overflow: hidden; height: 538px; }
		.event-range-28 { overflow: hidden; height: 558px; }
		.event-range-29 { overflow: hidden; height: 578px; }
		.event-range-30 { overflow: hidden; height: 598px; }
		.event-range-31 { overflow: hidden; height: 618px; }
		.event-range-32 { overflow: hidden; height: 638px; }
		.event-range-33 { overflow: hidden; height: 658px; }
		.event-range-34 { overflow: hidden; height: 678px; }
		.event-range-35 { overflow: hidden; height: 698px; }
		.event-range-36 { overflow: hidden; height: 718px; }
		.event-range-37 { overflow: hidden; height: 738px; }
		.event-range-38 { overflow: hidden; height: 758px; }
		.event-range-39 { overflow: hidden; height: 778px; }
		.event-range-40 { overflow: hidden; height: 798px; }
		.event-range-41 { overflow: hidden; height: 818px; }
		.event-range-42 { overflow: hidden; height: 838px; }
		.event-range-43 { overflow: hidden; height: 858px; }
		.event-range-44 { overflow: hidden; height: 978px; }
		.event-range-45 { overflow: hidden; height: 898px; }
		.event-range-46 { overflow: hidden; height: 918px; }
		.event-range-47 { overflow: hidden; height: 938px; }
		.event-range-48 { overflow: hidden; height: 958px; }

		.event-range-fullday {
			overflow: hidden;
			height: 958px;
			/* width: 20px; */
		}

		.event-00-00 { position: relative; top: 0px; }
		.event-00-30 { position: relative; top: 20px; }
		.event-01-00 { position: relative; top: 40px; }
		.event-01-30 { position: relative; top: 60px; }
		.event-02-00 { position: relative; top: 80px; }
		.event-02-30 { position: relative; top: 100px; }
		.event-03-00 { position: relative; top: 120px; }
		.event-03-30 { position: relative; top: 140px; }
		.event-04-00 { position: relative; top: 160px; }
		.event-04-30 { position: relative; top: 180px; }
		.event-05-00 { position: relative; top: 200px; }
		.event-05-30 { position: relative; top: 220px; }
		.event-06-00 { position: relative; top: 240px; }
		.event-06-30 { position: relative; top: 260px; }
		.event-07-00 { position: relative; top: 280px; }
		.event-07-30 { position: relative; top: 300px; }
		.event-08-00 { position: relative; top: 320px; }
		.event-08-30 { position: relative; top: 340px; }
		.event-09-00 { position: relative; top: 360px; }
		.event-09-30 { position: relative; top: 380px; }
		.event-10-00 { position: relative; top: 400px; }
		.event-10-30 { position: relative; top: 420px; }
		.event-11-00 { position: relative; top: 440px; }
		.event-11-30 { position: relative; top: 460px; }
		.event-12-00 { position: relative; top: 480px; }
		.event-12-30 { position: relative; top: 500px; }
		.event-13-00 { position: relative; top: 520px; }
		.event-13-30 { position: relative; top: 540px; }
		.event-14-00 { position: relative; top: 560px; }
		.event-14-30 { position: relative; top: 580px; }
		.event-15-00 { position: relative; top: 600px; }
		.event-15-30 { position: relative; top: 620px; }
		.event-16-00 { position: relative; top: 640px; }
		.event-16-30 { position: relative; top: 660px; }
		.event-17-00 { position: relative; top: 680px; }
		.event-17-30 { position: relative; top: 700px; }
		.event-18-00 { position: relative; top: 720px; }
		.event-18-30 { position: relative; top: 740px; }
		.event-19-00 { position: relative; top: 760px; }
		.event-19-30 { position: relative; top: 780px; }
		.event-20-00 { position: relative; top: 800px; }
		.event-20-30 { position: relative; top: 820px; }
		.event-21-00 { position: relative; top: 840px; }
		.event-21-30 { position: relative; top: 860px; }
		.event-22-00 { position: relative; top: 880px; }
		.event-22-30 { position: relative; top: 900px; }
		.event-23-00 { position: relative; top: 920px; }
		.event-23-30 { position: relative; top: 940px; }

		.borders {
			width: 100%;
			height: 25px;
			position: absolute;
			left: 0;
			z-index: -1;
			border-bottom: 1px dashed #AAAAAA;
		}



