body {
  font-family: verdana, helvetica, arial, sans-serif;
  line-height: 1.5em;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 20;
  padding: 20;}

html > body {
  font-size: 9pt;
}


h1 { 
  text-align : left;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 140%;
  }

h2 {
  text-align : left;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 120%;
}

h3 {
        font-weight : bold;
        font-size : 110%; ;
        font-family: verdana, helvetica, arial, sans-serif;
        text-align: left;
}

h4  {
        color: #000000;
        font-weight : bold;
        font-size : 100%; ;
        font-family: verdana, helvetica, arial, sans-serif;
}


p {
  line-height: 140%;
  margin: 1em 0 1.5em 0;
  padding: 0;
}


.subheader {
    color: black;
    font-size: 85%;
}


tr{
        font-family : verdana, helvetica, arial, sans-serif;
        font-size : 10pt;
}


hr {
        clear : both;
}


li {
        font-family: verdana, helvetica, arial, sans-serif;
        font-style: normal;
        font-weight: normal;
}

td  {
        font-family : verdana, helvetica, arial, sans-serif;
        font-size : 9pt;
}

th{
    font-family : verdana, helvetica, arial, sans-serif;
        font-size : 9pt;
        text-align: left;
        font-weight: bold;

}

a:link {
        color: #0080C0;
        text-decoration: none;
}

a:visited {
        color: #0080C0;
        text-decoration: none;
}

a:hover {
        color: #0080C0;
        text-decoration: underline;
}

a:active {
      color: #0080C0;
        text-decoration: underline;
}
a {
        font-family: verdana, helvetica, arial, sans-serif;
        font-style: normal;
        }

.tabelle {
   background-color: #dedede;
}

/* tabelle 2 für das programm */
.tabelle2 {
   
	text-align: left;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 7pt;
        background-color: #F1ccF7;
}


