/* ******************************************* */
/* CSS Styles für Kategorien für JDAV Kalender */
/* ******************************************* */

td#legend div {
	position: absolute;
        left:800px; top:120px;

}


/* Einstellungen der Klassen für die einzelnen Kategorien über 
/* Kategorie Datensatz im Sysfolder Termine/Kategorien



/* Monatsansicht-Einträge */
/* old
.cal_jasitzungen_stil_text a {
    color: white; 
    background: red; 
    text-decoration: none;
    font-size: 11px;
    padding: 2px;
}

.cal_jasitzungen_stil_text a:hover {
    background: white;
    color: red;
    text-decoration: underline;
}


.cal_jasitzungen_stil_text {
    color:red
}*/

/*
Kategorie Landesugendleitung
*/
.default_catheader_text{
		background:#777;
		border-left:0.5em solid #444444;
		color:black;
		padding:0.3em 0.2em;
	}
	.default_catheader_text a {
		color:black;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.default_catheader_text a:hover {
		color:black;
        background:#777;
		text-decoration:underline;
	}	
	
.cal_jasitzungen_stil_text {
		background:#777;
		border-left:0.5em solid red;
		color:orange;
		padding:0.3em 0.2em;
	}
	.cal_jasitzungen_stil_text a {
		color:orange;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_jasitzungen_stil_text a:hover {
		color:orange;
        background:#777;
		text-decoration:underline;
	}
	
.cal_lvsitzungen_stil_text {
		background:#777;
		border-left:0.5em solid red;
		color:orange;
		padding:0.3em 0.2em;
	}
	.cal_lvsitzungen_stil_text a {
		color:orange;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_lvsitzungen_stil_text a:hover {
		color:orange;
        background:#777;
		text-decoration:underline;
	}
	
.cal_mvsitzungen_stil_text{
		background:#777;
		border-left:0.5em solid red;
		color:red;
		padding:0.3em 0.2em;
	}
	.cal_mvsitzungen_stil_text a {
		color:red;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_mvsitzungen_stil_text a:hover {
		color:red;
        background:#777;
		text-decoration:underline;
	}
	
/* Public Calenders */
.cal_bouldernight_heading_text{
		background:#777;
		border-left:0.5em solid green;
		color:lime;
		padding:0.3em 0.2em;
	}
	.cal_bouldernight_heading_text a {
		color:lime;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_bouldernight_heading_text a:hover {
		color:lime;
        background:#777;
		text-decoration:underline;
	}
	
.cal_landesjugendleitertag_stil_text {
		background:#777;
		border-left:0.5em solid green;
		color:red;
		padding:0.3em 0.2em;
	}
	.cal_landesjugendleitertag_stil_text a {
		color:red;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_landesjugendleitertag_stil_text a:hover {
		color:red;
        background:#777;
		text-decoration:underline;
	}
	
.cal_schulungen_stil_text {
		background:#777;
		border-left:0.5em solid green;
		color:yellow;
		padding:0.3em 0.2em;
	}
	.cal_schulungen_stil_text a {
		color:yellow;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_schulungen_stil_text a:hover {
		color:yellow;
        background:#777;
		text-decoration:underline;
	}
	
/* Schulungsteam Kalenders */
.cal_teamertreffen_stil_text {
		background:#777;
		border-left:0.5em solid yellow;
		color:yellow;
		padding:0.3em 0.2em;
	}
	.cal_teamertreffen_stil_text a {
		color:yellow;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_teamertreffen_stil_text a:hover {
		color:yellow;
        background:#777;
		text-decoration:underline;
	}
	
	
/* Jugendreferenten Kalender */
.cal_jureftreff_stil_text {
		background:#777;
		border-left:0.5em solid blue;
		color:blue;
		padding:0.3em 0.2em;
	}
	.cal_jureftreff_stil_text a {
		color:blue;
        background:#777;
		font-size:11px;
		text-decoration:none;
	}
	.cal_jureftreff_stil_text a:hover {
		color:blue;
        background:#777;
		text-decoration:underline;
	}

.cal_lvsitzungen_stil_bullet, .cal_mvsitzungen_stil_bullet, .cal_landesjugendleitertag_stil_bullet, .cal_schulungen_stil_bullet, .cal_jureftreff_stil_bullet, .cal_jasitzungen_stil_bullet, .default_catheader_bullet, .cal_bouldernight_heading_bullet, .cal_bouldernight_heading_legend_bullet {
	display: none;
}


/* JDAV Kalender Layout */
	h1 {
		background-color:#E3F2C3;
		color:#ACCE66;
		font-size:20px;
		padding:20px;
	}
	.tx-cal-controller .navback {
		background-color:#D6EAAC;
		background-image:none;
		color:#5B8787;
		padding-left:20px;
	}
	.sideback{
		background-color:#D6EAAC;
		background-image:none;
		color:#5B8787;
	}

	.month-weekdays, .weekday, .month-weeknums{
		background-color:#E3F2C3;
	}
	.monthWeekend {
		background-color:#CCCCCC;
	}
	.monthCurrentWeek {
		background-color:#E3F2C3;
	}
	.monthToday {
		background-color:#ACCE66;
	}

