body 
{
  font-family: Arial,Helvetica; 
  font-style: normal; 
  font-weight: 500;
  font-size: 12pt; 
  line-height: 14pt;
  margin-left: 10px; 
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: black; 
}

textarea 
{ 
  font-family: Arial,Helvetica; 
  font-style: normal; 
  font-weight: 900; 
  font-size: 16pt; 
  line-height: 18pt; 
  list-style-type: square;
  color: dimgray; 
}

A:link 
{
  background: transparent; 
  color: navy;
}
/***
A:visited 
{
  background: green;
  color: lime; 
  text-decoration: none;
}
***/
A:focus 
{
  background: green;
  color: lime;
  text-decoration: none;
}
A:hover 
{
  background: dodgerblue; 
  color: cyan;
  text-decoration: none;
}
A:active 
{
  background: green;
  color: lime;
}

a.info {
  position: relative; /* WICHTIG! */
  z-index: 1;
  border-bottom: 1px dotted #396;
  text-decoration: none;
}
a.info:hover {
  z-index: 25;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
a.info span {
  display: none;
}
a.info:hover span {
  display: block;
  position: absolute;
  top: 1.5em;
  left: -2em;
  width: 8em;
  border:1px solid #600;
  background-color: #fec;
  color: #600;
  text-align: center;
}  		


p { font-family: Arial,Helvetica; 
    font-style: normal; 
    font-weight: 500;
    font-size: 12pt; 
    line-height: 14pt; 
    color: black; 
  }

b { font-family: Arial,Helvetica; 
    font-style: normal; 
    font-weight: 600;
    font-size: 11pt; 
    line-height: 12pt;  
    color: black; 
  }

i { font-family: Arial,Helvetica; 
    font-size: 9pt;     
    font-style: normal; 
    font-weight: normal;  
    line-height: 10pt;
    color: black; 
  }

u { font-family: Arial,Helvetica; 
    font-style: normal; 
    font-weight: 600; 
    font-size: 10pt; 
    line-height: 14pt; 
    color: dimgray;
    text-decoration: normal;
  }

ul { font-family: Arial,Helvetica; 
     font-style: normal; 
     font-weight: 500; 
     font-size: 12pt; 
     line-height: 14pt; 
     list-style-type: square; 
     color: black; 
   }

li { font-family: Arial,Helvetica; 
/*     font-variant: small-caps; 
*/
     font-style: normal; 
     font-weight: 500; 
     line-height: 14pt; 
     font-size: 12pt; 
/*     list-style-type: square;
*/
     color: #000000; 
   }

h2 { font-family: Arial,Helvetica;
/* Oben, Klein: Joachim Simon, ... */
     font-variant: normal;
     font-style: normal; 
     font-weight: 200;
     font-size: 8pt; 
     line-height: 0pt; 
     color: #0000a0; 
   }

h3 { font-family: Arial,Helvetica;
/* Rechts: Titel: N E U E S ... */
     font-variant: normal;
     text-decoration: blink;
     font-style: normal; 
     font-weight: 900;
     font-size: 14pt; 
     line-height: 28pt; 
     color: #f000a0; 
   }

h4 { font-family: Arial,Helvetica;
/* Oben: Titel: z.B. DatVerse.com */
     margin-top: 15px;
     margin-bottom: -15px;
     vertical-align: bottom;
     font-variant: small-caps;
     font-style: normal; 
     font-weight: 900;
     font-size: 16pt; 
     line-height: 18pt;
     color: #0000a0; 
   }

h5 { font-family: Arial,Helvetica;
/* Mitte: Überschriften */
     font-variant: small-caps;
     font-style: normal; 
     font-weight: 800;
     font-size: 11pt; 
     line-height: 16pt; 
     color: #0000a0; 
   }

h6 { font-family: Arial,Helvetica; 
/* Oben: Text: z.B. Die Internetgalerie für ... */
     font-variant: small-caps;
     font-style: normal; 
     font-weight: 600;
     font-size: 10pt; 
     line-height: 8pt; 
     color: #0000b0; 
   }

winzig { font-family: Arial,Helvetica; 
/* Oben: Text: z.B. Die Internetgalerie für ... */
     font-variant: normal;
     font-style: normal; 
     font-weight: normal;
     font-size: 2pt; 
     line-height: 0pt; 
     color: #0000b0; 
   }

AGB { font-family: Arial,Helvetica; 
/* AGB ... */
     font-family: Arial,Helvetica; 
     font-style: normal; 
     font-weight: 500;
     font-size: 9pt; 
     line-height: 10pt; 
     color: black; 
     bgcolor: #000000;
   }
