.d3 {
	width: 227px;
	height: 249px;
	font-family: arial,verdana;
	background-color: white;
	border: 1px solid silver;
	z-index: 3;
	padding-left: 15px;
	padding-bottom: 1px;
	color: #444;
	}

.d3t {
	width: 30px;
	height: 23px;
	margin: 0px;
	float: left;
	outline: 1px solid silver;
	text-align: center;
	padding-top:7px;
	background-color: white;
	}

.d3t_a {
	outline: 1px solid silver;
	background-color: white;
	color: black;
	}

.d3t_a:hover {
	background-color: #cc8000;
	color: white;
	cursor: pointer;
	}
	
.d3t_i {
	outline: 1px solid silver;
	color: lightgrey;
	background-color: floralwhite;
	}

.d3t_ANR {
	outline: 1px solid silver;
	background-color: #00ae3f;
	color: white;
	}

.d3t_ANR:hover {
	background-color: #03fc5d;
	color: white;
	cursor: pointer;
	}

.d3t_frei {
	outline: 1px solid silver;
	background-color: #00ae3f;
	color: white;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	}

.d3t_red {
	outline: 1px solid silver;
	background-color: #FF8080;
	color: black;
	}

.wochentag {
	width: 30px;
	height: 15px;
	margin: 0px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	background-color: white;
	}

.kalendernav {
	width: 30px;
	height: 35px;
	float: left;
	text-align: center;
	font-size: 2.2em;
	background-color: white;
	}

.kalendernav:hover {
	background-color: #cc8000;
	color: white;
	cursor: pointer;
	}
	
.kalenderhead {
	width: 164px;
	height: 35px;
	float: left;
	text-align: center;
	padding-top:7px;
	font-size: 1.0em;
	background-color: white;
	}

	