@charset "UTF-8";

p {
	margin-bottom: 10px;
}

div h1 {
	position: static;
	background: #B7B7B7 none repeat scroll 0 0;
	font-size: 0.9em;
	padding: 0.5em 0;
	text-indent: 1em;
	text-transform: uppercase;
}

div.teaser {
	background-color: #FBD437;
	border: none;
	height: 200px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px 0;
	margin-bottom: 20px;
}

div.teaser a {
	color: #454545;
}

div.teaser img, div.teaser p, div.teaser h2 {
	margin-left: 10px;
	margin-right: 10px;
}

div.teaser p {
	margin-bottom: 10px;
}

div.teaser img {
	float: left;
}

ol.article {
	overflow: visible;
}

ol.article li {
	border-bottom: 1px solid #E2E2E2;
	padding: 1em 0;
	overflow: hidden;
}

ul.tickets {
	overflow: hidden;
}

ul.tickets li {
	border: none;
	padding: 0;
	font-size: 0.75em;
	float: left;
}


/* Nordschleife InfoText */
p.InfoText {
	margin: 67px 0 10px;
	position: relative;
}

.content p.InfoText label {
	background-color: #FFBF00;
	border-color: #FFBF00;
}

.content p.InfoText span {
	display: block;
	padding: 15px;
}


/* form */
.content form {
	padding-top: 10px;
}

fieldset ul.form {
	padding: 15px;
}

form input[type="checkbox"] {
	margin-right: 5px;
}

.eventform .formError {
	margin-bottom: 60px;
}


/* fieldset 1 - dBA */
.fieldset-1 legend {
	background-color: #FFBF00;
	border-color: #FFBF00;
}

.fieldset-1 #InputField-0-0Element ul {
	margin-top: 20px;
}

#InputField-0-00,
#InputField-0-00Label {
	float: left;
}

#InputField-0-00Label {
	display: block;
	margin-top: -1px;
}


/* fieldset 2 - vehicle */

/* vehicle type and id */
.fieldset-2 ul.form li {
	clear: none;
	float: left;
}

.fieldset-2 li {
	padding-left: 20px;
}

.fieldset-2 li li,
.fieldset-2 li#InputField-1-3Element,
.fieldset-2 li#InputField-1-6Element {
	padding-left: 0;
}

.fieldset-2 #InputField-1-6Element {
	clear: both;
	padding-top: 10px;
}

.fieldset-2 #InputField-1-6Element,
.fieldset-2 #InputField-1-6Element li {
	float: none;
}



/* fieldset 3 - personal data/address */
.fieldset-3 ul.form {
	padding-left: 200px;
}

form .fieldset-3 li {
	float: left;
	height: 40px;
	margin-left: 40px;
	padding-bottom: 0;
	clear: none;
}

form .fieldset-3 li.select.error {
	height: 60px;
}

.fieldset-3 li.text input {
	display: block;
	clear: none;
	width: 150px;
}

/* salutaion / country */
#InputField-2-0Element,
#InputField-2-7Element {
	position: absolute;
	left: 15px;
	margin-left: 0;
}

/*salutation*/
#InputField-2-0Element {
	top: 15px;
}

/*country*/
#InputField-2-7Element {
	top: 135px;
}

/*street*/
#InputField-2-5 {
	width: 270px;
}

/*street no*/
#InputField-2-6 {
	width: 55px;
}

#InputField-2-6Element {
	margin-left: 0px;
	padding-left: 15px;
	position: relative;
	overflow: visible;
}

#InputField-2-6Element.error {
	height: 60px;
}

#InputField-2-6Error {
	position: absolute;
	top: 20px;
	left: 10;
	clear: both;
	width: 120%;
}

/*zip*/
#InputField-2-8 {
	width: 70px;
}

#InputField-2-8Element {
	position: relative;
	overflow: visible;
}

#InputField-2-8Element.error {
	height: 60px;
}

#InputField-2-8Error {
	clear: both;
	position: absolute;
	top: 20px;
	left: 0;
	width: 120%;
}

/*city*/
#InputField-2-9 {
	width: 255px;
}

#InputField-2-9Element {
	padding-left: 15px;
	margin-left: 0px;
}

/*phone*/
#InputField-2-10 {
	width: 250px;
}

/*birthday*/
#InputField-2-11Element {
	position: relative;
	overflow: visible;
}

#InputField-2-11Element label {
	position: absolute;
	left: -100px;
	top: 2px;
}

#InputField-2-12Element label,
#InputField-2-13Element label {
	display: none;
}

#InputField-2-11Element select,
#InputField-2-12Element select,
#InputField-2-13Element select{
	width: 100%;
}

/*birthday day*/
#InputField-2-11Element {
	width: 80px;
	clear: both;
}

/*birthday month*/
#InputField-2-12Element {
	margin-left: 30px;
	width: 110px;
}

/*birthday year*/
#InputField-2-13Element {
	margin-left: 30px;
	width: 110px;
}

/* membership state */
fieldset.fieldset-4 {
	margin-top: 15px;
}

#InputField-3-0Element label {
	display: none;
}

#InputField-3-0Element li label {
	display: block;
}

#InputField-3-1Element {
	position: absolute;
	top: 15px;
	left: 240px;
}


/* fieldset 5 - camera */
fieldset.fieldset-5 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#InputField-4-0Element label {
	display: none;
}

#InputField-4-0Element li input {
	float: left;
	margin: 1px 5px 5px 0;
}

#InputField-4-0Element li label {
	display: block;
}


/* fieldset 6 - become member */
.fieldset-6 {
	margin-top: 0;
}

.fieldset-6 ul.form {
	background-color: #FFBF00;
	border-color: #FFBF00;
	padding: 7px;
}

.fieldset-6 ul.form li{
	padding: 0;
}

.fieldset-6 label {
	color: #454545;
	font-weight: bold;
	font-size: 1.16em;
	text-transform: uppercase;
}

/* membership type */
fieldset.fieldset-7 {
	margin-bottom: 0;
}

fieldset.fieldset-8 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#InputField-6-0Element li {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
}

#InputField-7-0Element span.error {
	position: absolute;
	top: 150px;
	left: 15px;
}

#InputField-6-0Element input.radio {
	float: left;
}

#InputField-6-0Element label.radio {
	display: none;
}

#InputField-6-0Element li label.radio {
	display: inline;
}

#InputField-6-0Element label span {
	float: left;
	width: 260px;
}

#InputField-6-02,
#InputField-6-05 {
	margin-bottom: 15px;
}

/* membership hints*/
#InputField-6-1Element {
	position: absolute;
	left: 400px;
	top: 88px;
}

#InputField-6-2Element {
	position: absolute;
	left: 400px;
	top: 107px;
}

#InputField-6-3Element {
	position: absolute;
	left: 400px;
	top: 155px;
	font-weight: bold;
	color: #F03;
}

#InputField-6-06,
#InputField-6-06Label {
	position: absolute;
	top: 220px;
	z-index: 5
}
#InputField-6-06 {
	left: 15px;
}
#InputField-6-06Label {
	left: 33px;
}

/* membership number */
fieldset.fieldset-8 ul.form {
	padding-left: 35px;
	padding-top: 35px;
}
fieldset.fieldset-8 input {
	margin-top: 5px;
	width: 200px;
}
#InputField-7-0Element label {
	display: block;
}

/* fieldset 9/10 - payment and message */
.fieldset-9,
.fieldset-10 {
	width: 48%;
	float: left;
}
.fieldset-9 ul.form,
.fieldset-10 ul.form {
	height: 165px;
}
.fieldset-9 legend {
	width: 207.5%;
}
.fieldset-10 {
	position: relative;
	left: 3.3%;
}
.fieldset-10 textarea {
	width: 258px;
	height: 160px;
}
.fieldset-11 {
	clear: both;
}
.fieldset-9 li.text {
	padding-top: 5px;
	padding-left: 20px;
}
.fieldset-9 li.text input{
	width: 200px;
}

#InputField-8-0Element label.radio {
	display: none;
}
#InputField-8-0Element li label.radio {
	display: inline;
}

/*sonstiges*/
#InputField-10-0Element label.radio {
	display: none;
}
#InputField-10-0Element li label.radio {
	display: inline;
}
#InputField-10-0Element #InputField-10-04Label {
	display: none;
}
#InputField-10-04 {
	display: block;
	position: absolute;
	left: 180px;
	top: 15px;
}
#InputField-10-1Element {
	position: absolute;
	left: 200px;
	top: 15px;
}


/* fieldset 12 - terms and conditions */
.fieldset-12 legend {
	background-color: #FFBF00;
	border-color: #FFBF00;
}

span.confirmation {
	display: block;
	padding-bottom: 10px;
}
a.confirmation {
	padding-left: 30px;
	color: #454545;
	height: 14px;
	background: transparent url(/resources/dsk/skin/icon_pdf.gif) no-repeat 9px 0 scroll;
	position: relative;
	top: -1px;
}
a.confirmation.error {
	color: #F03;
}



.content fieldset.buttons {
	background: none;
	margin: 0;
	border: none;
}

.content div.button {
	float: right;
	left: 0;
}



.formConfirmation {
	padding-top: 1em;
}
.formConfirmation li {
	overflow: hidden;
	font-size: 0.85em;
	padding-bottom: 0.3em;
}
.formConfirmation label {
	float: left;
	width: 30%;
	padding-right: 1em;
}
.formConfirmation .value {
	float: left;
	width: 60%;
}
.formConfirmation .value span {
	padding-right: 1em;
}

