/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */ /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */ /* 10px = 10 Pixel, Wert aenderbar */ body { margin-top:10px; margin-bottom:10px; } /* font-family = Schriftart fuer Textelemente */ /* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */ p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i { font-family:Arial,sans-serif; } p.red { color:#FFFFFF; background-color:#FF0000; border-style:none; border-width:thin; padding:0.25%; } p.big { font-size:115%; font-weight:bold; color:#000000; background-color:#c0c0c0; border-style:none; padding:0.25%; } th { font-size:140%; font-weight:bolder; color:#808080; } th.big { font-size:175%; font-weight:bolder; color:#808080; background-image:url(../marble1.jpg); } td.big { font-size:115%; font-style:italic; font-weight:bold; background-image:url(../marble1.jpg); }