/* --layout.css-- */
/* -kopf-Box--Anfang- */
#kopf .textbox {
 text-align: center;           /* Das ist wichtig */
 font-family: 'Comic Sans MS', Times, serif, Arial, Helvetica;
 font-size: 18pt;
 font-weight: bold;
 color: #0000ff;
 }
/* -kopf-Box--Ende- */

/* -Menü-Box--Anfang- */
#menu a {
 text-decoration: none;
 display: block;             /* Farbwechsel für gesamte Boxbackground */ 
 padding: 3px;               /* Innenabstand */
 background-color: #eeeecc;  /* xxx */
 font-size: 12px;
 font-weight: bold;
 color: #000000;
}

#menu a:link { color: black; }
#menu a:visited { color: #0000ff; }
#menu a:hover { background-color: #ff9966; color: blue; }
#menu a:active { background-color: #00ff00; color: #ff0000; }

#menu .active {
 display: block;
 padding: 3px;
 background-color: #ffcc33;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 }
/* -Menü-Box--Ende- */


/* -fuss-Box--Anfang- */
#fuss a {
 text-decoration: none;
 border-style: none;
 padding: 1px;            /* Innenabstand */
 font-size: 10px;
 color: #000000;
 }
#fuss a:hover { background-color: #ffcc33; color: blue; } /* mouse-over */
/* -fuss-Box--Ende- */


/* -inhalt-Box--Anfang- */
#inhalt h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #0000ff;
  padding-bottom: 14px;   /* Innenabstand */
  }

#inhalt h2 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 6px;     /* Außenabstand*/
  }

#inhalt h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
  border-left-style: solid; 
  border-left-width: 10px; 
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
  border-color: #0066cc; 
  padding-left: 2px; 
  }

/* für Überschrift: Willkommen... auf der Startseite */
#inhalt .boxhx {
 text-align: center; 
 font-family: 'Comic Sans MS', Times, serif, Arial, Helvetica;
 font-size: 18pt;
 font-weight: bold;
 color: #0000ff;
 }

#inhalt ul {
  list-style-type: none;
/*  list-style-image: url(reddot.gif); */
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  }

#inhalt li {
 background-color: #eeeecc;
 color: #000000;
 border-style: outset;
 border-width: 1px;
 border-color: #ffcccc;
 padding: 3px;
 line-height: 1.6;
 }

/* normaler Fließtext: */
#inhalt p {
  margin-bottom: 12px;
  line-height: 1.3;
  }

/* Kastenformat */
#inhalt .kasten {
  text-align: center;
  padding: 5px;
  background-color: #ffff99; 
  border: solid 1px black;
  width: 500px;
  }

/* -inhalt-Box--Ende- */