/*======================================================*/
/* CSS (Cascading Style Sheets) h-und-b-emmert          */
/*======================================================*/
/* Generelle vererbbare Formatangaben                   */
/*------------------------------------------------------*/
body    {margin-top: 0%; margin-bottom:0%; margin-left:0%; margin-right:0%;
         background-color: #DADADA;
         font-family:Arial,Avantgarde; font-size:12px; color:black;
         text-align:justify;}
/* Classes ---------------------------------------------*/
.normal {font-weight:normal}
.f      {font-size:15px; color:black; font-weight:bold}
.tm     {background-color:#FFFF80}    /* Textmarker */
/*------------------------------------------------------*/
ul {list-style-type: square; list-style-position: inside;
    margin-left:0px; margin-top:6px; margin-bottom:6px}
/* Tabellendefinitionen --------------------------------*/
table   {background-color:#EBEBEB; text-align:justify;
         vertical-align:top}
th {text-align:center}
td {vertical-align:top}
.hg-seite {background-color:#DADADA}
.hg-allg {background-color:#FFE2B2}
.hg-hm   {background-color:#676767}
.hg-um   {background-color:#808080}
.hg-uum  {background-color:#939393}

.button-hmenu
 {
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
  border-color:#ffffff;
  background-color:#676767;
  padding-top:5px; /* Textabstand im Button */
  padding-left:5px; /* Textabstand im Button */
  padding-right:5px; /* Textabstand im Button */
  border-width:5px;
  border-style:outset;
 }
a.button-hmenu:LINK {color:#FFFFFF}
a.button-hmenu:VISITED {color:#FFFFFF}
a.button-hmenu:HOVER {color:#676767; background-color:#FFFFFF;, border-style:inset;}

.button-invert
 {
  font-size:11px;
  font-weight:bold;
  color:#676767;
  background-color:#FFFFFF;
  padding-top:5px; /* Textabstand im Button */
  padding-left:5px; /* Textabstand im Button */
  padding-right:5px; /* Textabstand im Button */
  border-width:5px;
  }
a.button-invert:LINK {color:#676767}
a.button-invert:VISITED {color:#676767}
a.button-invert:HOVER {color:#676767; background-color:#FFFFFF;, border-style:inset;}

.button-umenu
 {
  color:#000000;
  padding-top:1px; /* Grafik-Abstand im Button */
  padding-left:1px; /* Grafik-Abstand im Button */
  padding-right:1px; /* Grafik-Abstand im Button */
  border-width:4px;
  border-style:outset;
 }
a.button-umenu:HOVER {border-style:inset;}

/*------------------------------------------------------*/
/* Überschriften                                        */
/*------------------------------------------------------*/
h1 {color:#676767; font-size:18px; line-height:2; text-align:center;
    margin-top:0px; margin-bottom: 0px}
h2 {color:#676767; font-size:13px; line-height:2; text-align:center;
    margin-top:0px; margin-bottom: 0px}
h3 {color:#676767; font-size:11px; text-align:center;
    margin-top:0px; margin-bottom: 0px}
h4 {background-color:#676767; color:white; font-size:13px;
    text-align:center; margin-top:0px; margin-bottom: 0px}
/*------------------------------------------------------*/
/* Farben von Links                                     */
/*------------------------------------------------------*/
a {text-decoration:none}
a:link    {color:#0000FF}
a:visited {color:#0000FF}
a:active  {color:#0000FF}
a:hover   {color:red}