h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

h6 { font-family:Times New Roman; font-size:13px; font-weight:bold }

p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

ul { font-weight:bold; }
li { margin-top:3px; font-weight:normal; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a:link { color:#AA5522; text-decoration:underline; }

a:visited { color:#772200; text-decoration:underline; }

a:active { color:#000000; text-decoration:none; }

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

html
{
	padding: 0;
}
body
{
  color: black; 
  background-color: white;
  font: normal 100.01% Arial, sans-serif;
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	margin:  0;
	padding: 0;
}
#fixiert
{
	position: absolute;
	top: 4.5em;
	left: 1em;
	width: 12em;
	background-color: white;
	border: 1px solid silver;
}
html>body #fixiert
{
	position: fixed;
}
#fixiert img
{
	height:        10em;
	float:         right;
  margin-bottom: 0.2em
}
#Important
{
  text-decoration:blink;
}
/* --------------- Eigenschaften Navigationsbereich --------------- */
#Navigation
{
	font-size: 0.83em
	margin: 0 0 1.2em;
  padding: 0;
}
ul#Navigation li
{
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
ul#Navigation a
{
  display: block;
  padding: 0.2em;
  font-weight: normal;
}
ul#Navigation a:link
{
  color: black;
  background-color:#eee;
}
ul#Navigation a:visited
{
  color:#666;
  background-color:#eee;
}
ul#Navigation a:hover
{
  color: black;
  background-color: white;
}
ul#Navigation a:active
{
  color: white;
  background-color: gray;
}
li ul#SubMenu
{
  display: none;
}
ul#SubMenu li a
{
  display: block;
}
li:hover ul#SubMenu { display: block; }

/* --------- Eigenschaften fuer Inhaltsbereich -------------- */
h1
{
	font-size: 1.5em;
	margin: 0.5em;
	padding: 0.3em;
	text-align: center;
	color: white;
	background-color: #ff3900;
	border: 2px ridge gray;
}
#Inhalt
{
  background-color: #7777FF;
  position: relative;
  top: -0.2em;
	margin-left: 14em;
	padding: 0 1em;
	border: 2px ridge gray;
}
* #Inhalt	/* versteckt vor Netscape 4 */
{
	background-color: #ffffe0;
}
#Inhalt h2
{
	font-size: 1.2em;
	margin: 1em 5% 2em;
	padding: 1em
	color: maroon;
	text-align: center;
}
#Inhalt h3
{
	font-size: 1.1em;
	margin: 1em 5% 2em;
	padding: 1em
	color: maroon;
	text-align: left;
}
#Inhalt p
{
 	font-size: 1em;
	margin: 1em 0;
}
#Inhalt #Fusszeile
{
	font-size: 0.9em;
	margin-top: 27em;
	padding: 0;
	text-align: center;
	background-color: #fed;
	border: 1px solid silver;
}

#editor  { white-space:pre; }


