/* nu_stil.css  für Kanzlei Norbert Uhländer (Gelsenkirchen), 2006-11-01
   Cascading Style Sheets für die HTML-Texte

   letzte Änderung: 2006-11-01 (sch)
*/

body          { color: black; background-color: white;
                font-size: small;
                font-family: Arial, Verdana, Geneva, Helvetica, Univers, sans-serif; }

h1            { font-size:   large; margin: 1em 20% 0.5em 20%; }
h1.Titel      { font-size: x-large; }
h2            { font-size:  medium; margin: 1em 20% 0.5em 20%; }
h3            { font-size:   small; margin: 1em 20% 0.5em 20%; }

p, li         { font-size:   small; margin: 0em 20%   0em 20%; }

a:link        { color: #0080FF; text-decoration: none; cursor: pointer; }
a:active      { color: #000000; text-decoration: none; cursor: pointer; }
a:visited     { color: #0080FF; text-decoration: none; cursor: pointer; }
a:hover       { color: red;     text-decoration: none; cursor: pointer; }

hr            { width: 99%; height: 2px; color:"#0080FF"; }
hr.Strich60   { width: 60%; }
hr.Strich80   { width: 80%; }

table         { table-layout:auto; padding: 0px }

td            { border: 0px; cellpadding; 0px; cellspacing; 0px; vertical-align: top; }

ul            { list-style-type:circle; margin-top: 0.5em; }

.URL, 
.URL_klein    { font-size: x-small;
                font-family: "Andale mono", "Lucida Console", "Lucida Sans TypeWriter", "Courier New", "Courier", monospace; }

.Strich       { background-color:"#0080FF"; }

.Kopf         { font-size:  x-small; width: 100%; }
.KopfMenue    { text-align: left;  }
.KopfName     { text-align: right; white-space: nowrap; }
.Fuss         { font-size: xx-small; }
.FussCopyr,
.FussEMail,
.FussDatum    { white-space: nowrap; }
.aktuell      { font-weight: bold; }

.Logo         { text-align: center; }

.KopfName,
.Logo         { font-size: small; margin-top: 2em; }
.LogoTitel    { font-size: large; }

.NameFoto     { width: 80%; margin: 0em 20% 0em 20% }
.Person       { width: 60%; margin: 0em 20% 0em 20%; font-size: small; }
.Termine      { text-align:right; }

/* Ende nu_stil.css */

