html, body, div, p, td, pre, a, input, textarea, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
}
html, body {
    margin: 0;
    padding: 0;
}
p {
    margin: 4px 0px 4px 0px;
}
h1 {
    margin: 6px 0px 3px 0px;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    /* Hack für IE7, um display: inline-block zu imitieren... */
    zoom: 1;
    *display: inline;
    /* ...End of Hack ***/
    background-color: #ff7400;
    background-image: url('../images/bg_h1.png');
    background-repeat:repeat-y;
    background-position: 0px 0px;
}
h2 {
    margin: 12px 0px 6px 0px;
    padding: 3px 10px 3px 10px;
    font-size:14px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    /* Hack für IE7, um display: inline-block zu imitieren... */
    zoom: 1;
    *display: inline;
    /* ...End of Hack ***/
    background-color: #ff7400;
    background-image: url('../images/bg_h1.png');
    background-repeat:repeat-y;
    background-position: 0px 0px;
}
h3 {
    font-size:12px;
    font-weight:bold;
    color: #8896a1;
}
h4 {
    font-size: 10px;
    font-weight: bold;
    color: #8896a1;
}
h5 {
    margin: 12px 0px 6px 0px;
    padding: 3px 3px 3px 3px;
    font-size:12px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    /* Hack für IE7, um display: inline-block zu imitieren... */
    zoom: 1;
    *display: inline;
    /* ...End of Hack ***/
    background-color: #ff7400;
}
h6 {
    font-size: 10px;
    font-weight: normal;
    color: #ff7400;
}
hr {
    height: 1px;
    border: 0px none;
        color: #ff7400;
        background-color: #ff7400;
}
form {
    margin:0;
    padding:0;
}
img {border:0;}
table {cursor:default}
table td, table th {cursor:text}
ins {border-bottom:1px solid green; text-decoration: none; color:green}
del {color:red; text-decoration:line-through}
cite {border-bottom:1px dashed blue}
acronym {border-bottom:1px dotted #CCC; cursor:help}
abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
ul li {
    margin: 3px 0px 3px 0px;
    padding: 3px 0px 3px 0px;
}


/*****************************************************************************
 * User formats
 ****************************************************************************/
.Ueberschrift1-Stil {
    margin: 3px 0px 3px 0px;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    background-color: #ff7400;
    background-image: url('../images/bg_h1.png');
    background-repeat:repeat-y;
    background-position: 0px 0px;
}
.Uberschrift2-Stil {
    margin: 3px 0px 3px 0px;
    padding: 3px 10px 3px 10px;
    font-size:14px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    background-color: #ff7400;
    background-image: url('../images/bg_h1.png');
    background-repeat:repeat-y;
    background-position: 0px 0px;
}
.Ueberschrift3-Stil {
    font-size:12px;
    font-weight:bold;
    color: #8896a1;
}
.Ueberschrift4-Stil {
    font-size: 10px;
    font-weight: bold;
    color: #8896a1;
}
.graublau {
    color: #8896a1;
}
.orange {
    color: #ff7400;
}
.orangelink {
    font-weight: bold;
    text-decoration: none;
    color: #ff7400;
}
.bild_links {
    margin: 0px 10px 10px 0px;
    float: left;
    border: 0px none #000000;
}
.bild_rechts {
    margin: 0px 0px 10px 10px;
    float: right;
    border: 0px none #000000;
}