body {
	font-size: 18px;
	font-family: Century Gothic,Arial,Helvetica,Verdana,sans-serif;
	
	background-color: #FFFbEF;
}

.frame {
	width: 990px;
	margin: 0 auto;
	background-color: #FFFbEF;
	border: 2px solid #DBD7CA;
	background-color: white;
	position: relative;
}

.header {margin-bottom: 2px}
.content {
	position:relative;
	width: 967px;
	margin: 0;
	padding: 10px 10px 50px;

	min-height: 400px;
}


label {width: 300px;display:block;padding-top: 14px;font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;}

label.formFieldOption {display: inline;}
label.formFieldQuestion,label.formFieldOption {margin-left: 5px;color: #666;}
input {}

ul li {margin-bottom: 10px;list-style: none url();}


input.textform,
textarea {
	padding: 7px;
	border: 1px solid #97B5D2;
	font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
	width: 500px;
	margin-top: 5px;
}

input.mainFormError {
  padding: 7px;
  border: 2px solid red;
  font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;
  font-size: 18px;
	width: 500px;
	margin-top: 5px;
}

select {
	margin-top: 10px;
	border: 1px solid #97B5D2;
	font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;
	font-size: 18px;
}

input.submit {
  font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;
	font-size: 17px;
	padding: 0 9px;
	margin-top: 10px;
}

input.small {width: 100px;}
input.textform:focus,
textarea:focus{
	background-color: #F9F8E4;
}

h1 {
  font-size: 26px;
  color: #883611;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 5px;
  margin-top: 0;
}

h2 {
  font-size: 20px;
  color: #C86811;
  padding-left: 25px;
  font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;
}

#step1plz {padding-top: 20px;}

form {padding-left: 25px;}

div.textframe {padding-left: 25px;font-family: Century Gothic,Georgia,Times,"Times New Roman",serif;}


div.textframe h2 {padding-left: 0px;}

div.impressum {
  margin-left: 25px;
  margin-bottom: 30px;
  font-family:Century Gothic,Georgia,Times,"Times New Roman",serif;
}

p.manual {
	top: 70px;
	right: 20px;
	float: right;
	margin-right: 20px;
}

div.footer {
  padding-bottom: 20px;
  font-size: 16px;
  /*position: absolute;*/
  /*bottom: 20px;*/
  width: 97%;
	padding-left: 20px;
}

span.sponsor {
  float: left;
  width: 33%;
  text-align: center;
}

span.first {text-align: left;}
span.last {text-align: right;}
