/* Logo */
.logo {width: 120px; height: 180px; margin-top: 20px; margin-bottom: 10px;}

/* Bodytext */
.bodytext { font-family: Garamond, Times, Serif; font-weight: normal; font-size: 18px; line-height: 22px; word-spacing: 5px; letter-spacing: 0px; color: #000; margin: 12pt; }
.bodytext A { font-family: Garamond, Times, Serif; font-weight: bold; font-size: 18px; line-height: 22px; word-spacing: 5px; letter-spacing: 0px; color: #000; margin: 12pt; }

p { font-family: Garamond, Times, Serif; font-weight: normal; font-size: 16px; line-height: 22px; word-spacing: 5px; letter-spacing: 0px; color: #000; margin: 12pt; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 18px; }
OL { margin-top: 0px; }
LI { font-weight: normal; font-size: 20px; line-height: 24px; font-family: Garamond, Times, Serif; word-spacing: 5px; letter-spacing: 0px; color: #000; margin: 12pt; }

/* Header */
H1 { font-size: 20px; font-family: Garamond, Times, Serif; font-weight: normal; color: #000000 }
H2 { font-size: 22px; font-family: Garamond, Times, Serif; font-weight: normal; color: #000000 }

/* res. fuer Logo */
H5 { font-size: 42px; font-family: Garamond, Times, Serif; font-weight: bold; letter-spacing:0.3em; color: #000000 }
H6 { font-size: 16px; font-family: Garamond, Times, Serif; font-weight: normal; margin-bottom: 22px; line-height: 22px; color: #000000 }

H1, H2, H3, H4, H5, H6 { font-family: Garamond, Times, Serif; margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

p.align-center { text-align:center; }
h1.align-center { text-align:center; }
h2.align-center { text-align:center; }


/* Im rte.css definiert, also auch hier... */
.wichtig {
    color: #cc0000
    font-weight: bold
}
.kasten {
    background-color: #efefef;
    border: 2px solid #666;
    padding: 3px;
    color: #666
}