html > body {            /* Gilt nicht für IE bis Version 6 */
   min-width: 1024px;
   min-height: 768px;
   max-width: 1024px;
   max-height: 768px;
}

* html body {            /*  Gilt nur für IE bis Version 6  */
   width: 1024px;
   height: 768px;
}

#logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 5px 5px 5px;
  background: #fcfefc;
}

#title{
  position: absolute;
  top: 0;
  left: 190px;
  background: #fcfefc;
  padding: 5px 5px 5px 5px;
}

#navigation{
  position: absolute;
  top: 240px;
  left: 0;
  background: #fcfefc url("/img/schlange.gif") no-repeat;
  padding: 5px 5px 5px 5px;
  font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  color: black;
}

#navigation ul {
  margin: 10px;
  padding: 0;
}

#navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul li a {
  color: navy;
  text-decoration: none;
}

#navigation ul li a:visited {
  color: navy;
  text-decoration: none;
}

#navigation ul li a:focus {
  color: blue;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: blue;
  text-decoration: none;
}

#navigation ul li a:active {
  color: blue;
  text-decoration: none;
}

#content{
  position: absolute;
  left: 190px;
  top: 240px;
  background: #fcfefc url("/img/ying_yang.gif") no-repeat;
  padding: 10px 10% 10% 10%;
  font-family: "Book Antiqua", Book, "Times New Roman", serif;
}

#content ul {
  margin: 0;
  padding: 0;
}

#content ul li {
  margin: 0 0 0 30px;
  padding: 0;
}
