/**********************************************************************
* CSS for display mode only
**********************************************************************/
@media (min-width: 481px) {
	body {
		background-image: url(../Resources/Program/VerlaufSenkrecht.jpg); 
		background-repeat:repeat-x;
		background-attachment: fixed;
	}
}

.columnName{
	min-width: 6em;
	word-break: break-word;
}
.monthHeader{
	padding-top: 0.25em;
	font-weight:bold;
}

/*-end of file------------------------------------------------------------*/

