#kalender{
	width:227px;	
}

#kalender thead{
	background:#6f0000;	
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

#kalender thead tr td{
	padding:2px 0 4px 0;	
}

#kalender tbody td{
	font-size:12px;
	color:#6f0000;
	font-weight:bold;
	text-align:center;
}

#kalender .subRow td{
	background:#ffffff;
	color:#6f0000;
	border:3px solid #fff;
	overflow:hidden;
	width:25px;
}

#kalender tbody td a{
	float:left;
	background:#6f0000;
	color:#ffffff;
	width:25px;
	margin:0;
	padding:0;
	text-align:center;
}

#kalender tbody td{
	width:25px;
	padding:0;
	border:1px solid #fff;
	/*float:left;*/
}

#kalender thead td{
	/*float:left;*/
	width:100%;
}

#kalender thead a{
	color:#fff;	
}

#kalender .empty{
	background:#fff !important;	
}

#content form{
	margin:10px;
}

#content form div{
	width:100%;
	float:left;
	margin:0 0 5px 0;
}

#content form .left{
	width:200px;
	float:left;
}

#content form .right{
	width:300px;
	float:right;
}

#results h4,#results div{
/*	clear:both;*/
	width:100%;
/*	float:left;*/
}