/* externes Stylesheet 01 Normalgestaltung */ /* Für ie müsste font-size von small auf x-small und von x-small auf xx-small gestellt werden */ body { color: black; background-color: #FFFBF0; margin-left: 5%; margin-right: 5%; font-family: Times New Roman, serif } h1 { margin-left: -4%; font-family: Arial, sans-serif } h2 { margin-left: -4%; color: #990066; font-family: Arial, sans-serif } h3 { font-family: Arial, sans-serif } h4,h5,h6 { margin-left: -4%; font-family: Arial, sans-serif } strong { text-transform: uppercase; font-weight: bold } b.Farbig { color: #990066 } p.Farbig { color: #990066 } p.Knopf { margin-left: -10% } p.FussZeile { margin-right: 5%; /* font-size: small; */ font-style: italic; font-family: Arial, sans-serif } /* p.Inhalt1 { font-size: x-small; */ /* font-weight: bold; */ /* font-family: Arial, sans-serif } */ /* p.Inhalt2 { margin-left: 4%; */ /* font-size: x-small; */ /* font-weight: bold; */ /* font-family: Arial, sans-serif } */ /* Dateiende */