/* heinz.css - Stylesheet fuer die Heinzpage */

body { margin-top:10px; margin-bottom:10px; margin-left:20px; margin-right:20px;}
p {margin-top:25px; margin-bottom: 25px; margin-left:20px; margin-right:20px;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }

.blau { color:blue; }
.schwarz { color:black; }
.rot { color:red; }
.gruen { color:#008822; }

pre { font-family:Courier New,Courier,fixed-width; font-size:10pt; color:#000000; }

tt { font-family:Courier New,Courier,fixed-width; font-size:10pt; color:#000000; font-weight:bold; }

/*Tabellen*/
td.heinztitel { font-family:Times,serif; font-size:13pt; border-width:0pt; color:#4D80FF; font-style:italic; font-weight:bolder;}

.presse { font-family:Courier New,Courier,fixed-width; font-size:10pt; color:#000000;}

/* ul { list-style-image:url(../pic/text.gif) } - eigenes Bulletzeichen*/

/*Verweise*/
a:link { color:#2117a1; text-decoration:none; }
a:visited { color:#ab0732; text-decoration:none; }
a:active { color:#ff0000; text-decoration:none; }
a:hover { text-decoration:underline; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, die gerade ueberfahren werden (nur IE) */
a.an { text-decoration:none; }
