input {
}

img.datum_klicker {
	margin-top:-3px;
	padding:0 0 0 15px;
	vertical-align:middle;
}
img.datum_klicker:hover {
	cursor:pointer;
}
div.datum_klicker {
	position:absolute;
	font-size:11px;
	color:#666;
	margin-top:-80px;
	padding:3px 5px;
	border:1px solid #ccc;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:#fbfbfb;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
}
div.datum_klicker p {
	text-align:center;
	line-height:1em;
	color:white;
	margin:2px 0 5px 0;
	padding:4px 0 5px 0;
	background-color:#bbb;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
div.datum_klicker span.vor {
	float:right;
}
div.datum_klicker span.zurueck {
	float:left;
}
div.datum_klicker span.vor, div.datum_klicker span.zurueck {
	color:white;
	padding:3px 4px 0 4px;
}
div.datum_klicker table {
    border-collapse:collapse;
    border-spacing:0;
}
div.datum_klicker td {
	text-align:center;
	line-height:11px;
	padding:1px;
}
div.datum_klicker td.anderer_monat {
	color:#ddd;
	background-color:transparent;
}
div.datum_klicker span:hover {
	cursor:pointer;
}
div.datum_klicker td span {
	display:block;
	text-align:center;
	padding:4px 0 0 0;
	width:23px;
	height:16px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#eee;
}
div.datum_klicker td span:hover {
	color:white;
	border:1px solid #bbb;
	background-color:#bbb;
}
div.datum_klicker td span.sa_so {
	color:#888;
	background-color:#f7f7f7;
}
div.datum_klicker td span.sa_so:hover {
	color:white;
	border:1px solid #ccc;
	background-color:#ccc;
}
div.datum_klicker td.anderer_monat span {
	border:0;
	background-color:transparent;
}
div.datum_klicker td.anderer_monat span:hover {
	color:#888;
	background-color:transparent;
}
div.datum_klicker thead tr td {
	font-size:10px;
	font-weight:bolder;
	background-color:transparent;
}

