/* 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; }

iframe {
background-color:transparent;
}


/* Mailform Style begin*/

.csc-mailform {
  width: 100%;
  padding:10px 10px 10px 10px;
  border: 0; /*Rahmen um das gesamte Formular entfernen*/
}

.csc-mailform-field {
  margin-bottom: 5px;

}

.csc-mailform input,
.csc-mailform textarea{
    border: 1px solid #888;
}

/* Rahmen um Checkboxen im IE entfernen */
input.csc-mailform-check{
    border-width: 0;
}

/*Labels gleichbreit darstellen*/
.csc-mailform label{
    float: left;
    width: 10em;
}

.csc-mailform-submit {

    margin: 0 0 0 12em;
}


/* 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
}
