/* KURSKALENDER */

div.calendar {
	margin: 10px 0px 0px 0px;
}

div.calendar a:link, div.calendar a:visited { text-decoration: none!important; border: none!important; }
div.calendar a:hover, div.calendar a:active { text-decoration: underline!important; border: none!important; }

div.calendar h2 { margin: 0; }



div.calendar th, div.calendar td {
	padding: 3px 6px 3px 3px;
	font-size: 12px;
	font-family: arial;
	border-bottom: 1px solid #827d78;
}

div.calendar th {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

div.calendar th.d {
	width: 35px;
	text-align: center;
}


div.calendar td.d {
	text-align: center;
	color: #999;
	vertical-align: top;
}

div.calendar td.p {
	text-align: right;
}

div.calendar th.k {
	width: 210px;
}
