/*  Preise im Kalender  */

#preise .links {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: left;
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 16px;
	}

#preise .oben {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: center;
	font-size: 0.8em;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	height: 16px;
	padding-left: 0px;
	width: 18px;
	}

#preise td {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: center;
	font-size: 0.6em;
	}

#preise .tage {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: center;
	font-size: 0.6em;
	height: 18px;
	width: 18px;
	}

#preise .legende {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: left;
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 2px;
	height: 16px;
	}

#preise .preise {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	text-align: center;
	font-size: 0.8em;
	padding-top: 1px;
	padding-bottom: 2px;
	height: 16px;
	font-weight: bold;
	}

