/* Weitere Styles, die Sie belegen können sind: p1, p2, p3,... p11 */
/* In diesem mitgelieferten Stylesheet sind diese nicht belegt     */
a  {
        color : #503230;
        text-decoration : none;
        font-weight : normal;
        font-style: normal;
        font-size: 11px;
}
a:hover  {
        color : #f4960e;
        font-size: 11px;
        text-decoration: none;
}
a.navi  {
        color : #ffffff;
        line-height : 30px;
        text-decoration : none;
        font-weight : bold;
        font-style: normal;
        font-size: 12px;
}
a.navi:hover  {
        color : #f4960e;
        line-height : 30px;
        font-size: 12px;
        font-style: normal;
        text-decoration : none;
}

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        line-height: 12px;
        margin: 0;
        padding: 0;

}
h1 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 18px;
        font-weight : bold;
        line-height : 18px;
        color : #c00;
}
h2 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 16px;
        font-weight : bold;
        line-height : 16px;
        color : #c00;
}
h3 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 15px;
        font-weight : bold;
        line-height : 15px;
        color : #c00;
}
h4 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        line-height : 14px;
        color : #c00;
}
h5 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 13px;
        font-weight : bold;
        line-height : 13px;
        color : #c00;
}
h6 {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-weight : bold;
        line-height : 12px;
        color : #c00;
}

td  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #503230;
        line-height: 14px;
}
