body {
  width: 768px;
  height: 100%;
  margin: 0px auto;
  }
  
a, a:visited, a:focus {
  color: #0d4d7e;
  }

a:hover, a:active {
  color: #d82c25;
  }
  

#banner {
  background-image: url("../bilder/banner.png");
  background-repeat: no-repeat;
  position: absolute;
  margin: 0px;
  z-index: 1;
  width: 284px;
  height: 104px;
  }
  
#logo {
  background-image: url("../bilder/logo.png");
  background-repeat: no-repeat;
  position: absolute;
  margin: 0px 0px 0px 289px;
  z-index: 2;
  width: 478px;
  height: 200px;
  }
  
/*  navi  */

#navi {
  width: 240px;
  margin: 0px;
  background-image: url("../bilder/navigation.png");
  background-repeat: repeat-y;
  position: fixed;
  z-index: 0;
  }

#navi ul {
  margin: 150px 0px 0px 106px;
  padding: 0px;
  width: 170px;
  background-color: white;
  }

#navi ul li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  }

#navi a, #navi a:hover, #navi a:active, #navi span {
  display: block;
  padding: 10px 15px 10px 0px;
  background-color: white;
  border: 8px solid #0d4d7e; 
  border-radius: 50px;
  
  border-left:0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  
  color: #d82c25;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  }

#navi ul li span {
  background-color: gray;
  color: white;
  }

/*  ENDE navi  */

#content {
  position: absolute;
  margin: 200px 0px 0px 300px;
  width: 448px;
  font-size: 18px;
  font-family: 'Times New Roman', 'Verdana', 'Arial', 'Script', 'Calibri';
  font-weight: normal;
  line-height: 23px;
  word-spacing: 0px;
  letter-spacing: 0px;
  color: black;
  }

#content ul li {
  list-style: none;
  }

#content ul li a {
  color: black;
  text-decoration: none;
  padding: 0px;
  }

#content ul li a:hover {
  color: black;
  text-decoration: underline;
  padding: 0px;
  }
/* iframe */

#frame {
  max-width: 400px;
}