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

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

h1 {
  margin-top: 70px;
  font-size: 23px;
  font-weight: 100;
  
}

h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 100;
}

h3 {
  margin: 30px 0px 7px 0px;
  font-size: 22px;
  font-weight: 100;
}

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

ul {
  margin: 0;
  padding-left: 15px;
  font-size:20px;
}

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

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

#bg {
  position: absolute;
  top: 50px;
  background: url(../images/bg.jpg) no-repeat;
  width: 918px;
  height: 531px;
}

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

#content {
  position: absolute;
  top: 95px;
  left: 53px;
  width: 800px;
}

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

#content table {
 background: url(../images/formbg.jpg) no-repeat;
 border: 1px solid #999999;
}

#lowerh {
  position: absolute;
  top: 235px;
  left: 53px;
  width: 450px;
  height: 30px;
  }

#lowercontent {
  position: absolute;
  top: 270px;
  left: 53px;
  width: 450px;
}

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

#weiter_button {
  position: absolute;
  top: 390px;
  left: 400px;
  width: 160px;
  text-align: center;
}
#weiter_button_low {
  position: absolute;
  top: 430px;
  left: 400px;
  width: 160px;
  text-align: center;
}

#send_button {
  position: absolute;
  top: 425px;
  left: 350px;
  width: 160px;
  text-align: center;
}

#img_header {
  position: absolute;
  top: 47px;
  left: 422px;
  width: 460px;
  text-align: center;
}

#campic {
  position: absolute;
  top: 36px;
  left: 611px;
  width: 460px;
  text-align: center;
  z-index:3;
}


#img_holder {
  position: absolute;
  top: 90px;
  left: 453px;
  width: 460px;
  text-align: center;
}

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

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

#homelink {
  position: absolute;
  top: 50px;
  left: 50px;
}

#impressum {
  position: absolute;
  top: 520px;
  left: 650px;
  height: 40px;
  font-size:9px;
}
#impressum table {
font-size:9px;
}

.smallp {
  position: absolute;
  top: 0px;
  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: 18px;
}

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

.send_notice {
  font-size: 16px;
}

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

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

.tableerror {
  border-left: 5px solid #D00C00 !important;
}
.xsmallinput {
  width: 25px;
}

.smallinput {
  width: 45px;
}

.mediuminput {
  width: 65px;
}

.largeinput {
  width: 84px;
}

.xlargeinput {
  width: 95px;
}

/* FAQ */
.faq_question {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

