form#NewsLight { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:177px;
	padding:9px 0 0 0px;
}
form#NewsLight label, form#NewsLight input {		/* Allgemeine Stile für Labels und Formularfelder */
	font: 12px Arial, Helvetica, sans-serif;
	color:#2c2c2c;
	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:none;
	width:119px;
	height:19px;
	float:left;
	border:none;
	padding:3px 8px 0 4px;
}

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:#ffdd1c;
	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:45px !important;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	cursor:pointer;
	font-size:0.001em;
	color:#6da710;
}

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