/*Startseite*/

.alld {
color: #222C58;
font-weight: bold;
padding-left: 8px; 
background-image:url(../../images/navigation/fh_pfeil_blau.gif);
background-repeat: no-repeat;
background-position: left center;
}

/*Monatsansicht*/

div#menuerechts ul#cal {
	width: 182px;
	margin-left: 8px;
	margin-top: 10px;
	}

	div#menuerechts ul#cal li {
		width: 25px;
		float: left;
		background-image: url(../../images/Cal/lightblue.gif);
		background-repeat: repeat;
		text-align: center;
		margin: 0px;
		padding: 1px 0px 1px 0px;
		border: 1px solid white;
		border-left: 0px;
		border-top: 0px;
	}


		div#menuerechts ul#cal li.month {
			width: 131px;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			text-align: center;	
			background-image: none;
			background-color: #232E4E;
			border: 0px;
			}		

		div#menuerechts ul#cal li.monthswitch {
			background-image: none;
			background-color: #232E4E;
			border: 0px;
			height: 14px;
		}

			div#menuerechts ul#cal li.monthswitch a{
				color: #232E4C;
			}
			
			

			ul#cal li.monthsmallbasic a {
				display: block;
				color: #ffffff;
			}
			
	
		div#menuerechts ul#cal li.weekday {
			font-size: 11px;
			background-color: #232E4E;
			background-image: none;
			font-weight: bold;
			color: #ffffff;
			border-top: 1px solid #ffffff;
		}


		div#menuerechts ul#cal li.monthoff {
			background-image: none;
			background-color: transparent;
			background-image: url(../../images/fhlogo.gif);
			color: #999999;
		}


		div#menuerechts ul#cal li.monthselected.monthtoday.monthsmallbasic {
			color: #000000;
		}
		
			div#menuerechts ul#cal li.monthselected.monthtoday.monthsmallbasic a {
				color: #000000;
				

			}
			
			
/*list*/

	div#menuerechts h1 {
		font-size: 15px;
	}

	div#menuerechts ul#cal_list {
		width: 182px;
            	margin-top: 20px;
     
		padding-left: 0px;
		padding-right: 0px;
	}

		div#menuerechts ul#cal_list li.date {
			color: #232E4E;
			
			font-weight: bold;
	
		} 
		
		div#menuerechts ul#cal_list li {
			background-image: url(../../images/Cal/divider.jpg);
			background-position: bottom center;
			margin-bottom: 10px;
			padding-bottom: 10px;
		}
		
		
		div#menuerechts ul#cal_list li a{
		color: #232E4E;
		/*font-weight: bold;*/
		}
			
	

/*day & event*/

		
		
		div#content div.tx-cal-controller div.padd a, div#content div.tx-cal-controller div.default_categoryheader_allday a{
				color: #222C58;
				padding-left: 7px;
				margin-left: 2px;
				text-decoration: none;
				display: block;
				
		}
		 div#content div.tx-cal-controller div.default_categoryheader_allday a{
			
			text-align: center;
			padding: 0px;
		}
		
		
		div#content div.tx-cal-controller div.padd, div.default_categoryheader_allday {
				line-height: 1.8;
				border: 1px solid #232E4E;
				
		}
		
		div.tx-cal-controller div.eventfont div.default_categoryheader {
				width: 100px;
				color: white;
				line-height: 1.8;
				background-color: #232E4E;
				padding-left: 10px;
				margin-top: 10px;
				
		}
		
		div.tx-cal-controller div.default_categoryheader_allday {
		margin-bottom: 5px;
		}
		
		 div#content div.elementsingle div.tx-cal-controller h1 {
		 	margin-bottom: 10px;
		 }
		
		
