/*----------------------------------------------------------------------------*/
/* Beschreibung:   Diese Datei beinhaltet die Style Sheet Eigenschaften fuer  */
/*                 Dr. med. Bernd Frederich                                   */
/*                                                                            */
/*                 Ursprung: SelfHTML http://www.teamone.de/selfaktuell       */
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* BODY                                                                       */
/*----------------------------------------------------------------------------*/
body 
   { 
      color: #333333;
      background-color: #ffffff;
      margin-top:0px;
      margin-bottom:10px;
      font-family:arial,helvetica,sans-serif;
   }

/*----------------------------------------------------------------------------*/
/* FONT FAMILY                                                                */
/*----------------------------------------------------------------------------*/
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre
   { 
      font-family:Arial,Helvetica;
   }

/*----------------------------------------------------------------------------*/
/* NORMALER TEXT                                                              */
/*----------------------------------------------------------------------------*/
p,ol,div,td,th,address,nobr,b,i,pre
   { 
      font-size:11pt; 
   }

#ueberschrift { font-weight:bold; font-size: 20pt; }

/*----------------------------------------------------------------------------*/
/* UEBERSCHRIFTEN                                                             */
/*----------------------------------------------------------------------------*/
h1 
   { font-size:16pt; }
h2 
   { font-size:14pt; }
h3 
   { font-size:11pt; }
h4 
   { font-size:10pt; }
h5 
   { font-size:9pt; }
h6 
   { font-size:8pt; }

/*----------------------------------------------------------------------------*/
/* LISTEN EIGENSCHAFTEN                                                       */
/*----------------------------------------------------------------------------*/
ul 
   { 
      font-size:11pt; 
      list-style-type:disc; 
   }

li 
   { 
      font-size:11pt; 
   }

/*----------------------------------------------------------------------------*/
/* a:link = Verweise zu noch nicht besuchten Seiten                           */
/* a:visited = Verweise zu bereits besuchten Seiten                           */
/* a:active = Verweise, die gerade angeklickt werden                          */
/*----------------------------------------------------------------------------*/
a:link 
   { color:#006455; text-decoration:none; font-size: 10pt; }
a:visited 
   { color:#006455; text-decoration:none; font-size: 10pt; }
a:active 
   { color:#FF0000; text-decoration:underline; font-size: 10pt; }

/*--------------------------   ENDE   ----------------------------------------*/
