/* DATEI  : lebewerde.css -------------------------------- */
/* INHALT : Kaskadierende Stilelemente fuer Lebenslauf --- */
/* GEMACHT: tabellarische -> CSS - Positionieren --------- */
/* DATUM  : Juli 2oo6 chr°maxen -------------------------- */
/* MACHE  : Listen 


body { margin:7px; font-size:100.01%; font-family:Verdana; line-height:99.99%}
/*<body style="line-height:10.5pt;font-size:4pt;margin-left:20%;">*/

p { font-size:95%; margin:7px 4px; font-family:"Times New Roman"; line-height:110%}
/* p { color:#EEEEEE; background-color:#FFFFFF; font-size:13pt; font-family:Times New Roman;} */

/* 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, address oder pre.
Sinnvoll sind die Angaben zum Innenabstand ferner, wenn Sie außerdem CSS-Eigenschaften für Rahmen oder für Farben oder Grafiken zum  Hintergrundeines Elements notieren. Denn erst dann werden die Abstände zwischen Elementgrenze und Elementinhalt richtig sichtbar (siehe Stefan Muenzens selfhtml). */

/* <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:200%; font-family:"Times New Roman"; font-weight:100}
h2 { font-size:175%; font-family:"Times New Roman"; font-weight:100}
h3 { font-size:150%; font-family:"Times New Roman"; font-weight:100}
h4 { font-size:110%; font-family:"Times New Roman"; font-weight:100}
h5 { font-size:100%; font-family:"Times New Roman"; font-weight:100}
h6 { font-size:100%; font-family:"Times New Roman"; font-weight:100}

/* --- Klassenspezifikation ----- */
.ustrich_kursiv { font-style:italic; text-decoration:underline}


GZ {position: absolute; left: 47%;}

/*
#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; }
}






