	div.kalendermonat {
    
    	height: 168px;
    	width:  147px;
		float:left;
		text-align:center;
		font-size:13px;
		font-family: arial;
	color: #533920;	margin: 1px 1px 1px 1px;
		padding:5px 1px 1px 1px;
		line-height: 15px;
		background-color: #fef08d;
		border: 1px solid #f1d247;
		position: relative;
	
	}
	
	

	#umbruch {
		clear:left;
	
	}
		
	table#kalender td{
	
		text-align:center;
		font-family:arial;
	color: #533920;	height: 18px;
		width:	16px;
		font-size: 11px ;
	 
	}
	
	table#kalender td.laenge{
	
		text-align:center;
		font-family:arial;
	color: #533920;	height: 18px;
		width:	93px;
		font-size: 11px ;
	 
	}

	
	
		
	
	td.tage{
		background-color: #f1d247;
		text-align: center;
	color: #533920;	font-family: Arial;
		font-size: 9px;
	}
	
	td.we_tage{
		background-color: #f1d247;
		color: #FF0000;
		text-align: center;
		font-family: Arial;
		font-size: 9px;
	}
	
	td.status_1{
		border-width:1px;
		border-color: #f1d247;
		border-style:solid;
		background-color: #FEF08D;		
	}
	
	td.status_2{
		
		border-width:1px;
		border-color: #f1d247;
		border-style:solid;
		background-color:#FF7170;
		
	}
	
	td.status_3{
		border-width:1px;
		border-color: #f1d247;
		border-style:solid;
		background-color: #FF9D3C;		
	}
	
	td.status_4{
		border-width:1px;
		border-color: #f1d247;
		border-style:solid;	
		background-color: #999999;	
	}
	
	td.status_5{
		background-image:url('graphics/blk-frei-belegt.png');
	}
	
	td.status_6{
		background-image:url('graphics/blk-belegt-frei.png');
	}
	
	td.status_7{
		background-image:url('graphics/blk-frei-reserviert.png');
	}
	
	td.status_8{
		background-image:url('graphics/blk-reserviert-frei.png');
	}
	
	td.status_9{
		background-image:url('graphics/blk-frei-geschlossen.png');
	}
	
	td.status_10{
		background-image:url('graphics/blk-geschlossen-frei.png');
	}
	
	td.status_22{
		background-image:url('graphics/blk-belegt-belegt.png');
	}
	
	td.status_23{
		background-image:url('graphics/blk-belegt-reserviert.png');
	}
	
	td.status_24{
		background-image:url('graphics/blk-belegt-geschlossen.png');
	}
	
	
	td.status_32{
		background-image:url('graphics/blk-reserviert-belegt.png');
	}
	
	td.status_33{
		background-image:url('graphics/blk-reserviert-reserviert.png');
	}
	
	td.status_34{
		background-image:url('graphics/blk-reserviert-geschlossen.png');
	}
	
	td.status_42{
		background-image:url('graphics/blk-geschlossen-belegt.png');
	}
	
	td.status_43{
		background-image:url('graphics/blk-geschlossen-reserviert.png');
	}
	
	td.status_44{
		background-image:url('graphics/blk-geschlossen-geschlossen.png');
	}
