body {
        color: #000000;
        background-color: #FFB340;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 90%;
}

p, pre {
        margin-left: 8px;
        margin-right: 8px;
        padding-bottom: 8px;
        }

h1, h2, h3 {
        background-color: #FFB340;
        color: #FFFFFF;
}

/*
strong {
        background-color: #FFB340;
        color: #344985;
}
*/

h1 { font-size: 150%; }
h2 { font-size: 120%; font-style: italic; }
h3 { font-size: 105%; font-style: italic; }

.navi { background-color: #586796; }


.navi a:link {
        color: #FFFFFF;
        background-color: #586796;
}

.navi a:visited {
        color: #C0C0C0;
        background-color: #586796;
}

.navi a:hover {
        color: #344985;
        background-color: #FFCA7A;
}

.navi a:active {
        color: #344985;
        background-color: #FFB340;
}

.navi ul {
        list-style: none;
}

.navi li {
        color: #FFB340;
}

div.main {
        color: Black;
        background-color: #DFDFFF;
        width: 750px;
        text-align: left;
}

div.navi {
        left: 0px;
        top: 131px;
        width: 158px;
        float: left;
        font-size: 95%;
}


div.text {
        left: 172px;
        top: 131px;
        width: 566px;
        background-color: #FFB340;
}

.title {
        float: none;
}

.text td {
        /* text-align: left; */
        vertical-align: top;
        padding-bottom: 6px;
        padding-left: 6px;
}

dt.themen {
        color: #344985;
        font-size: 110%;
        font-weight: bold;
}


img.lpic { float: left; }
img.rpic { float: right; }
img.book {
        float: right;
        margin: 8px;
        margin-top: -16px;
        border: medium solid #FF9900;
}

a.simple, a.simple:hover, a.simple:link, a.simple:visited, a.simple:active {
        text-decoration: none;
        background-color: transparent;
        border: none;
        padding: 0px;
        margin: 0px;
        color: inherit;
}

.simple {
        text-decoration: none;
        background-color: transparent;
        border: none;
        padding: 0px;
        margin: 0px;
        color: inherit;
}
a.top {
        display: block;
        text-align: right;
        text-decoration: none;
        padding: 2px;
        color: white;
        background-color: #FFB340;
        font-weight: bold;
        border-bottom: 1px solid black;
}

a.top:hover {
        background-color: #FFB340;
        color: #688ADD;
}
a.top:before {
        content: url(img/upw.gif)"  ";
}

a.top:after {
        content: " "url(img/upw.gif);
}

hr.bottom {
        border-top: medium solid #FF9900;
        border-bottom: thin solid #DFDFFF;
}

p.update {
        font-size: 80%;
        text-align: right;
        color: #666666;
        background-color: transparent;
        margin-top: -30px;
        margin-bottom: 30px;
}

/* Korrekturhinweise */
.corr {
        color: Red;
        font-weight: bold;
        text-decoration: underline;
}


.tooltip {
        border-bottom-width: thin;
        border-bottom-style: dotted;
        cursor: help;
}


div.news {
  width: 556px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1px;
        background-color: #FF9900;
        color: #000000;
}

.news h1, h2, h3, p {
        background-color: transparent;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 3px;
        margin-bottom: 0px;
}

.news h1 {
        margin: 0;
}

.news p {
        margin-bottom: 8px;
}

pre {
        font-size: 95%;
}

ul.books {
        list-style: none;
        text-indent: -4px;
        margin-top: 0px;
}

.books li {
        /*line-height: 102%;*/
        margin-left: -14px;
}

blockquote {
        /* font-style: italic; */
        border-left: thin solid #FF9900;
        border-top: thin solid #FF9900;
        padding-left: 8px;
        padding-top: 8px;
}

p.author {
        text-align: right;
        font-size: small;
        font-style: italic;
        margin-top: 6px;
        padding-right: 18px;
}