body {
   font-family: Arial, Helvetica, sans-serif;
   color: black; background-color: white;
   min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

html {
   padding: 0;
}

body {
   margin: 0; padding: 0;
}

#fixiert {
	position: absolute;
	top: 0em; left: 0em;
	width: 10em;
	background-color: silver;
	border: 1px solid silver;
}
html>body #fixiert { /* nur fuer moderne Browser! */
	position: fixed;
}

#fixiert h1 {
	font-size: 10pt;
	margin: 0.5em; padding: 0.3em;
	background-color: silver;
}

#fixiert p {
	font: Arial;
	font-size: 10pt;
	margin: 1em 0;
}

#zaehler {
	position: absolute;
	top: 30em; left: 0em;
	width: 10em;
	background-color: white;
	border: 0px solid silver;
}
html>body #zaehler { /* nur fuer moderne Browser! */
	position: fixed;
}

#zaehler p {
	font-size: 10pt;
	margin: 1em 0;
}

#kopf {
	position: absolute;
	top: 0em; left: 10em;
	width: 80%;
	background-color: silver;
	border: 0px solid silver;
}
	html>body #kopf { /* nur fuer moderne Browser! */
position: fixed;
}

#kopf h1 {
	font-size: 1.5em;
	margin: 0.5em; padding: 0.3em;
	text-align: center;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing: 1px;
	font-style:normal;
	background-color: silver;
}


#Inhalt {
	margin-left: 10em; padding: 0 1em;
	margin-top: 4.3em; padding: 0 1em;
	border-left: 0px ridge gray; border-top: 0px ridge gray;
}
* #Inhalt { /* versteckt vor Netscape 4 */
	background-color: #ffffff;
}

#Inhalt h2 {
	font-size: 12pt;
	margin: 0em 0% 0em;
	color: black;
}

#Inhalt p {
	font-size: 10pt;
	margin: 1em 0;
}

#Inhalt h1 {
	font-size: 10pt;
	margin: 0.5em; padding: 0.3em;
	background-color: white;
}

#Inhalt a:link { color:blue;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal; }

#Inhalt a:visited { color:#333399;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal; }

#Inhalt a:hover { color:red;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal; }

#Inhalt a:active { color:red;
	text-decoration:none;
	font-size:10pt;
	font-weight:normal; }

#Inhalt li { 	margin-top:3px; 
	color:black; 
	font-family:Arial,Helvetica,sans-serif; 
	font-weight:normal; 
	font-size:10pt; }

ul#Navigation {
	width: 12em;
	font-size: 0.8em;
	margin: 0; padding: 0em;
	border: 0px solid silver
	background-color: silver;
}

* html ul#Navigation { /* Korrekturen fuer IE 5.x */
	width: 12em;
	w\idth: 12em;
	padding-left: 0;
	padd\ing-left: 0em;
}

ul#Navigation li {
	list-style: none;
	margin: 0.4em; padding: 0;
}

ul#Navigation a {
	display:block;
	padding: 0.2em;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: black; background-color: #ccc;
}

* html ul#Navigation a { /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 9em;
}

ul#Navigation a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white; background-color: gray;
}


#indexnavi a:link { color:blue; 
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold; }

#indexnavi a:visited { color:#333399; 
	font-family:Arial,Helvetica,sans-serif; 
	text-decoration:none;
	font-size:10pt; 
	font-weight:bold;  }

#indexnavi a:hover { color:red; 
	font-family:Arial,Helvetica,sans-serif; 
	text-decoration:none;
 	font-size:10pt;
	font-weight:bold;  }

#indexnavi a:active { color:red;  
	font-family:Arial,Helvetica,sans-serif;  
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;  }

#intnavi a:link { color:black; 
	text-decoration:none;
	background-color:#c0c0c0;
	font-size:10pt;
	font-weight:bold; }

#intnavi a:visited { color:black; 
	text-decoration:none;
	background-color:#c0c0c0;
	font-size:10pt; 
	font-weight:bold;  }

#intnavi a:hover { color:black;
	text-decoration:none; 
	background-color:white;
 	font-size:10pt;
	font-weight:bold;  }

#intnavi a:active { color:black; 
	text-decoration:none;
 	background-color:white;
	font-size:10pt;
	font-weight:bold;  }
