a:active {
	color: #330099;
	text-decoration: underline
}
a:link {
	color: #0000FF;
	text-decoration: none
}
a:visited {
	color: #0000ff;
	text-decoration: none
}
a:hover {
	color: #0000ff;
	text-decoration: underline
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #FFFFFF
}
p, div {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif
}

h1 {
	font-size: 
large;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	border-color: 
#FFFFFF #FFFFFF #000000;
	border-style: solid;
	border-bottom-width: medium;
	font-family: 
Arial, Helvetica, sans-serif;
	width: 100%
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #008000
}
h4 {
	font-family: 
Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold
}
h5 {
	font-family: 
Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold
}
h3 {
	font-size: 
medium;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	border-color: 
#FFFFFF #FFFFFF #000000;
	border-style: solid;
	border-bottom-width: medium;
	font-family: 
Arial, Helvetica, sans-serif;
	width: 100%
}
li {
	font-size: x-small;
	font-family: 
Arial, Helvetica, sans-serif
}
.neu {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #990000
}
ul#Navigation li {
	list-style: none;
	display: inline;
	margin: 0.4em;
	padding: 0;
}
ul#Navigation a {
	padding: 0.1em 0.2em;
	text-decoration: none;
	font-weight: bold;
	border: 1px black solid;
	color: #666666;
}
* html ul#Navigation a, * html ul#Navigation span {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover {
	background-color: #FFFF00;
}
ul#Navigation span {
	padding: 0.1em 0.2em;
	text-decoration: none;
	font-weight: bold;
	border: 1px black solid;
	color: maroon;
	background-color: #FFFF00;
}
