<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* Links allgemein */
a:link,
a:visited
{   color: #2a2aa5;
    background-color: #f0f0f0;
	text-decoration: underline; }

a:hover
{   color: #2a2aa5;
    background-color: #f0f0f0;
    text-decoration: none; }

a:active,
a:focus
{   color: #a50000;
    background-color: #f0f0f0;
    text-decoration: none; }

	/* Navigation (rechts) */
.navmenu
{   border-width: 1px;
    border-style: solid;
    border-color: #a52a2a; }

.navmenusec
{   border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #a52a2a; }

	/* Die Navigationsüberschrift */
.navmenutopic
{   border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #a52a2a; }

.navmenutopic a:link,
.navmenutopic a:visited,
.navmenutopic a:hover,
.navmenutopic a:active,
.navmenutopic a:focus
{   color: black;
    background-color: #cccccc;
    text-decoration: none; }

	/* Links in der Navigation */
.navlink:link,
.navlink:visited
{   color:#a52a2a;
    background-color: white;
    text-decoration: none; }

.navlink:hover,
.navlink:active,
.navlink:focus
{   color:#a52a2a;
    background-color: white;
    text-decoration: underline; }

	/* Kruemelnavigation */
.navkruemel
{   border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #a52a2a; }

.kruemeltext
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small; }

	/* Links in der Kruemelnavigation */
.kruemellink:link,
.kruemellink:visited
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small;
    text-decoration: none; }

.kruemellink:hover,
.kruemellink:active,
.kruemellink:focus
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small;
    position: static;
    text-decoration: underline; }

    /* Barrierefrei */
table.navkruemel tr td small.kruemeltext a.barrierefrei br
{  display: none; }

table.navkruemel tr td small.kruemeltext a.barrierefrei:link,
table.navkruemel tr td small.kruemeltext a.barrierefrei:visited
{   position: absolute;
    left: -9999px;
    top: -9999px;
    margin-left: 2em;
    margin-right: 2em;
    color:#a52a2a;
    background-color: #f0f0f0;
    text-decoration: none; }

table.navkruemel tr td small.kruemeltext a.barrierefrei:focus,
table.navkruemel tr td small.kruemeltext a.barrierefrei:active
{   position: relative;
    left: auto;
    top: auto; }

	/* Copyrighthinweis unten rechts */
.copybox
{   margin-right: 1ex;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #a52a2a;
    color: black;
    background-color: #f0f0f0; }

.copytext
{   font-size: small; }

.copytext a:link,
.copytext a:visited
{   color:#a52a2a;
    background-color: #f0f0f0;
    text-decoration: none; }

.copytext a:hover,
.copytext a:active,
.copytext a:focus
{   color:#a52a2a;
    background-color: #f0f0f0;
    text-decoration: underline; }

	/* Haupttext */
.mainbox
{   border-width: 1px;
    border-style: solid;
    border-color: #a52a2a;
    color: black;
    background-color: #f0f0f0; }

.transparent
{   background-color: #f0f0f0;
    color: black; }

body
{   background-color: #d0d0d0;
    color: black; }

	/* Kleine Navigation, z.B. beim Praktikumsbericht */
.navmini
{   border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #a52a2a; }

.navminilink:link,
.navminilink:visited
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small;
    text-decoration: none; }

.navminilink:hover,
.navminilink:active,
.navminilink:focus
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small;
    text-decoration: underline; }

.navminitext
{   color:#a52a2a;
    background-color: #f0f0f0;
    font-size: small; }

	/* Tabellen */
.tabelle,
.tabelle tr,
.tabelle td,
.tabelle th
{   border-style: none; }
</pre></body></html>