@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic);


body {
    background-color: #DBD9CD;
    width: 100%; height: 100%; margin: 0px; padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
   outline: 0; /*getting rid of dotted line on focus */
}

img {
   border-style: none;
}

 .headerbar{
    position: relative;
    left: -180px;
    top: 227px;
    width: 640px;
    height: 45px;
    border: 0;
    background-color: transparent;
}

 .main{
    margin: auto;
    width:992px;
    height:620px;
    background-color: transparent;
}

 .menu{
   float: left;
   position: relative;
   top: 0px;
   right: 0px;
   width: 361px;
   height:165px;
   background-color: transparent;
}

.menuetoken {
  position: relative;
  top: 0px;
  float:right;
  text-align: center;
  line-height: 45px;
  width:  45px;
  height: 45px;
  border: 0px;
  background-color: #7C7A6D;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 19px;
  font-style: normal;
    font-weight: normal;
  text-decoration: none;
}

.chapterlist{
  position: relative;
  float: right;
  top: 22px;
  right: 4px;
  width:292px;
  height:400px;
}

.chaptertitel {
    display:block;
    width:280px;
    height:19px;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: right;
    color: #202020;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 140%;
}

.chaptertitel:hover {
    display:block;
    width:280px;
    height:19px;
    background:url('../source-files/red-arrow.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.chaptertitel:focus {
    display:block;
    width:280px;
    height:19px;
    background:url('../source-files/red-arrow.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.chaptertitel:active  {
    display:block;
    width:280px;
    height:19px;
    background:url('../source-files/red-arrow.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

.chaptertitel:visted  {
    display:block;
    width:280px;
    height:19px;
    background:url('../source-files/red-arrow.png');
    background-repeat: no-repeat;
    text-decoration: none;
}

 .content{
   position: relative;
   float: left;
   top: 15px;
   margin: 0px;
   padding: 0px;
   border: none;
   overflow:hidden;
   background-color: transparent;
}

 iframe {
  position: relative;
  float: left;
  left: 0px;
  width: 620px;
  /* height: 540px; */
  height: auto;
  border: 0px;
  background-color: transparent;
}

.footer  {
  position: relative;
  top: 16px;
  left: 360px;
  border: 0px;
    width:380px;
    height:19px;
  background-color: transparent;
}

.footerlist  {
    text-decoration: none;
    text-align: left;
    color: #202020;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}



