body {  font-family:Arial;
        font-weight: normal;
        font-size: 9pt;
        line-height: 1.4;
        }

td {    font-family:Arial;
        font-weight: normal;
        font-size:9pt;
        vertical-align: top;
        line-height: 1.4;
        border-color: #E8DCC7;
        }

.infoheader {
        color: #444444;
        font-size: 14pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-image: url(img/tab_header.gif);
        }

.infotd {
        font-size: 10pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #444444;
        line-height: 1.4;
        }

h1      {
        font-size: 14pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        }
        
.ueberschrift
        {
        font-size: 14pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        }
        
a     { font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration:none;
        color: #7774E8;
        font-size:9pt;
        }
        
a:hover { text-decoration:underline;
          font-weight:bold;
          color: #7774E8;
        }

dl, dt, dd, ul, li {
        margin: 0;
        spacing: 0;
        padding: 0;
        list-style-type: none;
}

dl#menu {
        width: 13em;
        margin-top: 2px;
        }

dl#menu dt {
        cursor: pointer;
        margin: 2px 0px;
        height: 25px;
        vertical-align: middle;
        line-height: 25px;
        text-align: left;
        font-weight: bold;
        border-bottom: 5px solid;
        border-color: #E8DCC7;
        margin-left: 20px;
        }
        
dl#menu dd {
        margin-left: 20px;
        text-align: left;
        }

dl#menu li {
        text-align: left;
        background: transparent;
        border-bottom: 5px solid;
        border-color: #E8DCC7;
        height: 25px;
        margin-left: 15px;
        line-height: 25px;
        }

dl#menu li a, dl#menu dt a {
        color: #000;
        text-decoration: none;
        display: block;
        border: 0 none;
        }

dl#menu li a:hover, dl#menu dt a:hover {
        background: #FFFFD8;
        }



