#kalendar {

	overflow: auto;

	height: 250px;

	width: 200px;

	border: 1px solid #cccccc;

}



#kalendar h1, #kalendar h2{

    font-family: Verdana;

    font-style: normal;

    font-variant: normal;

    font-weight: bold;

    font-size: 12px;

    line-height: 1.4em;

    font-size-adjust: none;

    font-stretch: normal;

    text-transform: uppercase;

    letter-spacing: 0.2em;

    color: rgb(0, 0, 0);

	padding: 2px 0 2px 5px;

	margin: 0 0 0 0;

	border-bottom: 1px dashed #000000;

	background: #cccccc;

}



#kalendar h2 {

	margin: 5 0 0 0;	

	padding: 0px 0 0px 5px;

    letter-spacing: 0;

    font-size: 10px;

	border-top: 1px solid #000000;

	background: none;

	color: #800000;

}



#event {

    font-family: Verdana;

    font-style: normal;

    font-variant: normal;

    font-weight: normal;

    font-size: 10px;

}



.eve_over {

	background: #cccccc;

}



.ev_out {

	background: #ffffff;

}



#event_table td.label, #event_table td.data {

    font-family: Verdana;

    font-size: 10px;

	padding: 2px 2px 2px 2px;

	margin: 2px 2px 2px 2px;

	text-align: left;

	border-top: 1px solid #cccccc;

}



#event_table td.label{

	text-align: right;

    font-weight: bold;

}