/************** #Calendar styles **************/

a.tnav:link,a.tnav:visited,a.tnav:active {
	font-weight: bold;
	
	text-decoration: underline;

}

a.tnav:hover {
	font-weight: bold;

	text-decoration: underline;
}

#calendarTable_Out {
	width: 150px;
}

#calendarTable_In {
	padding: 1px;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Current {
	padding: 1px;
	background-color: #CC99CC;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Link {
	padding: 1px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Header {
	padding: 1px;
	text-align: center;
	font-size: 80%;
	width: 100%;
}

/************** #END Calendar styles **************/

/************** Content Headline **************/
.motif {
	background-image: url(../images/motif2.gif);
	background-repeat:no-repeat;
	/*background-color:#CCCC00;*/
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 10px;
}