body {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
    font-size: 0.70em;
    color: #333;
    background-color: #eee;
    text-align: left;
    width: 100%;
    /*background: #eee url("/pics/body/bodybg.gif") repeat-x top;*/
}

img { border: 0px; }

div, p, form, h1, h2, h3, dl {
    padding: 0px;
    margin: 0px;
}

/***************************/
/* Container               */
/***************************/

#wrapper {
    text-align: left;
    width: 805px;
    margin: 20px 20px;
}

#head {
    position: relative;
    background: #fff url("/pics/body/headbg.jpg") no-repeat top left;
    width: 770px;
    height: 160px;
    overflow: hidden;
}

#logo {
    margin-left: 25px;
    width: 160px;
}

#theme {
    position: absolute;
    top: 0px;
    left: 185px;
    z-index: 2;
    width: 585px;
    height: 160px;
}

#headline {
    position: absolute;
    top: 135px;
    left: 185px;
    z-index: 2;
    background-color: #fff;
    width: 395px;
    height: 25px;
    overflow: hidden;
    padding: 0px;
}

#cwrapper {
    background: transparent url("/pics/body/cbodybg.gif") repeat-y left;
    width: 805px;
}

#navi {
    float: left;
    width: 185px;
}

#content {
    float: left;
    width: 375px;
    margin: 15px 0px 0px 0px;
    line-height: 1.5em;
}

#rbar {
    float: left;
    width: 215px;
    overflow: hidden;
    margin: 15px 0px 0px 20px;
    text-align: left;
}

#foot {
    background: transparent url("/pics/body/foot.gif") no-repeat top left;
    height: 54px;
}

div.clear {
    clear: both;
    width: 0.1em;
    height: 0.1em;
    line-height: 0.1em;
}

div.panorama {
    width: 320px;
    height: 210px;
}

/***************************/
/* Navi                    */
/***************************/

#navi ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navi ul li {
    margin-bottom: 3px;
}

#navi ul li a {
    display: block;
    padding: 5px 5px 5px 40px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#navi ul ul a  {
    display: block;
    padding: 2px 5px 2px 50px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

#navi ul li a:hover {
    color: #d00;
}

li.active, li.active a {
    color: #d00 !important;
}

li.topic0 {
    background: transparent url("/pics/body/topic0.gif") repeat-y left;
}

li.topic1 {
    background: transparent url("/pics/body/topic1.gif") repeat-y left;
}

li.topic2 {
    background: transparent url("/pics/body/topic2.gif") repeat-y left;
}

li.topic3 {
    background: transparent url("/pics/body/topic3.gif") repeat-y left;
}

li.topic4 {
    background: transparent url("/pics/body/topic4.gif") repeat-y left;
}

#foot p {
    position: relative;
    top: 25px;
    left: 200px;
    color: #fff;
}

#foot a { color: #fff; text-decoration: none; }

/***************************/
/* Textauszeichnungen      */
/***************************/

a, a:active, a:visited {
    text-decoration: underline;
    color: #333;
}
a:hover { color: #d00; }

p { margin-bottom: 15px; }

h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 5px 20px 0px 0px;
    color: #0090df;
}

h2 { font-size: 1.2em; margin-bottom: 10px; }
h3 { font-size: 1.0em; margin-bottom: 7px; }

dl { margin-bottom: 15px; }
dt, dd, dl { margin: 0px; padding: 0px; }
dd { margin: 3px 5px; }

div.keys {
    text-align: left;
    margin: 0px 10px;
}

div.keys p { margin: 0px; }

div.keys p img {
    vertical-align: middle;
    margin-right: 10px;
}

#content ul {
    margin: 0px;
    padding: 0px;
}

#content ul li {
    margin-left: 15px;
    margin-bottom: 10px;
}
