/* 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:5px; 
  margin-bottom:5px; 
  margin-left:10px; 
  margin-right:10px; 
  color:#000000;
  background-color:#ffffcc; 
  background-image:url();
  font-size:12px;
}

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


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:1.4em; }
.h1-links { text-align:left; margin-left:20px }
h2 { font-size:1.3em; }
.h2-links { text-align:left; margin-left:20p }
h3 { font-size:1.2em; }
.h3-links { text-align:left; margin-left:20p }
h4 { font-size:1.1em; }
.h4-links { text-align:left; margin-left:20p }
h5 { font-size:1.0em; }
.h5-links { text-align:left; margin-left:20p }
h6 { font-size:0.9em; }
.h6-links { text-align:left; margin-left:20p }

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:1.0em; }

.klein { font-size:8px; color:#999999; }
.anmerkung { font-size:0.8em; font-variant:small-caps;}
.zitat { font-size:1.1em; font-family:Courier New,Courier,mono}
.history { font-size:0.9em; }
.mp-anklage { margin-left:20px }
.einruck { margin-left:20px; }
.fussnote { font-size:0.9em; }

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.leninschwur {font-size:12pt; font-style:italic}

/*
  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 ;-))

  
  
  
*/
  
