html, body {
  font: 14pt Verdana, Arial, sans-serif;
  background: url(images/stripes_s.jpg);
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

* {
  margin:0;
  padding:0;
}

#seite {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  background: white;
}

#kopfbereich {
    background: white;
    position:absolute;
    top: 0;
    width: 99%;
    height: 2em;
    padding: 0px 5px;
    /*background: url(images/kopfbg_3.gif) no-repeat right top;*/
    text-align: center;
    color: #667b98;
    font-size: 13pt;
}

#inner {
  padding-top: 2em;
  padding-bottom: 3em;
  width: auto;
  height: 100%;
}

.texting {
  text-align: left;
  color: #667b98;
  font-size: 12pt;
  margin: 7% 15%;
}

.textingsmall {
  text-align: left;
  color: #667b98;
  font-size: 10pt;
  margin: 2% 10%;
}

.button {
  width: 70%;
  height: 40px;
  margin: 20px auto;
  padding: 0px 10px;
  background: url(images/button.gif) repeat-x;
  border: solid 1px #C5CFFE;
  text-align: left;
  line-height: 40px;
  color: #667b98;
  box-shadow: -2px 2px 5px grey;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#inner td {
  padding: 2px 0px;
  font-size: 10px;
  padding: 1px 3px;
  text-align: left;
  color: #667b98;
}

#inner th {
  padding: 2px 0px;
  font-size: 10px;
  padding: 1px 3px;
  text-align: left;
  color: #667b98;
}

a:link {
  color: #667b98;
  text-decoration: none;
}

a:visited {
  color: #667b98;
  text-decoration: none;
}

a:focus {
  color: #3C57D1;
  text-decoration: none;
}

a:hover {
  color: #3C57D1;
  text-decoration: none;
}

a:active {
  color: #3C57D1;
  text-decoration: none;
}

#fussbereich {
    background: white;
    position:absolute;
    bottom: 0;
    width: 99%;
    height: 3em;
    padding: 2px;
    text-align: center;
    line-height: 20px;
    font-size: 12pt;
    color: silver;
}