* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px auto;
}

#no {
  text-align: center;
}
#flashcontent {
  background-color: #EBEBEB;
  width: 100%;
  height: 100%;
}
#inner {
  width: 718px;
  position: absolute;
  left: 50%;
  margin-left: -359px;
  top: 0px;
  height: 100%;
}

#rechts {
  height: 100%;
  width: 9px;
  float: left;
  background-image: url('../img/bg_right.gif');
  background-repeat: repeat-y;
}
#mitte {
  width: 700px;
  float: left;
  height: 100%;
  background-color: #ffffff;
}
#links {
  float: left;
  height: 100%;
  width: 9px;
  background-image: url('../img/bg_left.gif');
  background-repeat: repeat-y;
}

#logo {
  float: left;
  margin-left: 65px;
  margin-top: 30px;
  width: 605px;
}

#noflash {
  float: left;
}

a {
  color: #FF9C11;
}

img {
  text-decoration: none;
  border: 0px;
}

#nojava {
  float: left;
  margin-left:65px;
  margin-top: 30px;
}

#notice {
  text-align: left;
  margin-top: 30px;
  float: left;
  margin-left: 65px;
  width: 605px;
  font-family: arial;
  font-size: 8pt;
  line-height: 1.5em;
  color: #888888;
}

sup {
  font-size:.8em; 
  line-height:1em;
}
