		
	#inhalt a.event_intern {
		color:#FF0000;
		font-size:9px;
		font-weight:normal;
		text-decoration:none;
	}
		
	#inhalt a.event_extern {
		color:#000000;
		font-size:9px;
		font-weight:normal;
		text-decoration:none;
	}
	
	td.tablecell {
		min-width:77px;
		max-width:80px;
		width:80px;
		min-height:80px;
		max-height:80px;
		height:80px;
		margin:10px;
		background-color: #EEEEEE;
		overflow: hidden;
	}
	
	td.headercell {
		width:80px;
		height:25px;
		margin:10px;
		background-color: #DDDDDD;
		text-align: center;
	}
		
	#monthnav a.monthnav {
		width:47px;
		height:20px;
		margin-left:1px;
		margin-right:1.5px;
		background: url(reiter_grey.gif);
		display: block;
		float:left;
		text-align: center;
		color: #000000;
		text-decoration: none;
		}	

	#monthnav a.monthnav_active {
		width:47px;
		height:20px;
		margin-left:1px;
		margin-right:1.5px;
		background: url(reiter_green.gif);
		display: block;
		float:left;
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#monthnav a:hover {
		text-decoration:underline;
	}	
	
	#monthnav {
		margin-left:3px;
		width:600px;
	}
		