.cform { 
	margin: 0px auto 20px auto; 
	padding-top: 3px;
	text-align: center; 
}

.cform fieldset { 
  width: 530px;
  clear: both;
  display: block;
  margin: 20px 0 20px 0; 
  padding: 8px 5px 10px 8px; 
  border: 1px solid #C98C2E;
  border-radius:7px; 
 -moz-border-radius:7px; 
 -webkit-border-radius:7px;
  color: #000;
  text-align: left;
}

.cform .cf_hidden {
	display: none; 
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

.cform legend { 
	margin-left: 6px;
	padding: 0 2px 1px 2px; 
	font-weight: bold;
	font-size: 140%;
	font-family: arial, helvetica, sans-serif;
	color: #C98C2E;
}

ol.cf-ol { 
	margin: 0pt!important;
	padding: 10px 0pt 0pt!important;
}

ol.cf-ol li	{
	background:none!important; 
	padding:0; 
	float: left;
	margin: 0 0 3px 0 !important;
	padding: 0 !important;
	list-style:none !important; 
	text-align:left;
	height: 65px;
	display: block; 
}

/* global definitions for field labels                */

.cform label {
	width: 160px; 
	margin: 0 10px 0 4px; 
	text-align: left;
	display: block;
	padding: 3px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

/* Text for einer Checkbox */
label.cf-before span{
	width: 10em; 
	display: block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 19px 0pt 4px;
	text-align:left;
	width:50px;
}

label.cf-after span {
	width:90px;
	display:block;
}

label.cf-group-after {
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	margin: 4px 6px 0 4px;
	width: 105px;
	text-align: left;
}

label.cf-group-after span {
	width: 105px;
	display: block;
}

/*   FORM FIELDS general formatting                   */

.cform input,
.cform textarea,
.cform select { 
	margin: 0 0 8px 8px;
	border: none;
	height: 1.8em;
	line-height: 2.3em;	
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../gfx/bg-input.gif) #FFECB1;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

.cform textarea { 
	margin: 0 0 8px 8px;
	line-height: 1.8em;	
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../gfx/bg-textarea.gif) #FFECB1;
	width: 505px;
	height: 90px;
	clear: both;
	display: block;
	float: none;
}

.cforms option {
 }

.cform textarea,
.cform input {
	width: 240px; 
}
.cform select {
	padding: 3px;
	width: 150px; /* attempt to have equal length */
	height: 2em;
	margin: 0 0 3px 8px;
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
  width: 505px;
  height: 90px;
  clear: both;
  display: block;
  float: none;
}

.cform input.cf_date {
	width:380px;
}

/*   radio button title                               */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	color:#888888;
}

/*   check boxes                                      */

input.cf-box-a,
input.cf-box-b 	{ 
	margin: 0; 
	width: 16px; 
	vertical-align: middle;
	border: none!important;
	background: none!important; 
}

/* check box groups                                   */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 

/* formatting for text:  "(required)"  & other        */

span.reqtxt,
span.emailreqtxt { 
	display: block; /*for mozilla*/
	width: 200px;
	font-size: 10px;
	color: #888888;
	text-align:left;
	margin: 0 0 0 8px;
	height: 8px;
	line-height: 8px; 
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
}

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	margin: 13px auto 0 auto;
	padding: 3px;
	display: block;
	width: 13em;
	font-weight: bold;
	border-width: 1px;
	border-color: #C0C0C0;
	background: #FFF;
	font-size: 110%;
	cursor: pointer;
	clear: both;
	height: 2.2em;
	line-height: 2.2em;
}

.cform input.sendbutton:hover	{ 
	margin: 13px auto 0 auto;
	padding: 3px;
	display: block;
	width: 13em;
	font-weight: bold;
	border-width: 1px;
	border-color: #000;
	background: #FFBE5A;
	font-size: 110%; 
	cursor: pointer;
	clear: both;
}
.cform input.resetbutton {
}
.cform input.backbutton {
}

/*   FORM FIELDS enhanced error display               */

ol.cf-ol li.cf_li_err input, ol.cf-ol li.cf_li_err select, ol.cf-ol li.cf_li_err textarea  {
  border: 1px solid red !important;
}

ol.cf-ol li.cf_li_err label {
  color: red;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	list-style:none!important;
	font-weight:bold;
	text-indent: 0;
	margin: 0 0 2px 0!important;
}

/* 'visitor verification' related styles              */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	width:196px;
	vertical-align:top;
}

img.captcha	{
	vertical-align:top;
	margin:-1px 3px 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:top;
	margin:0 0 2px 6px;
	width:28px;
	width: 115px;
	height:26px;
	border:none;
	background:	url("../gfx/icons/refresh-golden.png") no-repeat;
}

img.imgcalendar {
	border:none!important;
}

/* change formatting of response msgs here            */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#7C292C!important;
	text-decoration:underline!important;
}
div.success {
	background:#BEF1AD none repeat scroll 0%;
	color: #000;
	line-height: 165%;
	display: block;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}
div.failure {
	display:block;
	background: #FFCF5A !important;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}
div.waiting {
	background: #FFCF5A;
	color: #AAAAAA;
	display:block;
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*  Other: link love                                  */
.linklove {
	display: none;
}
.linklove a,
.linklove a:visited {
	display: none;
}

/*  Other: browser hacks                              */

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
}

/* Anpassung einzelner Felder  */
#kontakt #li-3-5 span {
	line-height: 55px;
	padding-left: 9px;
	margin: 0;
	float: none;
	width: auto;
}

#kontakt #li-3-5 input {
	margin: 5px 35px 0 0 !important;
	width: auto;
	float: none;
}

#kontakt #li-3-7 {
  height: 150px;
}

#kontakt #li-3-8 input{
  width: 90px;
}

#kontakt #li-3-7 textarea  {
  height: 125px;
}

#kontakt #li-3-7 span  {
  display: none;
}


/* Anmelde Formular */

#anmeldung #li--4,
#anmeldung #li--5{
	height: 75px;
	position: relative;
	top: 4px;
}

#anmeldung #li--7 {
	padding-bottom: 0;
	margin-bottom: 0;
}

#anmeldung #li--8 label,
#anmeldung #li--9 label {
	padding-top: 0;
	margin-top: 0;
}

#Strase-Hausnummer {
	width: 492px;
}

#Event {
	width: 290px;
	margin-bottom: 8px;
}

#anmeldung #li--11 label{
 
}

#anmeldung #li--11 {
  height: 80px;
  margin-right: 15px;
}

#Anzahl-der-Teilnehmer {
	width: 130px;
}

#anmeldung #li--12 {
	position: relative;
	left: 8px;
}

#anmeldung #li--9 label {
  width: 130px;
}

#anmeldung #li--9 {
  height: 25px;
}
#anmeldung #li--9 span {
  padding-left: 4px;
}

#anmeldung #li--10 {
  height: 37px;
}

#anmeldung #li--10 {
  clear: both !important;
  float: none;
}
#anmeldung #li--10 label {
  width: 190px;
  float: left;
}

#anmeldung #li--14 {
  float: left;
  height: 40px;
}

#anmeldung #li--14 label {
  float: left;
  width: 178px;
  height: 40px;
}

#Wie-bist-du-auf-uns-gekommen {
	width: 290px;
}

#anmeldung #li--15 {
	padding-top: 0;
	height: 163px;
}

#anmeldung #li--15 label {
	padding-top: 0;	
}

#anmeldung #li--15 textarea {
  height: 130px;
}

#anmeldung #li--16 {
	font-size: 80%;
	text-align: center;
	padding: 5px 25px 2px 25px !important;
	height: 40px;
	color: #A7752E;
}

#anmeldung #li--17 {
}

#anmeldung #li--17 label {
	margin-left: 120px;
}

#anmeldung #li--17 input {
	width: 143px;
	margin-left: 120px;
	color: #A7752E;
	font-weight: bold;
}
