@charset "utf-8";

.apply_link{ width: 270px;}
#holidays_act {
	float: left;
	margin: 0 15px 30px 80px;
	width: 350px;
	font-size: 0.8em;
}
#holidays_next{
	float: right;
	margin: 0 80px 30px 15px;
	width: 350px;
	font-size: 0.8em;
}
.eventstable{
    font-size: 0.9em;
    padding: 0;
    border-spacing: 0;
}
table.eventstable tr td { padding: 4px;}
table.eventstable tr td input[type="checkbox"] { margin: 0 6px 0px 2px;}

.eventstable td.author{
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

.events .radio input[type="radio"] { float: none;}
.events .radio label {
	display: inline-block;
	margin-left: 7px;
	width: 180px;
	font-size:1.1em;
}
.eventstable .public_checkbox{
	font-size: 11px;
}

#link_whole{
	margin: 50px 10px 10px 10px;
	text-align: right;
}

.eventbox_body{
		padding: 8px;
}

/* Monatsansicht */
.kalender_month tr td{
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	background-color: white; 	
	border: 1px solid #AAAAAA;
	overflow: hidden;
}
.kalender_month tr td div.grey{ color: #888;}
.kalender_month tr td.grey_bg{ background: #ddd;}
.kalender_month tr td.recent{ background-image: repeating-linear-gradient(45deg, #fff 0%, #fff 2%, #ccc 2%, #ccc 4%,  #fff 4%);}
.day_link {font-size: 0.7em; font-weight: normal;}
div.month_td_content, ul.month_td_content{
	margin: 0px;
	font-size: 0.7em;
	overflow: hidden; 
}
td div.kas{
	min-height: 60px;
	font-size: 0.95em;
	margin-bottom: 0px;
	font-weight: normal;
}
span.ka{
	padding-right:15px;
}
span.teacher_small{
	font-size: 0.85em;
}
td p.others{
	border-top: 1px dotted #888;
	color: #888;
	font-size: 0.7em;
}
.month_day{
	font-weight:bold;
	margin-bottom: 8px;
}

.month_today{
	color:red;
}

.month_standard_tag{
	color:black;
	height:140px;
	overflow: hidden; 
	border: 5px solid red;
	padding: 3px;
}
ul li a.cal_ka{
	font-size: 1.3em;
	font-weight: bold;
}
.month_vormonat_tag{
	color:grey;
}

.bckbutton{
	text-align: left;
	color:grey;
}

.fwdbutton{
	text-align: right;
	color:grey;
}

.holiday_div{
	color: green;
}

/*Halbjahresansicht*/

.kalender_semester tr td{
	background-color: white; 
	overflow: hidden;
	border: 1px solid #AAAAAA;
}

.kalender_semester{
	table-layout:fixed;

	background-color: white; 
	
    border-spacing: 0;
    border-collapse: collapse;
}

.semester_td_content{
	font-size: 10px;
	
	height:15px;
	min-height:15px;
	max-height:15px;
	
	overflow: hidden;
}

.weekend{
	background-color: #FFC37A !important;		/*#F8931D		#d2ffa5 	rgba(255, 171, 72, 0.56)*/
}

.holidays{
	background-color: #AEF28C !important;		/*#dbffb7*/
}

.holiday_name{
	font-weight: bold;
	font-size: 10px;
}

.semester_day{
	font-size: 10px;
    width: 20px;
	font-weight: bold;
    text-align: center;
}

.semester_kein_tag{
	background-color: #ccc !important;
}

.semester_standard_tag{
	color:black;
}

#mouseover{
    background-color: white;
	border: 1px solid black;
	display: none;
	max-width: 230px;
	padding: 5px;
	
	-moz-box-shadow:  0px 0px 77px 13px rgb(160, 160, 160);
	-webkit-box-shadow:  0px 0px 77px 13px rgb(160, 160, 160);
	box-shadow:  0px 0px 77px 13px rgb(160, 160, 160);

}

/*kleine Ansicht*/
.event {
    border-bottom: solid 1px #ccc;
    margin-bottom: 4px; 
}

.event_start{
    color: #5C5C5C;
    font-size: 10px;
     margin: 0px;
}

.event_title{
   font-size: 12px;
    margin: 0px;
   margin-bottom: 4px;
}

.event_starttime{
	color: #5C5C5C;
	text-align: right;
	#font-style: italic;
	font-size: 10px;
	margin: 0 0 3px 5px;
}
.event_location{
	color: #888;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	margin: 0 0 3px 5px;
}
.class_hl{
	color: #F8931D;
	clear: left;
	font-size: 2.5em;
	margin: 7px;
}
