body {
  color: black; 
  background-color: #e26f1d;
  background-image: url(images/bgverlauf.png);
  background-attachment: fixed;
  background-repeat: repeat-x;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 0;
}

html {
    padding: 0;
 }
  
#fixiert {
    position: absolute;
    top: 0.4em; left: 0.4em;
    width: 9.2em;
    background-color: transparent;
}
html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}

ul#Navi { 
	font-size: 0.95em;
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
	border: none; 
}

ul#Navi li { 
	list-style: none;  margin: 0; padding: 0.5em; 
}
	
ul#Navi p { 
	color: #e26f1d; 
	background-color: black; 
	display: block;  
	padding: 0.1em;  
	font-style: italic;
	font-size: 0.9em; 
	text-decoration: none; 
	text-align: center;
}	

ul#Navi c2 {
	color: red;
	background-color: black; 
	display: block;  
	padding: 0.1em;  
	font-style: normal; 
	font-size: 1.2em; 
	text-weight: bold; 
	text-align: center;
}
	
ul#Navi a { 
	display: block;  padding: 0.2em;  
	font-weight: bold; 
	text-decoration:none; 
	text-align: center;
}
	
ul#Navi a:link, ul#Navi a:visited { 
	color: black; 
	background-color: #ddd; 
}

ul#Navi a:hover { 
	color: blue; 
	text-decoration:underline; 
	background-color: #e26f1d; 
}

ul#Navi a:active { 
	color: white; 
	background-color: gray; 
}

h1 {
		color:black;
    font-size: 1.2em;
    margin: 0 2em 0.8em 10em; 
    padding: 0.4em;
    text-align: center;
    background-color: #eee;
    border: 2px none silver;
}

div#Inhalt { 
	margin: 0 2em 0 10em; 
	padding: 0 1em;
}

div#Inhalt h1 { 
	font-size: 1.5em; 
	margin: 0 0 0.5em;
}

div#Inhalt h2 { 
	font-size: 1.2em; 
	margin: 0.2em 0; 
}

div#Inhalt p { 
	font-size: 1em; 
	margin: 1em 0; 
}

div#Inhalt a { 
	text-decoration:none; 
	padding: 0.25em; 
	font-weight: bold; 
	color: blue;
	background-color: transparent;
}

div#Inhalt a:hover { 
	color: red; 
	background-color: transparent;
	text-decoration:underline;
}
