#Calender table {
		color: #588595;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		width: 400px;
		border-collapse: collapse;
		border-style: dotted;
		border-color: #008585;
}
#Calender td {
		height: 30px;
		width: 30px;
		text-align: center;
}
.Cal_Days {
		color: green;
		background-color: #FFFFCC;
}
.Cal_Today {
	background-color: #0099FF;
	font-weight: bold;
	color: #666666;
}
.Cal_OtherMonth {
		color: #999999;
		background-color: #E5E5E5;
}
.Cal_Sunday {
		color: #333333;
		background-color: #FF9900;
}
.Cal_Termin {
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.Cal_Termin a {
		text-decoration: underline;
		color: red;
}
.Cal_Title {
		color: green;
		background-color: #FFFF99;
}
.Cal_TitleLink {
	color: #FFFFFF;
	background-color: #0099CC;
}
.Cal_TitleLink a {
		color: silver;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
}
#M_Name {
	display: none;
}

.Calender_Event{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#n2 {
	width:	 			200px;
	height:				200px;
	position:			absolute;
	top: 				180px;
	left: 				270px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	overflow: auto;
}
.pos {
	width:	 			200px;
	height:				200px;
	background-color:	#cccccc;
	position:			absolute;
	top: 				180px;
	left: 				270px;
}
#Calender_Event h2 {
	width: 150px;
	color: #ffffff;
}