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

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

.ueberschrift {
	font-size: 13pt;
	color: #006699;
	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: #006699;
	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: #006699;	
}
#veranstaltungen {
	margin-top: 10px;
	font-size: 8pt;
}

.notdienst{
	color: #990000;
	font-weight: bold;
}

.gruen {
	color: #006633;
}

.gelb {
	color:#FF9900;
}