H1 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color : #FF9900;
	font-weight: bold; text-align: center;
}

H2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	color : #009900;
	font-weight: bold;
}


LI {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color : #000033;
}

LI#uno
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color : red;

}
BODY {
	background-color : #ffffff;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color : #1f2a65;
                 cursor: url('mk.cur'), auto;;
}



ul#Zwei {
  font-size: 0.91em;
  float: left; width: 15em;
  margin: 0; padding: 0;
  position: fixed;

}
ul#Zwei li {
  list-style: none;
  margin: 0; padding: 0.3em;

}

ul#Zwei a {
  display: block;
  padding: 0.2em;
  font-weight: bold;  border:2px solid #fff;   border-color: #e7e7e7 #848080 #848080 #e7e7e7 ;
}

ul#Zwei a:link {
  color: #1f2a65; background-color: #e7e7e7; text-decoration: none;  
}
ul#Zwei a:visited {
  color: #1f2a65; background-color: #e7e7e7; text-decoration: none;
}
ul#Zwei a:hover {
  color: #e7e7e7; background-color: #1f2a65; text-decoration: none;
}
ul#Zwei a:active {
  color: #1f2a65; background-color: #e7e7e7; text-decoration: none;
}
div#Inhalt {
  margin-left: 16em;
  padding: 0 1em;
  border-width: 17px;
border-color: white;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}

