h1,
h2,
h3 {
    color: #66B8DC;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 16px;
    margin-bottom:5px;
}

h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

p {
    color: #666;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    margin: 0 0 20px 0;
}

a {
    color: #66B8DC;
}

ul {
    margin: 0 0 0 0;
}

ol {
    margin: 0 0 0 0;
}

li {
    color: #666;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: italic;

    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    margin: 0 0 0 20px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/* Block-Style */

p.align-left {
    text-align: left;
}

p.align-center {
    text-align: center;
}

p.align-right {
    text-align: right;
}

p.align-justify {
    text-align: justify;
}

p.text-einzug {
    text-indent: 12px;
}
