/* @override http://www.kletterwald-zittauergebirge.de/css/form.css
*/

/* FORMULAR CSS */

/* ------------------------------------------------------------------------------------  */


#main form { 
	padding: 15px 10px 15px 20px;
	margin-bottom: 15px;
	background: #EFF5D9; 
	border: 1px solid #C1D870;
}

input, select {
	color: #333;
	border:solid 1px #999;
}

form label {
	float: left;
	border: 0px solid RED;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
}

form .nachricht label { /* Kontaktformular label vom nachrichtentextfeld */ 
}

legend {
	display: none;
	font-weight: bold;
	font-size: 100%;
	color: RED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	border: none;
	margin: 0; padding: 0;
}


input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #555;
}

input, textarea, select {
	background: #FFF top left repeat-x;
	font: 12px Arial, sans-serif;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 10px;
}

/* Kontaktformular */

.kontaktformular input {
	width: 250px;
}

.kontaktformular textarea {
	width: 400px;
	height: 120px;
	border: solid 1px #999;
}

.kontaktformular .fbsubmit {
	margin: 0 0 0 80px;
}

/* Gutscheinformular */

.gutscheinformular {
		overflow: hidden;
}

.gutscheinformular .section1 div {
	background: #DAE5B1;
	padding: 5px;
	margin: 0 0 2px 0;
	display: block;
	float: left;
	width: 100%;
}

.gutscheinformular h4 {
	color: #85A70D;	
	padding: 0 0 2px 0;
	background: none;
	clear: both;
	border-bottom: 1px solid #85A70D;
}

.gutscheinformular input {
	width: 250px;
}

.gutscheinformular textarea  {
	width: 400px;
	height: 120px;
	border: solid 1px #999;
	width: 380px;
	height: 80px;
}

.gutscheinformular label {
	width: 120px;
}

.gutscheinformular .section1 label {
		position: relative;
		width: 220px;
		padding-top: 5px;
		line-height: 15px;
}

.gutscheinformular .section1 input {
}

.gutscheinformular .fbsubmit {
	margin: 0 0 0 120px;
}

.gutscheinformular .pflicht {
	padding-right: 40px;
}

.kinder, .einzelgutschein {

}

.gutscheinformular span.preis {
	font-weight: bold;
	color: #FFF;
	padding: 1px 3px;
	background: #85A70D;
}

.gutscheinformular span {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

/* Buchungsformular */


.buchungsformular {
	overflow: hidden;
}

.buchungsformular label {
	width: 130px;
}

.buchungsformular span {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

.buchungsformular .section1 div {
	background: #DAE5B1; /*DAE5B1*/
	padding: 5px;
	margin: 0 0 2px 0;
	display: block;
	float: left;
	width: 100%;
}

.buchungsformular h4 {
	color: #85A70D;	
	padding: 0 0 2px 0;
	background: none;
	clear: both;
	border-bottom: 1px solid #85A70D;
}

.buchungsformular textarea  {
	width: 400px;
	height: 120px;
	border: solid 1px #999;
	width: 360px;
	height: 80px;
}

.buchungsformular .gruppenname label {
	width: 500px;
}
.buchungsformular .gruppenname input {
	margin: 5px 0 0 130px;
}

.buchungsformular .fbsubmit {
	margin: 0 0 0 130px;
}




.digit2 input {
	width: 15px;
}


/* -------------------------------------------------------------------------------  */

input.fbsubmit {  /* Absende Button*/
	font-size: 12px;
	padding: 5px 8px;
	width: auto;
	border: none;
	color:  #FFF;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2194B9;
	cursor: pointer;
}

.fbsubmit:hover {
	background: #85A70D;
}

.submitbutton {
	float: left;
}

.pflicht {
	float: right;
	font-size: 11px;
	padding: 0px 50px 0 0;
	line-height: 12px;
}

.checkboxxx input { /*IE*/
	background: none;
	width: 20px;
	border: none;
	padding: 0;
}

/* ---------------------------------------------------------------------- */

.error_message {    /* "Bitte überprüfen Sie Ihre Eingabe!"  */
	margin: 0px 0px 10px 0px;
	padding: 7px;
	background-color:#FFE3E3; 
	border: 1px solid red;
}

/*.fb_invalid label { color: red; }*/
.fb_invalid input { border: 1px solid RED; }
.fb_invalid .sternchen { color: red; }


.sternchen { color: #666; }

.versand {
	padding: 20px;
	background: #EFF5D9; 
	border: 1px solid #C1D870;
}

.versand h2 {
	margin: 0 0 10px 0; 
	padding: 0px;
}
