body {
  font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  min-width: 731px;
}

/* needed for IE6 */
table {
  font-size: 12px;
}

h1 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

h3 {
  margin: 0px 0px 7px 0px;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  margin: 10px 0px 2px 0px;
  font-size: 14px;
  font-weight: bold;
}

ul {
  margin: 0;
  padding-left: 15px;
  list-style-image: url(../images/lst_arrow.gif);
}

a {
  color: #000;
  text-decoration: none;
}

#staticwrapper {
  position: relative;
  margin: 0 auto;
  width: 731px;
  text-align: left;
}

#bg {
  position: absolute;
  top: 50px;
  background: url(../images/bg.png) no-repeat;
  width: 731px;
  height: 508px;
}

#title {
  position: absolute;
  top: 38px;
  left: 36px;
}

#content {
  position: absolute;
  top: 95px;
  left: 36px;
  width: 400px;
}

#scrollcontent {
	height: 180px;
	overflow: auto;
}

#content_faq {
  position: absolute;
  top: 95px;
  left: 36px;
  width: 650px;
}

#lowerh {
  position: absolute;
  top: 275px;
  left: 36px;
  width: 450px;
  height: 30px;
  background: url(../images/bg_arrow.gif) no-repeat;
}

#lowercontent {
  position: absolute;
  top: 295px;
  left: 36px;
  width: 450px;
}

#arrow_button {
  position: absolute;
  top: 287px;
  left: 472px;
  width: 160px;
  text-align: center;
}

#errors {
  position: absolute;
  top: 115px;
  left: 460px;
  width: 210px;
  color: #D00C00;
  font-weight: bold;
}

#warning {
  position: absolute;
  top: 100px;
  left: 460px;
  width: 210px;
  color: #000000;
  font-weight: bold;
}

#homelink {
  position: absolute;
  top: 40px;
  left: 405px;
}

#impressum {
  position: absolute;
  top: 435px;
  left: 620px;
  width: 50px;
  height: 40px;
}

#faqlink {
  position: absolute;
  top: 425px;
  left: 36px;
  font-size: 10px;
}

.smallp {
  position: absolute;
  top: 280px;
  width: 300px;
  font-size: 10.5px;
}

/* form fields */
select , input, textarea {
  font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  text-align: center;
}

textarea {
  text-align: left;
  width: 190px;
  height: 35px;
}

textarea.large {
	width: 380px;
	height: 80px;
}

.inputbase {
  border: 1px solid #000;
  background-color: #FFBD80;
  margin: 2px 3px;
}

.inputerror {
  border: 1px solid #D00C00;
  background-color: #FFF;
  margin: 2px 3px;
}

.tableerror {
  margin-left: -5px;
  border-left: 5px solid #D00C00;
  background-color: #FFF;
}

.smallinput {
  width: 45px;
}

.mediuminput {
  width: 65px;
}

.largeinput {
  width: 84px;
}

.xlargeinput {
  width: 95px;
}

.faq_question {
  font-weight: bold;
  font-style: italic;
}

.faq_answer {
  font-size: 11px;
}