@charset "utf-8";
/************************************************************************************************************************/
/* Form Styles */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Generelle Form Elemente */
input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 5px;
}

form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 520px;
	color: #333;
	/*background-color:#aaa;*/
}
form div.frmgeschenk1
{
	margin:10px 0;
	float: left;
	/*background-color:#FF0;*/
	width: 300px;
	color: #333;
}
form div.frmgeschenk2
{
	margin:10px 0;
	float: left;
	/*background-color:#FF0;*/
	width: 190px;
	color: #333;
}

form hr
{
	float: left;
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	visibility: hidden;
}



/************************************************************************************************************************/
/* Fieldset Elemente */
fieldset
{
    float: left;
	width: 100%;
	padding: 0em 0px 0px 0px;
	margin: 0px 0px 0em 0px;
	border:none;
	height:100%;}

legend
{
	width: auto;
	color: #6FB7FF;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

legend img
{
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: middle;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/************************************************************************************************************************/
/* Markierung (z.B. bei Fehler) */
.element-markiert
{
	background-color: #FDD;
}

.label-markiert
{
	color: #F00;
}



/************************************************************************************************************************/
/* Diverse Form Elemente */
label
{
	float: left;
	width: 130px;
	height: 18px;
	padding: 1px 0 0 0px;
	margin: 0px 20px 5px 0px;
	text-align: left;
	font-weight: bold;
}
.geschenk label
{
	float: left;
	width: 105px;
	height: 18px;
	padding: 1px 0 0 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	/*background-color:#999;*/
}
form.abbruch label
{
	float: left;
	width: 160px;
	height: 18px;
	padding: 1px 0 0 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
	/*background-color:#999;*/
}


label#lblbtnAbo1, label#lblbtnAbo2, label#lblbtnAbo3
{
	float: left;
	width: 240px;
	height: 18px;
	padding: 1px 0 0 0px;
	margin: 0px 20px 5px 0px;
	text-align: left;
	font-weight: bold;
}


.label-text
{
	float: left;
	width: auto;
	height: 18px;
	padding: 1px 0px 0px 0px;
	margin: 0px 15px 0px 5px;
	font-weight: normal;
	text-align: left;
}

select
{
	float: left;
	clear: none;
	margin-bottom: 5px;
}

select option
{
	text-indent: 2px;
}

textarea
{
	float: left;
	padding: 3px 4px 0px 4px;
	margin: 0px 0px 5px 0px;
}



/************************************************************************************************************************/
/* INPUT Elemente */
.geschenk input.form
{
	float: left;
	height: 17px;
	padding: 1px 4px 0px 4px;
	margin-bottom: 5px;
	width:180px;
}

input
{
	float: left;
	height: 17px;
	padding: 1px 4px 0px 4px;
	margin-bottom: 5px;
}
input.form
{
	float: left;
	height: 17px;
	width:200px;
	padding: 1px 4px 0px 4px;
	margin-bottom: 5px;
}
input.ffkurz
{
	position:absolute;
	color:#b12f37;
	height: 15px;
	width:25px;
	padding: 0px 0px 0 0;
	background-color:#F6F6EE;
	border: 1px solid #F6F6EE;
}

input[type="text"][readonly]
{
	color: #999;
	background-color: #EEE;
}

input[disabled], textarea[disabled], select[disabled], .button[disabled]:hover
{
	color: #999;
	background-color: #CCC;	
}

input[type="file"]
{
	float: left;
	height: 22px;
	width:400px;
	padding: 1px 4px 0px 4px;
	margin-bottom: 5px;
}

input[type="file"] > input[type="button"]
{
	padding: 0px;
	margin: 0px;
}

input[type="hidden"]
{
	display: none;
}

input[type=radio], input[type=checkbox]
{
	display: block;
	float: left;
	border: 0px none;
	margin-right: 0px;
	margin-top: 4px;
	margin-left: 0px;
}

input[type=checkbox]
{
	height: 19px;
	padding: 0px;
	margin: 0px 10px 0 0;
}

input[type=radio]
{
	height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
input#btnSubmit {
	height:30px;
	color:#b12f37;
	border:none;
	background-color:#E0DACA;
	margin:10px 0 0 0px;}


/************************************************************************************************************************/
/* Button Formatierungen */
.button
{
	float: left;
	height: 25px;
	color: #FFF;
	background-color: #6FB7FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #CCC;
	cursor: pointer;
}

.button:hover
{
	background-color: #3462FE;
}



/************************************************************************************************************************/
/* Abschluss Bereich */
#fldButtons
{
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fldButtons .button
{
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
	font-weight: bold;
	height: 30px;
}



/************************************************************************************************************************/
/* Fehler Übersichtsbereich */
#divFormErrors
{
	color: #F00;
	width: 100%;
	display: none;
}



/************************************************************************************************************************/
/* Captcha Ersatz, ein Eingabefeld verstecken */
/* Ein Besucher wird das Feld nicht ausfüllen, ein Bot dagegen schon */
#tbxCaptcha
{
	display: none;	
}
