/****************************************
 * zitzmann-gmbh.de General Area Styles
 ****************************************/
 	
	table#container {
		background: url("../../gfx/general/shbox_green_m.gif") repeat-y;
	}
	
	td#container-fix {
		vertical-align:bottom;
		height: 50px;
		background: url("../../gfx/general/shbox_green_b.gif") bottom no-repeat;
	}
	
	#headerSide {
		position: absolute;
		width: 198px;
		height: 131px;
		margin-top: 7px;
		background: url("../../gfx/general/green_t.jpg") top left no-repeat;
		background-color: #e3e3e3;
	}
	
	#navi {
		z-index: 5;
		position: absolute;
		width: 200px;
		height: 250px;
		padding: 0;
		background: url("../../gfx/general/green_b.jpg") top left no-repeat;
	}

	#naviMenu a {
		color: #333;
		background: #A8D7C7;
		text-decoration: none;
	}
	
	#naviMenu a.flyout, #naviMenu a.flyoutlast {
		color: #333;
		background: #CFE9E0;	
		text-decoration: none;
	}

	#naviMenu a:hover {
		color: #333;
		background: #e3e3e3;
	}
 	
	.cal_head, a.cal_head, a.cal_head:visited { 	
		height: 20px;
		margin: 0px;
		padding: 0px;
		background-color: #A8D7C7;
		color: #333;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none
		text-align: center;
	}

	a.cal_head:hover, a.cal_head:visited:hover { 	
		text-decoration: underline; 
	}
	
	.cal_sunday { 	
		background-color: #A8D7C7;
	}
	.cal_saturday { 	
		background-color: #CFE9E0;
	}

	#content_table { 	
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color: #999;
	}

	#content_table td {
		background: #CFE9E0;
	}
	
	td#content_table_head {
		background: #A8D7C7; 	
	}
	
        td#content_table_1 { 	
		background: #f4f7f7;
	}


