N paar optionen die man so benutzen kann um in css zu formatieren
[code:1:050e221ed8]BODY {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
DIV {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
SMALL {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
STRONG {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
BIG {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
OL {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
DL {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
BACKGROUND-COLOR: #ffffff
}
H1 {
FONT-WEIGHT: normal; COLOR: #0050b2; FONT-FAMILY: Arial, helvetica, sans-serif; TEXT-ALIGN: left
}
H2 {
FONT-WEIGHT: normal; COLOR: #0050b2; FONT-FAMILY: Arial, helvetica, sans-serif; TEXT-ALIGN: left
}
H3 {
FONT-WEIGHT: normal; COLOR: #0050b2; FONT-FAMILY: Arial, helvetica, sans-serif; TEXT-ALIGN: left
}
H1 {
FONT-SIZE: 1.4em
}
H2 {
FONT-SIZE: 1.3em
}
H3 {
FONT-SIZE: 1.1em
}
H1.bg {
FONT-WEIGHT: normal; FONT-SIZE: larger; MARGIN-RIGHT: 5%; BACKGROUND-COLOR: #d6e8c1
}
TD.border-right {
BORDER-RIGHT-STYLE: solid
}
TD.titel {
FONT-WEIGHT: 600; COLOR: white; BACKGROUND-COLOR: #0050b2
}
TD.autor {
FONT-WEIGHT: bold; BACKGROUND-COLOR: #e6e6e6
}
TD.untertitel {
FONT-WEIGHT: bold; BACKGROUND-COLOR: #e6e6e6
}
DIV.titel {
FONT-WEIGHT: 500; FONT-SIZE: 1.5em; MARGIN-LEFT: 0.2%; COLOR: #0050b2
}
.warning {
COLOR: #ff0000
}
DIV.autor {
FONT-SIZE: 1.1em; MARGIN-LEFT: 0.2%
}
DIV.autor2 {
FONT-WEIGHT: 600
}
DIV.kopfgross {
FONT-SIZE: large
}
DIV.fuss {
FONT-SIZE: 0.75em
}
.fuss {
FONT-SIZE: 0.75em
}
.klein {
FONT-SIZE: 0.75em
}
.links {
FONT-SIZE: 0.75em
}
.navlinks {
FONT-SIZE: 0.75em
}
.email {
FONT-SIZE: 0.7em
}
H3.color {
COLOR: #008080
}
.invers {
COLOR: white; BACKGROUND-COLOR: #0050b2
}
.bigger {
FONT-SIZE: 1.3em
}
.green {
COLOR: green
}
.bgcolor1 {
BACKGROUND-COLOR: #d6e8c1
}
.bg1 {
BACKGROUND-COLOR: #d6e8c1
}
.bg1small {
FONT-SIZE: 0.8em; BACKGROUND-COLOR: #d6e8c1
}
.bg2 {
VERTICAL-ALIGN: top; BACKGROUND-COLOR: #e6e6e6
}
.bg4 {
BACKGROUND-COLOR: #e2f5ea
}
.bgcolor2 {
BACKGROUND-COLOR: #ecf7db
}
A.header {
FONT-WEIGHT: bold; FONT-SIZE: 1pt
}
UL.small-listing {
MARGIN-TOP: -0.4em; FONT-SIZE: 120%; MARGIN-BOTTOM: 0.4em; FONT-STYLE: normal; FONT-FAMILY: times; LIST-STYLE-TYPE: square
}
SMALL {
FONT-SIZE: 0.8em
}
.label1 {
FONT-SIZE: 80%; VERTICAL-ALIGN: top; FONT-FAMILY: arial; BACKGROUND-COLOR: #d6e8c1; TEXT-ALIGN: right
}
.label2 {
FONT-SIZE: 80%; VERTICAL-ALIGN: top; COLOR: red; FONT-FAMILY: arial; BACKGROUND-COLOR: #d6e8c1; TEXT-ALIGN: right
}
.label3 {
FONT-SIZE: 80%; VERTICAL-ALIGN: top; FONT-FAMILY: arial; TEXT-ALIGN: right
}
.label4 {
FONT-SIZE: 80%; VERTICAL-ALIGN: top; COLOR: red; FONT-FAMILY: arial; TEXT-ALIGN: right
}
.text {
FONT-SIZE: 80%; VERTICAL-ALIGN: top; FONT-FAMILY: arial
}
.link {
VERTICAL-ALIGN: top; FONT-FAMILY: arial; BACKGROUND-COLOR: #ffc
}
A:link {
FONT-WEIGHT: normal; COLOR: blue; TEXT-DECORATION: none
}
A:visited {
FONT-WEIGHT: normal; COLOR: purple; TEXT-DECORATION: none
}
A:active {
FONT-WEIGHT: bold; COLOR: blue; TEXT-DECORATION: none
}
A:hover {
COLOR: red; BACKGROUND-COLOR: #ffc; TEXT-DECORATION: none
}
A.offsite {
FONT-WEIGHT: normal; COLOR: #c00; BACKGROUND-COLOR: #ffc; TEXT-DECORATION: none
}[/code:1:050e221ed8]