a:link { /*font-weight:bold;*/ color:black; text-decoration:none }
	a:visited { font-weight:normal; color:black; text-decoration:none }
	a:hover { font-weight:normal; color:blue; text-decoration:none }
	a:active { font-weight:normal; color:blue; text-decoration:none }
	a:focus { font-weight:normal; color:blue; text-decoration:underline }

  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
  }

  h1 {
    font-size: 3em;
    font-family: Times,Arial,sans-serif;
    margin: 0; padding: .8em;
    text-align: left;
    border: 0px solid silver;
    background: url("logo_britta.png") right no-repeat rgb(255,246,124);
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  ul#Navigation {
    font-size: 0.77em;
    float: left; width: 15em;
    margin: 0em; padding: 0;
    border: 0px solid silver;
    height: 574px;
    background-color: rgb(255,246,124);
    /*background-color: rgb(195,93,85);*/
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.4em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    /*font-weight: bold;*/
  }
  ul#Navigation a:link {
    color: black;  background-color: rgb(255,246,124);
  }
  ul#Navigation a:visited {
    color: black; background-color: rgb(255,246,124);
  }
  ul#Navigation a:hover {
    color: black; background-color: silver;
  }
  ul#Navigation a:active {
    color: black; background-color: rgb(255,246,124);
  }

   div#Info {
    margin: 0;
    padding: 12px;
    float: right;
    width: 13em;
    border: 0px solid silver;
    background-color: rgb(255,144,89);
    height: 550px;
    overflow: auto;
  }

  div#Inhalt {
    margin: 0 8px 0 8px;
    padding: 12px 1em;
    border: 0px solid silver;
    background-color: rgb(255,144,89);
    height: 550px;
    overflow: auto;
  }
  


  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: rgb(255,246,124); border: 0px solid silver;
  }
