body {
  width: 320px;
  height: 100%;
  margin: 0px auto;
  }
  
a, a:visited, a:focus {
  color: #0d4d7e;
  }

a:hover, a:active {
  color: #d82c25;
  }


#banner {
  display: none;
  background-image: url("../bilder/banner.png");
  background-repeat: no-repeat;
  position: absolute;
  margin: 0px;
  z-index: 0;
  width: 0px;
  height: 0px;
  }
  
#logo {
  background-image: url("../bilder/logo_phone_portrait.png");
  background-repeat: no-repeat;
  position: relative;
  margin: 5px;
  z-index: 1;
  width: 310px;
  height: 110px;
  }

/*  navi  */

#navi {
  width: 318px;
  margin: 0px ;
  background-image: none;
  position: relative;
  z-index: 0;
  }

#navi ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: white;
  }

#navi ul li {
  list-style: none;
  margin: 2px;
  padding: 0px;
  }

#navi a, #navi a:hover, #navi a:active, #navi span {
  display: block;
  padding: 2px;
  background-color: white;
  border: 1px solid #0d4d7e;
  border-radius: 50px;
  
  color: #d82c25;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  }

#navi ul li span {
  background-color: gray;
  color: white;
  }

/*  ENDE navi  */

#content {
  position: absolute;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  width: 300px;
  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;
  min-height: 0px;
  }

#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: 300px;
}