/* kalender */

.kalender_main {
	position: absolute;
	display: block;
	top: 160px;
	left: 160px;
	width: 224px;
	height: 309px;
	background-color: black;
	border: 3px solid gray;
	z-index: 9000;
}

.kalender_top {
	display: block;
	float: left;
	width: 224px;
	height: 90px;
	background-color: yellow;
}

.kalender_bottom {
	display: block;
	float: left;
	width: 224px;
	height: 219px;
	background-color: white;
}

.calControl .slct {
	width: 100px;
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 3px;
}

.calControl .fld {
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 3px;
}

.calControl .btn {
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 3px;
}

.week {
	display: block;
	float: left;
	width: 224px;
}

.weekdays .day{
	width: 32px;
	height: 27px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;	
}

.day {
	width: 32px;
	height: 27px;
	display: block;
	float: left;
	
}

.day a {
	text-decoration: none;	
	display: block;
	width: 30px;
	height: 25px;
	border: 1px solid white;
	line-height: 25px;	
}

.day a:hover {
	border: 1px solid blue;	
}

input.date {
	width: 100px;
	border: solid gray 0px;
	background-color: transparent;
	cursor: pointer;
	float: left;
	line-height: 14px;
}

* a.button_small, .tableoverview tr td a.button_small {
	border: 1px solid gray;
	background-color: white;
	font-size: 10px;
	display: block;
	float: left;
	height: 14px;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 14px;
	float: left;
	text-decoration: none;
	color: black;
	font-weight: normal;
}
a.button_small:hover {
	color: black;
	border-color: black;
	text-decoration: none;
}
