body {
    color: black; background-color: #ffffe0;
    font-family:Arial;

  }
  h1.a{
  margin:0px;
  }
  h2.head{
  font-family: Freestyle Script;
   font-size: 50px;
   text-align: center;
   text-decoration: underline;
  }
  h3.b{
  margin-bottom:0px;
  }

  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    moz-border-radius: 20px;
    webkit-border-radius: 20px;
    border-radius: 20px;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;

  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 4px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

@font-face {
    font-family: Freestyle;
    src: url(fonts/freestyle.ttf);
}

  h5 {
   font-family: Freestyle;
   font-size: xx-large;
   text-align: center;
  }
  h5.Warn{
   font-family:Arial;
   color:red;
   text-align:center;
   font-size:large;
  }
  
  #weihnachten{
  margin : 0 auto;
  border-style : dotted;
  width : 60%;
  text-align:center;
  font-size: 26px;
  
  }

