/* DATEI: chromaxn.css --------------- */
/* Änderungen --------------------- */
/* letzte :*/
/* nächste: */

body { margin-left:20px; font-size:13pt; font-family:Verdana;}
/*<body style="line-height:10.5pt;font-size:4pt;margin-left:20%;">*/

/* p { color:#EEEEEE; background-color:#FFFFFF; font-size:13pt; font-family:Verdana;} */

/* die Deko für die Verweise : */
a:link { text-decoration:none; font-weight:bold; color:#999999; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#000000; }
a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }


/*
Sinnvoll sind die hier beschriebenen CSS-Eigenschaften für alle HTML-Elemente, die einen eigenen Absatz erzeugen bzw. einen Block bilden, also etwa für h[1-6], p, blockquote, div, addressoder pre. Sinnvoll sind die Angaben zum Innenabstand ferner, wenn Sie außerdem CSS-Eigenschaften für  Rahmenoder für Farben oder Grafiken zum  Hintergrundeines Elements notieren. Denn erst dann werden die Abstände zwischen Elementgrenze und Elementinhalt richtig sichtbar. :

/* <p style="line-height:10.5pt;font-size:9pt;margin-left:20%;margin-right:20%"> */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }
h1 { font-size:26px; margin-bottom:18px; }
h2 { font-size:21px; margin-bottom:18px; }
h2.sh2 { font-size:21px; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }
h4 { font-size:13px; }
*/
/*
#links {
  border-left-width:1cm;
  border-left-style:solid;
  border-color:red;
  padding-left:1cm;
  text-align:justify; }
#linksrechts {
  border-left-width:1cm;
  border-left-style:solid;
  border-left-color:red;
  padding-left:1cm;
  border-right-width:1cm;
  border-right-style:solid;
  border-right-color:green;
  padding-right:1cm;
  text-align:justify; }
  */

/* ´#rundum´ ist eine Rahmen-Gestalte für HTML-Elemente, die einen eigenen Absatz */
/* erzeugen bzw. einen Block bilden */
#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:blue; /* ??? blue == "#xxxxxx" */
  padding:1cm;
  text-align:justify; }
}






