* {
  margin:0;
  padding:0;
}


html, body {
  height:100%;
}

body {
  background-color:#FFFFFF;
  color:#000000;
  font:100.01%/1.4 sans-serif, arial;
  text-align:center;
}

#container {
  margin:0 auto;
  position:relative;
  text-align:left;
  height:700px;
  width:100%;
  clear:left;
}

#navi {
  position: absolute;
  top: 5px;
  left: 147px;
  width: 625px;
  height: 115px;
  padding-left: 5px;
}

#left {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 145px;
  height: 700px;
}

#inhalt {
  position: relative;
  top: 125px;
  left: 150px;
  right: 35px;
  bottom: 16px;
  width: 625px;
  height: 620px;
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 0;
}

#eiframe {
  position: relative;
  top: 150px;
  left: 150px;
  right: 35px;
  bottom: 16px;
  width: 860px;
  height: 615px;
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 0;
}
#fuss {
  font-size: 80%;
  text-align:center;
  position: relative;
  top: 25px;
  width: 625px;
  height: 50px;
  overflow: hidden;
  padding-top: 15px;
  border-style: none;
  border-width: 0;
}

a {
  font-family: Arial;
  text-decoration: underline;
  color: #DE1452;
}

a:link {
  text-decoration: underline;
  color: #B10170;
}

a:visited {
  color: #00CCFF;
  text-decoration: underline;
}

a:hover {
  color: #B10170;
  text-decoration: underline;
}

a:active {
  color: #00CCFF;
  text-decoration: underline;
}

h1 {
  color: #000000;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
h2 {
  color: #000000;
  font-size: 110%;
  font-weight: bold;
}
h3 {
  color: #000000;
  font-size: 100%;
  font-weight: bold;
}

.smaller {
  font-size: 70%;
  line-height: 200%;
}