/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
/* @import "calendar.css"; */


.cform { 
	margin: 0px auto 20px auto; 
	padding-top: 3px;
	text-align: center; 
}

.cform fieldset	{ 
  width: 530px;
  clear: both;
  display: block;
  margin: 20px auto 20px auto; 
  padding: 8px 5px 10px 8px; 
  border: 1px solid #D2D2D2;
  color: #000;
}

.cform .cf_hidden {
	display: none; 
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}

.cform legend { 
	margin-left: 8px;
	padding: 0 2px; 
	font-weight: bold;
	font-size: 140%;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

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 6px 0 !important;
	padding: 0 !important;
	list-style:none !important; 
	text-align:left;
	height: 75px;
	display: block; 
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

li.textonly {

}

/*                                                    */
/* 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;	
	background: #F7F5F2;
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cform textarea { 
	margin: 0 0 8px 8px;
	line-height: 1.8em;	
	background: #F7F5F2;
	border: 1px solid #ABA293;
	padding: 2px 0 0 3px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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: 10px;
	line-height: 10px; 
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	display: block;
	width: 13em;
	font-weight: bold;
	border-width: 1px;
	border-color: #C0C0C0 #66505C #66505C #C0C0C0;
	background: #FFF;
	font-size: 110%; padding-top: 0; line-height: 0.8em; height: 2.2em;
	cursor: pointer;
	margin: 13px auto 0 auto;
	clear: both;
}
.cform input.sendbutton:hover	{ 
	display: block;
	width: 13em;
	font-weight: bold;
	border-width: 1px;
	border-color: #000;
	background: #FFF;
	font-size: 110%; padding-top: 1px; line-height: 0.8em; height: 2.2em;
	cursor: pointer;
	margin: 13px auto 0 auto;
}
.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;
}

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:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:top;
	background:	url(captcha_reset_silver.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

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;
}
div.failure {
	display:block;
	background: #FFD1A0 !important;
}
div.waiting {
	background: #FFD1A0;
	color: #AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
	height:24px;
	margin-left:2px;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	
	display: none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	
	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  */

/* select */
#club #li-2-2 {
  clear: both !important;
  float: none;
  height: 65px;
}

/* only text */
#club #li-2-8 {
  clear: both !important;
  float: none;
  margin-bottom: 5px !important;
  padding: 0 0 0 7px !important;
  text-align: left;
  height: 2em;
}

#club #li-2-9,
#club #li-2-10,
#club #li-2-11,
#club #li-2-12,
#club #li-2-13,
#club #li-2-14,
#club #li-2-16,
#club #li-2-17,
#club #li-2-20,
#club #li-2-23 {
  clear: both !important;
  float: none;
  display: block;
  padding: 7px 0 0 10px;
  height: auto;
}

#club #li-2-15,
#club #li-2-15 input{
	width: 97.5% !important;
	padding-bottom: 0;
}

#club #li-2-16,
#club #li-2-16 input{
	width: 97.5% !important;
}


#club #li-2-18 {
  border-top: 1px solid #DCD9D0;
}

#club #li-2-18,
#club #li-2-19,
#club #li-2-20,
#club #li-2-21,
#club #li-2-22 {
  clear: both !important;
  float: none;
  display: block;
  padding: 7px 0 9px 0 !important;
  margin-left: 9px !important;
  height: auto;
  border-bottom: 1px solid #DCD9D0;
  width: 96%;
}

#club #li-2-14 label,
#club #li-2-15 label,
#club #li-2-16 label,
#club #li-2-17 label {
	width: 70%;
}

#club #li-2-18 label,
#club #li-2-19 label,
#club #li-2-20 label,
#club #li-2-21 label,
#club #li-2-22 label {
	width: 90%;
}

#club #li-2-18 span,
#club #li-2-19 span,
#club #li-2-20 span,
#club #li-2-21 span,
#club #li-2-22 span  {
	width: 89%;
}

#club #li-2-17 label {
	width: 95%;
}

#kontakt #li--2 {
  clear: both !important;
  float: none;
  height: 65px;
}
#kontakt #li--9 {
  clear: both !important;
}

#kontakt #li--6 input,
#kontakt #li--8 input {
	
}

#kontakt #li--11 {
  clear: both !important;
  float: none;
  height: 45px;
}

/* checkbox!!!!
#kontakt #li--12 {
  height: auto;
}

*/

#kontakt #li--12 textarea{
  height: 150px;
}

#kontakt #li--7 label {
  width: 120px !important;
  padding-left: 8px;
}

#kontakt #li--12  {
  height: 200px;
}


#verlosung #li-3-12  {
  height: 120px;
}

#verlosung #li-3-3 {
  clear: both !important;
}


#verlosung #li--7 label {
  width: 120px !important;
  padding-left: 8px;
}



