.cal {
	background-color: #23221d;
	width: 790px;
	height: auto;
} 

.calt {
	color: #928d8d;
	background-color: #2a2923;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	height: 100px;
} 

.calue {
	height: 20px;
	text-align: center;
	width: 13%;
	color: #928d8d;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
} 

#cal_hintergrund { 
	height: auto; 
	width: 100px; 
	background-color: #23221d; 
	margin: auto; 
	padding: 5px;
} 

.cal_hintergrund .hover { 
	width:100px;
	height: 50px; 
	width: 100px;
	background-color:#23221d; 
	opacity: 0; 
	transition: 1s;
}

.cal_hintergrund:hover .hover { 
	opacity: 1; 
	transition: 1s;
	cursor: pointer;
}

.kandiue {
	font-family: Georgia;
	font-style: italic;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #928d8d;
	text-shadow: 1px 1px black;
} 

.kandiu {
	color: #928d8d;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1px;
	font-family: Arial;
	letter-spacing: 2px;
}
		