body
{
	background-color:#33009b;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	text-decoration:underline;
}

a:focus
{
	text-decoration:blink;
}


*
{
	color:#faffbd;
        font-family:Arial;
}

h1
{
	font-size:200%;
	color:#faffbd;
	font-style:italic;
}

h2
{
	font-size:200%;
	color:#faffbd;
	font-style:italic;
	text-align:right;
}

h3
{
	font-size:150%;
	color:#faffbd;
	font-style:italic;
	text-align:center;
}

h4
{
	font-size:120%;
	color:#faffbd;
	font-style:italic;
}

h5
{
	font-size:105%;
	color:#faffbd;
	font-style:italic;
	text-align:center;
	text-decoration:none;
}

h6
{
	font-size:200%;
	color:#faffbd;
	font-style:italic;
	text-align:center;
	text-decoration:underline;
}

h7
{
	font-size:110%;
	color:#faffbd;
	font-style:italic;
}

ul#Navigation
{
	margin:0;
	padding:0.8em;
	text-align:center;
	background-color:#4400cf;
}

ul#Navigation li
{
	list-style:none;
	display:inline;
	margin:0.4em;
	padding: 0;
}

ul#Navigation a, ul#Navigation span
{
	padding:0.2em 0.3em;
	text-decoration: none;
	border: 1px solid black;
	border-left-color:#faffbd;
	border-top-color:#faffbd;
	color:#faffbd;
	background-color:#4400cf;
}

* html ul#Navigation a, * html ul#Navigation span
{
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

ul#Navigation a:hover, ul#Navigation span
{
	border-color:#faffbd;
	border-left-color:black;
	border-top-color:black;
	color:white;
	background-color:#33009b;
}

ul#Beschreibung
{
	margin:0;
	padding:0;
	text-align:left;
	background-color:#33009b;
}

ul#Beschreibung li
{
	list-style:none;
	display:inline;
	margin:0;
	padding: 0;
}

ul#Beschreibung a, ul#Beschreibung span
{
	padding:0.2em 0.3em;
	text-decoration: none;
	border: 1px solid black;
	border-left-color:#faffbd;
	border-top-color:#faffbd;
	color:#faffbd;
	background-color:#4400cf;
}

* html ul#Beschreibung a, * html ul#Beschreibung span
{
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

ul#Beschreibung a:hover, ul#Beschreibung span
{
	border-color:#faffbd;
	border-left-color:black;
	border-top-color:black;
	color:white;
	background-color:#33009b;
}