html {
  overflow: auto;
}
html, body {
  height:100%;
}
html, body, a {
  font-family: Verdana, sans-serif;
  color: #666666;
  font-size: 12px;
}
body, form {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: 0;
}

/* Gesamtbreite, zentriert */
div#main {
  width: 1000px;
  margin: auto auto;
  min-height: 100%; 
  position: relative;
}

/* Gesamtbreite für Header, Inhalt */
div#header, div#data, div#footer {
  width: 980px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Header */
div#header {
  height: 110px;
  margin-bottom: 10px;
}
div#header img {
  margin-top: 20px;
}

/* Inhalt */
div#data {
  padding-bottom: 80px;
}
div#data p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
}
div#data p.input {
  width: 250px;
  text-align: right;
}
div#data p.input input {
  width: 247px;  /* IE interpretiert 100% nicht richtig  :-( */
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}
div#data p.input input.submit {
  margin-top: 40px;
  width: 180px;
  height: 20px;
  color: white;
  font-size: 12px;
  background-color: #99CC00;
  font-weight: bold;
}
div#data p.toolname {
  font-weight: bold;
  font-size: 24px;
  color: #99CC00;
  margin: 125px 0 20px 0;
}
div#data p.header {
  font-weight: normal;
  font-size: 12px;
  margin: 45px 0 20px 0;
  line-height: 20px;
}
div#data label {
  display: block;
  margin: 12px 0 7px 0;
}

div#data div.link {
  margin: 60px 40px 40px 0;
  font-size: 18px;
  float: left;
}
div#data div.link a {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  padding-left: 18px;
  color: #99CC00;
  font-weight: bold;
  text-decoration: none;
  background: url(../gif/arrow_blackongreen.gif) no-repeat 0px 1px;
}
div#data div.link a:hover {
  text-decoration: underline;
}
div#main div.support {
  clear: both;
}
div#main div.support2 {
  font-size: 10px;
  color: #999999;
}

/* Footer */
div#footer {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  position: absolute; 
  bottom: 9px; 
  height: 40px;
}
