<style type="text/css">

body
{
  font-family: Arial, Helvetica, sans-seris;
  font-size: 11px;
  margin: 0;
  color: black;
  background-color: #FFFFFF;
}

#menueframe
{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 100%;
  padding: 10px;
  border: 0px solid black;
  background-color: #0065B3;
}

#menue
{
   margin-right: 0px;
   font: 11px Verdana,Arial;
   background: #D8D9E1;
}

.menuetitle
{
   text-decoration: none;
   padding: 2px 2px 4px 6px;
   color: #0056B6;
   background: #ECECF0;
}

.menueseparator
{
   text-decoration: none;
   padding: 2px 2px 4px 6px;
   color: #0056B6;
   background: #0065B3;
}

.menueitem
{
   font: 11px Verdana,Arial;
   text-decoration: none;
}

.menueitem a
{
  display: block;
  text-decoration: none;
  color: #0056B6;
  font-weight: normal;
  padding: 2px 2px 4px 12px;
}

.menueitem b
{
  display: block;
  text-decoration: none;
  color: #0056B6;
  font-weight: normal;
  padding: 2px 2px 4px 12px;
}

div.menueitem a:hover
{
   background: #3878BF;
   color: #FFFFFF;
}

#inhalt
{
  position: absolute;
  top: 10px;
  left: 170px;
  width: 660px;
  background-color: #D8D9E1;
  padding: 10px;
}

#dlgPanel
{
  position: relative;
  padding: 10px;
  border: 0px solid black;
  background-color: #ECECF0;
}

#dlgTitle
{
  position: relative;
  padding: 2px 0px 2px 8px;
  border: 0px solid black;
  background-color: #0065B3;
}

#dlgSeparator
{
  position: relative;
  height: 4px;
  padding: 0px;
  border: 0px solid black;
  background-color: #D6DFF5;
}

#viewPanel
{
  position: relative;
  padding: 0px;
  border: 0px solid black;
  background-color: #D8D9E1;
}

h1
{
  color: #0065B3;
  text-align: center;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2pt;
  margin-top: 0pt
}

h2
{
  color: #0065B3;
  text-align: left;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1pt;
  margin-top: 1pt
}

h3
{
  color: #0065B3;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2pt;
  margin-top: 2pt
}

h4
{
  color: #0065B3;
  text-align: left;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 1pt;
  margin-top: 1pt
}

p, form, input, select, textarea
{
  color: #0065B3;
  font: 11px Verdana,Arial;
  margin-bottom: 0pt;
  margin-left: 4px;
}

blockquote
{
  color: #0065B3;
  font: 11px Verdana,Arial;
}

.fett
{
  font-weight: bold;
}

.nccode
{
  font-family: Courier New, Courier, Monaco;
}

.readonly
{
  background-color: #EDEEFF;
}
</style>
