a:link  {
	text-decoration : none;
	color: #990000;
	font-weight : bold;
}

a:visited  {
	color : #990000;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	font-weight : bold;
}
a:active  {
	color : #990000;
	text-decoration : none;
	font-weight : bold;
}


h4  {
	font-size : x-small;
}

h3  {
	font-size : small;
	font-weight : bold;
}

h2  {
	font-size : medium;
	margin-bottom : 0.2em;
}

h1  {
	font-size : large;
	margin-bottom : 0.2em;
}
/* Bug Netscape 4.75 line-height plaziert Bilder falsch  nicht in p-Tag */
p {
	margin : 0em;
	line-height : 1.2em;
}
.fuss  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	 text-align: center;
}

.block  {
	margin : 0em;
	text-align: justify;

}

.einzug  {
	text-indent : 1.2em;
}

.navinvers { color: #FFFFCC; background-color: #990000; font-weight: bold }

.navinvers :link {
	color:#FFFFCC;
}
.navinvers :visited {
	color:#FFFFCC;
}
.navinvers :hover {
	color:#FFFFCC;
}
.navinvers :active {
	color:#FFFFCC;
}

.nav {  background-color: #FFCC99}
.mitte {  text-align: center}
.rechts {  text-align: right}
/* Bug Netscape 4.75 font-family nur im body-Tag reicht nicht */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #660000;
}
body {
	background-color: #660000;
}
.fett {  font-weight: bold}
.ori {  background-color: #CCCCCC}
ul {
	list-style-type: square;
	 line-height: 1.6em;
	margin-top: 0em;
}
#DataGrid1 {
	border: 1px #999999;
	border-collapse:collapse;
}
tr.kopf {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
tr.hell {
	background-color: #EEEEEE;
}
tr.dunkel {
	background-color: #DCDCDC;
}
.gelb {
	background-color: #FFFFCC;
}

