div.caldate, div.caldaten, div.caldate_empty, div.caldate_head
{
	float:left;
	background:#7fcdee;
	background:#eeeede;
	border:1px solid black;
	width:80px;
	height:70px;
	margin:2px;
	text-align:justify;
}

div.caldaten
{
	clear:left;
	font-weight:bold;
}

div.caldate_empty
{
	background:#DDD;
	border:1px solid #555;
}

div.caldate_head
{
	background:#09F;
	height:auto;
	color:white;
}


div.caldate:hover, div.caldaten:hover
{
	background:#54bce8;
	cursor:pointer;
}

div.caldaten a, div.caldate a
{
	font-size:60%;
}

div.caldate
{	
	background:#eeeede;
	font-weight:bold;
}

a.event:before
{
	content:"-";
}

a.event
{
	display:block;
	margin-bottom:3px;
	color:white;
	text-decoration:none;
}

a.event:hover
{
	color:#06F;
}

a
{
	text-decoration:none;
}

div.selectevent
{
	border:1px solid black;
	background:#7fcdee;
}

textarea
{
	width:550px;
	height:200px;
}