body            { background-color:#eeeeee;
                  background-image:url(http://www.megpalffy.org/techdok/img/bggruen.gif); }
h1              { font-family:"Century Schoolbook",Palatino,serif;
                  font-size:22px;
                  font-style:italic;
                  color:#333366; }
h2              { font-family:"Century Schoolbook",Palatino,serif;
                  font-size:15px;
                  color:#333366; }
p               { font-family:Verdana,Arial,Helvetica,sans-serif;
                  font-size:13px;
                  color:#000033; }
li              { font-family:Verdana,Arial,Helvetica,sans-serif;
                  font-size:13px;
                  color:#000033;
                  margin:10px 0px 10px 0px; }
.intro          { color:#333366;                       /* fuer den einleitenden <p>-Absatz eines Artikels */
                  font-style:italic; }
.rutabaga       { font-family:"Courier New",Courier,monospace;
                  color:#33aa33; }

ul              { list-style-type:disc; }              /* Liste, erste Ebene */
ul ul           { list-style-type:square; }            /* Liste, zweite Ebene */

a:link          { color:#cc3300;
                  text-decoration:none; }
a:visited       { color:#cc3300;
                  text-decoration:none; }
a:hover         { color:#cc3300;
                  text-decoration:underline; }
a:active        { color:#cc3300;
                  text-decoration:none; }

a.navi:link     { font-weight:700;
                  color:#ffcc66;
                  text-decoration:none; }
a.navi:visited  { font-weight:700;
                  color:#ffcc66;
                  text-decoration:none; }
a.navi:hover    { font-weight:700;
                  color:#ffcc66;
                  text-decoration:underline; }
a.navi:active   { font-weight:700;
                  color:#ffcc66;
                  text-decoration:none; }

#standort       { text-align:right; }                  /* jeweils aktueller Standort in der Navigation */

#standort2			{ color:#000033; }										 /* jeweils aktueller Standort in der Unternavigation */

#navigation     { position:absolute;                   /* unsichtbarer Kasten, Position der Links in der Navigation */
                  top:120px;
                  left:40px;
                  width:160px; }
                  
.navigation2		{ width:400px;                         /* Unternavigation innerhalb eines Bereiches, z.B. Tech Dok */
                  background-color:#dddddd;
                  padding:10px;
                  border:1px solid #000066; }

.link           { width:160px;                         /* graublauer Rahmen um einzelnen Link in der Navigation */
                  padding:5px;
                  background-color:#333366;
                  border:1px solid #eeeeee; }

#band           { position:absolute;                   /* Kopfleiste mit Link zu www.megpalffy.org */
                  top:30px;
                  left:160px;
                  width:640px;
                  height:18px; }

#inhalt         { position:absolute;                   /* Inhalte */
                  top:120px;
                  left:280px;
                  width:460px; }

.kasten1        { width:250px;                         /* schmaler Kasten im Fließtext, z.B. in a02.html */
                  background-color:#ffffff;
                  padding:15px;
                  border:1px solid #000066; }

.kasten2        { width:450px;                         /* breiter Kasten im Fließtext */
                  background-color:#ffffff;
                  padding:15px;
                  border:1px solid #000066; }