body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #222;
}

img {
    border: 0;
}

a img {
    border: 0;
}

a {
    color: #069;
    text-decoration: none;
    /*font-weight:bold;*/
    outline: 0;
}

a:visited {
    color: #0099ff;
}

a:hover {
    text-decoration: none;
    color: #0099ff;
}

a:active {
    text-decoration: none;
    color: #0099ff;
}

p, pre {
    margin: 0px;
    padding: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px
}

h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #444;
    margin: 0;
    padding: 0;
}

h2, h3, h4, h5 {
    font-size: 15px;
    line-height: 19px;
    color: #111;
    padding: 0 0 0 0;
    margin: 20px 0 10px 0
}

hr {
    border: 0;
    margin: 5px 0;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}

ul {
    list-style-position: outside;
    list-style-type: square;
    margin: 10px 0 10px 15px;
    padding: 0;
}

ul li {
    margin: 5px 0;
    padding: 0;
    font-size: 12px;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-size: 12px;
    font-weight: bold;
}

dt, dd {
    font-size: 12px;
    display: inline-block;
    float: left;
    margin: 5px 0;
    vertical-align: top;
}

.lighter, .lightest {
    color: #666;
}

.smaller {
    font-size: 11px;
}

.tighter {
    font-weight: normal;
}

.error {
    font-size: 11px;
    color: red;
    font-style: italic;
}

.strong {
    font-weight: bold;
}

.pflichtfeld,
.pflichtfeldwarning {
    color: red;
}


