/**********************************************************************
*          Calendar JavaScript [DOM] v3.04 by Michael Loesler          *
************************************************************************
* Copyright (C) 2005-08 by Michael Loesler, http//derletztekick.com    *
*                                                                      *
*                                                                      *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or    *
* (at your option) any later version.                                  *
*                                                                      *
* This program is distributed in the hope that it will be useful,      *
* but WITHOUT ANY WARRANTY; without even the implied warranty of       *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
* GNU General Public License for more details.                         *
*                                                                      *
* You should have received a copy of the GNU General Public License    *
* along with this program; if not, see <http://www.gnu.org/licenses/>  *
* or write to the                                                      *
* Free Software Foundation, Inc.,                                      *
* 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.            *
*                                                                      *
 **********************************************************************/


	
	/* Fuer IE <= 6 */
	div#calendar {
		text-align: left;
		margin-left: 5px;
		float: left;
		margin-bottom: 15px;
		margin-top:15px
	}

	div#calendar table thead th { 
	color: white; 
	text-align: center;
	font-weight: normal;
	font-style: normal;
	background: url(../img/merklistehead.jpg) no-repeat;
}
	
	div#calendar table thead th.weekday{ 
	color: #white; 
	text-align: center;
	font-size: 1em;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}
  	
	div#calendar table tbody td{ 
		font-weight: normal; 
		font-size: 1em;
		text-align: center;
	}
	
	div#calendar table tbody td.saturday{ 
		color: #ce0c1c;
		font-weight: normal;
	}
	
	div#calendar table tbody td.sunday{ 
		color: #ce0c1c;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #ce0c1c;
	}
	
	div#calendar table tbody td.today {
		background-color: white;
		font-weight: bold;
		color: #ce0c1c;
}
	
	div#calendar table tbody td.last_month, div#calendar table tbody td.next_month {
		
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid #112A5D 0px;
		width:215px;
	}
