/* 05.04.2020 21:49:34 */
/* Datei : linkliste5.css */
/* CSS für Linklisten */

body { background-color: white; margin: 1% 1% 1% 1%; }
body, h1, h2, h3, p, li { font-family: Arial, Sans-Serif; color:black; }

/* Ueberkopf-Navigation */
/* #kopf3 { width: 100%; padding-bottom: 2em; font-family: Arial, Sans-Serif; font-size: small; } */

/* Kopf */
#kopf { margin: 1% 3% 1% 3%; }
#kopflink_links  { float:left;  width: 50%; font-size:smaller; text-align:left; }
#kopflink_rechts { float:right; width: 50%; font-size:smaller; text-align:right; }
#clearing { clear:both; margin-bottom: 2em; }
h1 { text-align: center; font-weight: bold; font-size: x-large; }
h2 { text-align: center; font-weight: bold; font-size: large; }
h3 { text-align: center; font-weight: bold; font-size: medium; }

/* Kopf3 */
#kopf3 { margin: 1% 3% 1% 3%; }
#kopf3link_links  { float:left;  width: 33%; font-size:smaller; text-align:left; }
#kopf3link_mitte  { float:left;  width: 34%; font-size:smaller; text-align:center; }
#kopf3link_rechts { float:left;  width: 33%; font-size:smaller; text-align:right; }


/* Mittelteil */
#mbox { margin: 1% 3% 1% 3%; }
#mbox p { font-size: medium; }

#toc0 {
margin-top: 2em;
background: transparent none;
list-style-type: square;
list-style-image : url(../pics/navi/down.gif);
list-style-position : outside;
}

#nav1 li { padding-bottom: 0.3em; font-size:medium; }
#nav2 {}
#toc1 h2 { margin-top: 2em; text-align: left; font-size: bold; color: black; }
#toc1 h3 { margin-top: 2em; text-align: left; font-size: large; color: #8b0000; }
#toc1 h4 { margin-top: 2em; text-align: left; font-size: medium; color: black; }
#toc1 li { padding-bottom: 0.5em; font-size:medium; }

i.linkliste { color: #8B0000; }
#update  { font-size: smaller; font-style: italic; color: #8b0000; }

#bild_normal_mitte { margin: 2em; border: 0px; font-size: small; float: none; text-align:center; }
.rand { border-color: black; border-width: 1px; border-style: solid; }
.mit_rand { border-color: black; border-width: 1px; border-style: solid; }

/* Fuss */
#fuss {
margin: 1% 3% 5% 3%;
background-color: #8B0000;
color: white;
border: #8B0000 solid 6px;
font-family: Arial, sans-serif;
font-size: medium;
clear: both;
}
.fusslink { width: 100%; margin-top: 1%; margin-bottom: 1%; font-size:medium; color: white; background-color:white;}

a.fusslink:link { color:white; background-color:#8B0000; text-decoration: none; }
a.fusslink:visited { color:white; background-color:#8B0000; text-decoration: none; }
a.fusslink:active { color:white; background-color:#8B0000; text-decoration: none; }
a.fusslink:hover { color:silver; background-color:#8B0000; text-decoration: none; }

/* Standard Hyperlinks */
a:link { color: black; background-color: transparent; }
a:visited { color: black; background-color: transparent; }
a:active { color: black; background-color: transparent; }
a:hover { color: darkred; background-color: transparent; }

/* Mittels PHP eine HTML-Datei einblenden */
h2.insert { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
h3.insert { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
ul.insert { margin-top: 0; border-top: 0; padding-top: 0; margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
li.insert { margin-top: 0; border-top: 0; padding-top: 0; }


