/* Einbinden in den <head><link rel=stylesheet type="text/css" href="../start/formate.css"></head> Bereich mit: */
/* <link rel=stylesheet type="text/css" href="../start/formate.css"> */


body 
{ 
  margin-top:10px; 
  margin-bottom:10px; 
  margin-left:20px; 
  margin-right:20px; 
  color:#000000;
  background-color:#ffffcc; 
  background-image:url();
}

img.links { margin-right:15pt; margin-bottom:3pt}
img.rechts { margin-left:15pt; margin-bottom:3pt}


a:link { color:#000099; text-decoration:none }
a:visited {  color:#000099; text-decoration:none }
a:hover { color:#E00000; text-decoration:underline }
a:active { color:#E00000; text-decoration:underline }
a:focus { color:#E00000; text-decoration:underline }

/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:hover = für Verweise, während der Anwender mit der Maus darüber fährt
:active = für gerade angeklickte Verweise
:focus = für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste
*/

h1,h2,h3,h4,h5,h6 { text-align:center; }

h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }
h6 { font-size:8pt; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,li,ul,ol
    { font-family:Arial,sans-serif; } 

/*    { font-family:Arial,sans-serif; font-weight:bold  } */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }

.klein { font-size:9pt; }
.anmerkung { font-size:7pt; font-variant:small-caps;}
.datum {  color:#e00000; font-size:8pt; }
.tabelle { font-size:8pt; }

p {text-align:justify; text-indent:0.0mm}
/* text-indent:0.0mm bedeutet die Zeileneinrückung am Anfang des Absatzes */

p.center {text-align:center; }

p.autor {text-align:right; font-style:italic}

p.rechtsausgerichtet {text-align:right}

/*
  Hinweise:
  
  Hintergründe:
  background-color:#003366; (Hintergrundbfarbe für ein bestimmtes Element
  background-image:url(back.gif); (Hintergrundbild für ein bestimmtes Element
  
  Abstände:
  margin-top:10pt	Oben
  margin-bottom:10pt	Unten
  margin-left:10pt	Links
  margin-right:10pt	Rechts
  margin:10pt		Allgemein
  
  Listen:
  ul { list-style-image:url(06.gif) } 	Eigene Bulletgrafik ;-))

  
  
  
*/
  
