body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #222222;
}

img {
    border: 0;
}

a img {
    border: 0;
}

a {
    color: #ff7700;
    text-decoration: none;
    font-weight: bold;
    outline: 0;
}

a:visited {
    color: #f70;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: #f70;
}

p, pre {
    margin: 0px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 18px
}

h1, h2, h3, h4 {
    padding: 0 0 5px 0;
}

h1 {
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    margin: 0;
    color: #666;
}

h2 {
    font-size: 15px;
    line-height: 18px;
    color: #333;
}

h3, h4, h5 {
    font-size: 13px;
    color: #000;
}

hr {
    border: 0;
    margin: 5px 0;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}

ul {
    list-style-position: outside;
    list-style: none;
    list-style-image: url(../images/bullet.gif);
    margin: 10px 0 10px 15px;
    padding: 0;
}

ul li {
    margin: 5px 0;
    font-size: 12px;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-size: 12px;
    font-weight: bold;
    clear: left;
}

dt, dd {
    font-size: 12px;
    display: inline-block;
    float: left;
    margin: 5px 0;
    vertical-align: top;
}

ol {
    list-style-position: outside;
    margin: 0 0 0 20px;
    padding: 0px;
}

ol li {
    margin: 0 0 0 15px;
    padding: 0 0 5px 0;
}

dl dt {
    font-weight: bold;
    clear: left;
}

dl dd {
}

.lighter, .lightest {
    color: #666;
}

.smaller {
    font-size: 11px;
}

.tighter {
    font-weight: normal;
}

.error {
    font-size: 11px;
    color: #ff0000;
    font-style: italic;
}

.strong {
    font-weight: bold;
}

.pflichtfeld, .pflichtfeldwarning {
    color: #ff0000;
}
