/* ( 0 ) START Groessen und Abmessungen der Boxen  */
#box1,#box3, {
	display:none;
}
DIV.no_print {
		display:none;
}
#box2 {
	margin-left : 20px;
}
DIV.week_navi{
	left: 520;
	top: 0;
	width: 510;
	height: 40;
	position: absolute;
}
DIV.week_0{
	left: 520;
	top: 42;
	width: 510;
	height: 650;
	position: absolute;
	overflow : hidden;
}
DIV.week_3{
	left: 0; 
	top: 5; 
	width: 510; 
	height: 692; 
	position: absolute;
	overflow : hidden;
}
DIV.week_1{
	left: 0; 
	top: 711;
	width: 510; 
	height: 692; 
	position: absolute;
	overflow : hidden;
}
DIV.week_2{
	left: 520; 
	top: 711; 
	width: 510; 
	height: 692; 
	position: absolute;
	overflow : hidden;
}
A,TD, P, FONT,OL, LI, BLOCKQUOTE {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* ( 0 ) START Allgemeine Formatierungen */
#week_aktuell {
}
#week {
}


/* ( CAL ) START Formatierung des Kalenders */
TD.week_day_name, TD.week_day_date {
	background-color : inherit;
}
/* Tabelle Hintergrund Sonntag */
TD.sun_day_date {
	background-color : #FFD700;
}
TD.sun_day_date_right {
	background-color : Silver;
}
/* Tabelle Hintergrund Heute */
TD.now_day_date {
	background-color : #FF8C00;
	color : White;
}
TD.now_day_date_right {
	background-color : #F4F4F4;
}
/* Tabelle Hintergrund Wochentag */
TD.week_day_date {
	background-color : #F1F1F1;
}
TD.week_day_date_right {
	background-color : #F0F0F0;
}
/* Tabelle Hintergrund ohne Datum */
TD.week_day_else {
	background-color : #F6F6F6;
}
TD.week_day_content {
}
TD.week_day_content_right {
	background-color : #FDFDFD;
}
TD.week_day_next {
}
TD.week_day_next_right {
	background-color : #FDFDFD;
}
TD.day_navi_top {
	color : Black;
}
A:LINK.day_navi_top {
	color : Black;
}
/* Tabelle Hintergrund Wochentag */
TD.week_day_name {
	background-color : #CECECE;
	text-align : center;
	color : Black;
}
