﻿
#id_termincalendar  {
	
	float:left;
	width:100%;
	display:inline-block;
    height:100%
}

#id_aktivitaeten{
	
	float:left;
	width:82%;
}

#id_sideright {
	
	float:right;
	width:18%;
	background-color: #B6BA27; 
}
/* -------------------------------*/
/* Formatierung der Monatstabelle */
/* -------------------------------*/

.calendarHeader { 
	font-weight: bolder; 
	color: #CC0000; 
	background-color: #B6BA27; 

} 
.calendarToday { 
	background-color: #CC0000; 
	font-weight:bold;
} 

.calendar { 
   background-color: #B6BA27; 
}
.mitevent { 
   background-color: #D7D95B; 
}

.calendar td { 
   width:24px;
   padding:2px;
}
calendar a {
	color:black;
}
#id_calendar {

	width:100%;
}
#id_sideright a:hover  { background-color:#D7D95B}

#id_calendar table {
	width:97%;
	margin-right:3%
}

#id_yearperiod {
	width:100%;
}

#yearperiod {
	width:97%;
	margin-right:3%;
    margin-top:10px;	
	background-color: #B6BA27; 
}

#id_yearperiod select {
	width:100px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}


#id_newevent {
	float:left;
	padding-left:30px;
	margin-top:10px;
}
#idTopNav .naviview {
	float:left;
	background-color:white;
	padding-left:10px;
	width:120px
}
#idTopNav .navievent {
	float:left;
	background-color:white;
	padding-left:10px;
	width:200px
}

#id_calendarview, #id_eventview {
	border-right: 1px solid black;
	height:40px;
}
	
#id_calendarview input, #id_eventview input {
	padding-top:1px;
	width:30px;
    vertical-align:middle;
    height:12px;
    margin:0px
}

#id_calendarview label, #id_eventview label{
	padding-bottom:0px;
	vertical-align:middle;
	font-size:12px;
    height:12px;
	min-width:80px;

    margin:0px
}


.tabmonth  {
	text-decoration:none;
	color:black;
	}
	
.headermonth {
	color:black;
}	

.headeryear  {
color:black;
font-weight:700;
padding:2px
}

#id_calendarmonth {

	width:97%;
	margin-right:3%;
	font-size:14px;
	text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
#id_calendermonth {
	color:black;
}
#id_calendarmonth tr {

	height:25px;
}
#id_calendarmonth td {
  border:1px solid black;
}
