label {
	margin:0px;}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset br{
	clear: both;	
}


label {
	float: left;
 	width: 200px;
	margin: 0 0 5px 0;
}

input, textarea {
	width: 200px;
	float: left;
	margin: 0 0 5px 0;
}

.eingabe {
	position:relative;
	top:0px;
	left:200px;
	float:right;
	color:#666;
	font-size:11px;}
	

input[type="button"]
{
	position:relative;
	top:0px;
	left:40px;
	height:25px;
	float:left;
	padding: 0px;
	margin: 0px 0px 0 105px;
}

input[type=checkbox]
{
	margin-right:0px;
	width:10px;
	float:left;
}


	.form {
	float:left;
	margin:0 0 5px 0;
	background-color:#fff;
	border:1px solid #d3d3d3;
	color:#222;
	padding-top:2px;
	width:230px;
}

#spenden {
	padding: 10px 0 0 0;
}

#spenden input,
#spenden img {
	width: auto;
	height: auto;
	background-color: transparent;
}



/************************************************************************************/
/*                                                                                  */
/* Form spezifischen Styles                                                         */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Generelle Form Elemente */
.ich {
	font-weight:bold;
	color:#6d1872;
	font-size:14px;
	margin:0 0 10px 0;}
	
p.kontakt
{
	margin:0px 0 20px 0;
	width:540px;
}

#lblcbxNews, #lblcbxHilfe, #lblcbxTeam 
{
	width:540px;
	text-align:left;
	font-weight: normal;
}

form
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
}



label
{
	width: 220px;
	margin-right: 10px;
	float: left;
	height: 18px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 3px;
}

.label-text
{
	font-weight: normal;
	text-align: left;
	width: auto;
	float: left;
	height: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}




/************************************************************************************/
/* Fieldset Elemente */
fieldset
{
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;

	width: 100%;
}

legend
{
	font-weight: bold;
	color: #a2a250;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/************************************************************************************/
/*Diverse Form Elemente */
select
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
	float: left;
	clear: none;
	margin: 0px;
	height: 20px;
	padding-top: 1px;
}

textarea
{
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

.textarea-code
{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #0066CC;
}




/************************************************************************************/
/*INPUT Elemente */
input
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #d4d6d8;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 2px;
	height: 16px;
	background-color: #FBFBFB;
}

input:focus
{
	background-color: #6d1872;
	border-color: #b393c3;
	color: #fff;
}
input#btnSubmit {
	position:relative;
	top:-30px;
	left:150px;}
{
	background-color: #6d1872;
	border-color: #b393c3;
	color: #fff;
}


input[type="text"][readonly]
{
	border: 1px solid #d4d6d8;
	background-color: #F3F3F3;
	color: #666666;
}

input[type="text"][disabled], input[type="password"][disabled]
{
	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
}


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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	margin-top: 2px;
	margin-left: 0px;
	background-color: transparent;
}

input[type=checkbox]
{
	padding: 0px 0 0 0px;
}
#divFormErrors
{
	color: #FF0000;
	display: none;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 500px;
}
p.danke {
	position:absolute;
	top:256px;
	left:100px;
	color:#fff;
	background-color:#6d1872;
	padding:5px;}
