body {
   background-color: #FF6600;
   font-family: Tahoma;
   color: #000000;
   font-size: 9pt;
   line-height: 20px;
      }

a:link    {color: #771400; text-decoration: none;}
a:visited {color: #771400; text-decoration: none;}
a:hover   {color: #FF6600; text-decoration: none;}
a:active  {color: #771400; text-decoration: none;}

a:link.menu    {color: #771400; font-size: 10pt;}
a:visited.menu {color: #771400; font-size: 10pt;}
a:hover.menu   {color: #FF6600; font-size: 10pt; font-weight: bold;}
a:active.menu  {color: #771400; font-size: 10pt;}

input, textarea, button, select, option {
   background-color: transparent;
   border: 1px solid #771400;
   }


table {
   border-collapse: collapse;
   font-family: Tahoma;
   color: #000000;
   font-size: 9pt;
   }

h1, h2, h3, h4, h5, h6 {
margin: 0px 5px;
font-weight: normal;
}

h1{ /* Überschrift*/
font-weight: bold;
color: #000000;
border-bottom: solid 5px #FF6600;
font-size: 20px;
}

h2{ /* Untertitel */
color: #FF6600;
font-weight: bold;
font-size: 16px;
}

h3{ /* grösserer Text */
font-weight: bold;
font-size: 15px;
}

h4{ /* normale schrift */
font-size: 13px;
text-align: justify;
}

h5{ /* Klein Schrift */
font-size: 11px;
}

