body {
    margin: 0;
    text-align: center;
}

body, table {
    font: 11pt Trebuchet MS, Arial, Helvetica;
    color: black;
}

#canvas {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: white;
    background-image: url(../images/hg-fauxtable.png);
    background-repeat: repeat-y;
    background-position: left;
    border: solid #ccc;
    border-width: 0 0 1px 0;
}

#header {
    width: 1000px;
    height: 169px;
    background-image: url(../images/titel.png);
    background-color: #3a6084;
    position: relative;
    cursor: pointer;
}

#header h1 {
    display: none;
}

#header h2 {
    margin: 0;
    
    font-size: 19pt;
    font-weight: normal;
    color: #c4c1c1;
    
    position: absolute;
    top: 95px;
    left: 225px;
}

#header #logo img {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

#body {
    width: 1000px;
    background-image: url(../images/hg-unten.png);
    background-repeat: no-repeat;
    background-position: 166px bottom;
    min-height: 610px;  
    height: auto !important;  /* fuer den Rest der Welt */
    height: 610px;            /* fuer den IE6 */
}

#left {
    width: 166px;
    overflow: hidden;
    background-image: url(../images/hg-links.png);
    background-repeat: repeat-x;
    background-position: top;
    float: left;    
}

#left a {
    font-size: 14pt;
    font-weight: normal;
    color: #545454;
    text-decoration: none;
}

#left a:hover,
#left li.active a {
    color: #e19527;
}

#left ul {
    text-indent: 0;
    margin: 63px 0 0 20px;
    padding: 0;
    list-style: none;
}

#left li {
    text-indent: 0;
    margin: 0 0 20px 0;
    padding: 0;
}

#middle {
    float: left;
    position: relative;
    width: 522px;
    padding: 50px 30px 100px 30px;
    background-image: url(../images/hg-oben.png);
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 435px; /* 206px reales Minimum durch Hintergrundbild */ 
}

#middle h1, #middle h2 {
    background-color: red;
}

#middle h3 {
    margin: 0 0 .75em 0;
    font-size: 14pt;
}

#middle h4 {
    margin: 0 0 .5em 0;
    font-size: 12pt;
}

#middle h5, #middle h6 {
    margin: 0 0 .25em 0;
    font-size: 11pt;
}

#middle p {
    margin: 0 0 1em 0;
    line-height: 140%;
}

#middle table {
    border-collapse: collapse;
    margin: .5em 0 1.25em 0;
}

#middle td, th {
    border: 2px solid #ccc;
    padding: .25em;
}

#middle th {
    text-align: left;
    font-weight: bold;
    background-color: #f6f6ff;
}

#middle a {
    color: #09f;
    text-decoration: underline;
}

#middle a:visited {
    color: #06a;
}


#menu-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 834px;
    
    padding: 3px 0;
    margin: 0 0 20px 0;
    border-color: #5f89ab;
    border-width: 0 0 2px 0;
    border-style: solid;
}

#menu-top li {
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    display: inline;
}

#menu-top a, #menu-top a:visited {
    font-size: 12pt;
    color: #969696;
    text-decoration: none;
}

#menu-top a:hover,
#menu-top li.active a {
    color: #666;
}

#right {
    padding-top: 50px;
    width: 252px;
    float: left;
}

#right img {
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

#right p {
    margin: 0;
}

#footer {
    clear: both;
    padding: 0 0 10px 196px;
    font-size: 9pt;
    color: #6785a0;
}

#footer a {
    color: #6785a0;
}