/* ************************************************** */
/* Stylesheet für den Text */
/* ************************************************** */


/* ************************************************** */
/* Text-Styles */

h1 {
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    font-weight: normal;
    color: #333333;
    margin: 0;
    }
h2 {
    font-style: italic;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin: 0;
    }
h3 {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    margin: 0;
    }
h4 {
    color: #FFB600;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    }
.warnung {
    background-image:url(../upload/System/images/system/warnung.png);
    background-position:10px 50%;
    background-repeat:no-repeat;
    border:1px solid #6C82D9;
    margin:0.2em;
    padding:20px 10px 20px 30px;
    text-align:center;
}
/* Links: siehe Haupt-Stylesheet */

/* ************************************************** */
/* Copyright Simon Ismair, 2008 */
/* http://www.aletheios.de.ms */
/* ************************************************** */