form#NewsLight { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:210px;
	padding:9px 0 0 0px;
}
form#NewsLight label, form#NewsLight input {		/* Allgemeine Stile für Labels und Formularfelder */
	color:#fff;
	height:24px;

	/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:right;
}
form#NewsLight input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	background:#000;
	border:1px solid #999;
	color:#fff;
	font-size:12px;
	float:left;
	width:160px;
	height:20px;
	padding:3px 3px 0 3px;
}
form#NewsLight input:focus {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
background:#34313A;
	border:1px solid #666;

}
form#NewsLight fieldset {							/* Feldbeschriftungen */
	background:none;
	padding:0px;
	margin:0px;
}
form#NewsLight label {							/* Feldbeschriftungen */
	display: none;
	background:none;
}

form#NewsLight a {
	text-decoration: none;
	color:#565656;
	font-size:11px;
}
form#NewsLight a:hover {
	text-decoration: underline;
}
form#NewsLight fieldset {						/* Formularabschnitte */
	border:none;
}
form#NewsLight input#abschicken, form#NewsLight input#submit {					/* Gestaltung des Submit-Buttons */
	width:31px !important;
	height: 24px;
	text-indent: -9999px;
	background:url(../images/newsletter/btn-submit.gif) no-repeat;
	overflow: hidden;
	cursor:pointer;
	float:right;
	font-size:0.001em;
	border:none;
	color:#f1ad2a;
}

/* Die folgenden Angaben bitte nicht verändern! */
form#NewsLight br {
	clear:left;
}
form#NewsLight input[type=hidden] {
	display: none;
	border:0;
	padding:0;
}