/* ==================================================
   allgemeines zur Seite
   ================================================== */

body {
  font-family: Helvetica, Verdana, Arial, Sans-Serif;
  font-size: 10pt;
/*    BACKGROUND: url (..) white fixed; COLOR: black; FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica, "Times New Roman"  */

  background-color: #DDDDDD;

}



/* ==================================================
   Links
   ================================================== */

a:link {
  color: #2762ba;
  text-decoration: none;
}

a:visited {
  color: #2762ba;
  text-decoration: none;
}

a:hover {
  background-color: #EEEEEE;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}



/* ==================================================
   Überschriften
   ================================================== */

h1 {
  font-size: 12pt;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #2762ba;
  padding-bottom: 1px;
}

h2 {
  font-size: 10pt;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #2762ba;
  padding-bottom: 1px;
}

h3 {
  color: #000000;
  font-size: 12pt;
}



/* ==================================================
   Text
   ================================================== */

.Fliesstext {
  text-align: justify;
}



/* ==================================================
   Tabellen
   ================================================== */

table {
  font-size: 10pt;
}

table.t1 {
  border:2px;
  border-style:solid;
  border-color:#C0C0C0;
  background-color:#CCCCCC;
  width:90%;
 }


/* ==================================================
   Trennlinien
   ================================================== */

p.p1 {
  font-size: 10pt;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #2762ba;
}
