/* Angaben fuer verschiedene HTML-Tags */
* {font-family: "Comic Sans MS", cursive, Arial, "sans-serif"; font-size: 15px;}
html,body,textarea {scrollbar-base-color: #CCE7FF; scrollbar-arrow-color: #8CC9FF; scrollbar-face-color: #B3DBFF; }
/* Farb-ID´s */
#weiß {color: #FFFFFF;}
#hellgrau {color: #CCE6FF;}
#dunkelgrau {color: #CCE7FF;}
/* Angaben fuer den body */
/* body {background-color: #CCE6FF; color: #A6D3FF; margin: 1%; padding: 0;} */
body {background-color: #FFFFFF; color: #000073; margin: 1%; padding: 0;}
body.intro {background-position: center; background-color: #CCE7FF; color: #FFFFFF;
            background-image: url(https://www.gajofra.de/images/Weg_Vasenmoos_50prozent.jpg);
            background-repeat: no-repeat; width: 100%; height: 100%; margin: 0; padding: 0;}
body.header {background-position: top left; background-color: #CCE7FF; color: #000073;
             background-image: url(https://www.gajofra.de/images/Weg_Loewenburg.gif);
             background-repeat: no-repeat; width: 100%; height: 100%; margin: 0; padding: 0;}
body.rahmen {background-color: #CCE7FF; color: #000073; margin-left: 1%; margin-top: 1%;}
/* Angaben fuer Tabellen */
table {border-style: none;}
thead {padding-top: 5px;  padding-right: 10px; padding-bottom: 20px;}
td {padding-top: 5px; padding-right: 10px;}
/* Angaben fuer Listen */
ul {list-style-image: url(https://www.gajofra.de/images/Liste_Minifolder_weiss_hellgrau.gif);
    margin-top: 6%; margin-left: 1%; text-align: left;}
ul.text {list-style-image: url(https://www.gajofra.de/images/list14x14-dot8-20_dunkelgrau.gif);
         margin-top: 2%; margin-left: 1%; text-align: left;}
li {margin-top: 1%; margin-left: 8%;}
li.ebene2 {margin-top: 1%; margin-left: 16%;}
li.ebene3 {margin-top: 1%; margin-left: 24%;}
li.ebene4 {margin-top: 1%; margin-left: 32%;}
li.text {margin-top: 1%; margin-left: 1%;}
/* Angaben fuer Textabsaetze */
p.footer {font-size: 13px; text-align: center;}
div.motto {padding-bottom: 5px;}
/*  div.intro {font-size: 15px; font-weight: bold; margin-top: 30%; margin-left: 48%;} */
p.intro {color: #FFFFFF; font-size: 20px; font-weight: bold; margin-top: 30%; margin-left: 48%;}
div a {color: #FFFFFF;}
/* Angaben fuer Ueberschriften */
h1 {font-size: 22px; font-weight: bold;}
h2 {font-size: 20px; font-weight: bold;}
h3 {font-size: 18px; font-weight: bold;}
/* allgemeine Angaben fuer Verweise */
a {color: #000073; text-decoration: none;}
a:active {color: #0000B3; text-decoration: underline;}
a:hover {text-decoration: underline;}
a.dunkelgrau {color: #000073;}
a.dunkelgrau:active {color: #0000B3; text-decoration: underline;}