
/* Style sheet fuer Web-Seiten von http://www.messerle.de/ und http://baumschule.messerle.de/ */


/* Links */

a:link     { color:#0000EE; text-decoration:underline; }
a:visited  { color:#7719A0; text-decoration:underline; }
a:active   { color:#FF0000; text-decoration:underline; }
/* a:active   { color:#009000; text-decoration:underline; } */
a:hover    { color:#FF0000; text-decoration:underline; }
/* a:hover    { color:#006000; text-decoration:underline; } */

/* Allgemein */

body  { margin-top:10px; margin-bottom:10px; }

p,h1,h2,h3,h4,ul,ol,li,div,span,td,th,address,blockquote,nobr,b,i,strong,em,h-welcome,footnote
  { font-family:Arial,Helvetica,sans-serif; }

h1  { font-size:130%; font-weight:bold; }
h2  { font-size:115%; font-weight:bold; }

/* unbenutzt: 
h3  { font-size:100%; font-weight:bold; }
h4  { font-size:100%; }
*/

body,p,ul,ol,li,div,span,td,th,address,nobr,b,i,blockquote,strong,em,footnote,center  { font-size:1.00em; }

pre,tt  { font-family:Courier New,Courier; }


/* Eigene Formatierung */

.header           { font-family:Arial,Helvetica,sans-serif; font-size:200%; font-weight:bold; }
.inaktiv          { color:#555555 }                      /* Inaktiver Link */
.fussnote         { font-size:75%; }


