/*  =========================================================
Stylesheet 
Datei:  style1.css

Autor:  Michael Emmert
========================================================== */



/* Allgemeine Selektoren */
html { height: 101%; } /* erzwingt Scrollbar im Firefox */
 
body{
	text-align: center;
}
h1{
	color: maroon;
}
/*Navigation*/

ul#Navigation {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	border: 0px solid black;
	
}
ul#Navigation li {
list-style: none;
display: inline;
margin: 0.2em; padding: 0;
}

ul#Navigation a, ul#Navigation span {
padding: 0.2em 1em;
text-decoration: none; font-weight: bold;
border: 3px solid black;
border-left-color: white; border-top-color: white;
font: bold 100.01% Helvetica, Arial, sans-serif;
color: maroon; background-color: #ccc;
}
* 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: white;
border-left-color: black; border-top-color: black;
color: white; background-color: gray;
}
/*Navigation2 Klein*/

ul#Navigation2 {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	border: 0px solid black;
	font-size:small;
}
ul#Navigation2 li {
list-style: none;
display: inline;
margin: 0.2em; padding: 0;
}

ul#Navigation2 a, ul#Navigation span {
padding: 0.2em 1em;
text-decoration: none; font-weight: bold;
border: 3px solid black;
border-left-color: white; border-top-color: white;
font: bold 100.01% Helvetica, Arial, sans-serif;
color: maroon; background-color: #ccc;
}
* html ul#Navigation2 a, * html ul#Navigation span {
width: 1em; /* nur fuer IE 5.0x erforderlich */
w/idth: auto; /* sicherheitshalber fuer IE 6 zurueckgesetzt */
font-size: x-small;
}
ul#Navigation2 a:hover, ul#Navigation span {
border-color: white;
border-left-color: black; border-top-color: black;
color: white; background-color: gray;
}