a					{	text-decoration:none;	}

TABLE.cal 			{	
						border-color:#000000;
						border-width:1px;
						border-style:solid;
						border-collapse:collapse;
						background-color:#eadebd;	
					}			

table.cal td			{
						border-color:0;
						border-width:1px;
						border-style:solid;
						width:25px;
						text-align:center;
					}

table.cal td.now		{	
						font-weight:bold;	
						background: #fff url("img/cellpic_now.gif");
					}

table.cal  td.sonntag	{	
						background-color:#FF8080;	
						background: #fff url("img/cellpic_so.gif");
					}

table.cal td.nicht	{	
						background: #fff url("img/cellpic_ex.gif");
					}

table.cal tr			{	
						background: #fff url("img/cellpic.gif");
					}


