body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

A:link { color: #ff6600; text-decoration: none;} 
A:visited { color: #ff6600; text-decoration: none;} 
A:hover {color: #ff6600;text-decoration: overline underline;} 
A:active {color: #ff6600; background: none; text-decoration: overline underline;} 

.ueberschrift {
	font-size: 13pt;
	color: #FF6600;
	font-weight: bold;
	margin-left: 10px;
}
tr {
	background-color: #cccccc;
}

#tdnavi {
	background-image: url(Grafik/hgrechts2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.datum {
	text-align: right;
	color: #666666;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.sonntag {
	background-color: #F0F0F0;
}

.wochentag_feiertag {
	color: #ff6600;
	font-weight: bold;
}

.ortschaft {
	color: #666666;
	font-weight: bold;
}

#veranstaltungen td {
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;	
}
#veranstaltungen {
	margin-top: 10px;
	font-size: 8pt;
}