div#newsTop {
	width:900px;
	color:#000;
}

div#newsTop div.nlTextcontainer {
	width: 200px;
	height: 200px;
	padding: 0 10px 0 10px;
	float: left;
	border-right: 1px dotted #000;
	margin: 0;
}

div#newsTop div.nlTextcontainer p {
	padding-bottom: 8px;
	margin: 0;
}

div#newsTop div.nlTextcontainer a {
	color: #c80200 !important;
}

div#newsTop div#nlPersonal {
	width: 200px;
	height: 200px;
	padding: 0 10px 0 10px;
	float: left;
	border-right: 1px dotted #000;
}

div#newsTop div#nlUnsubscribe {
	width: 200px;
	height: 200px;
	padding: 0 10px 0 10px;
	float: left;
	border-right: 1px dotted #000;
}

div#newsTop div#nlMessage {
	width: 200px;
	height: 200px;
	padding: 0 10px 0 10px;
	float: left;
}




div#newsTop form { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	margin:0 0 0px 0;
	padding:0 0 0px 0;
}

div#newsTop label, div#newsTop input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:200px;
	margin:10px 5px 0 0;
	padding:1px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

div#newsTop input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #000000;
	width: 190px;
	padding: 2px;
	margin: 0 0 6px 0;
}


div#newsTop input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #333333;	
}

div#newsTop label {							/* Feldbeschriftungen */
	text-align:left;									
	padding: 0;
	margin: 0;
	font-size: 10px;	
}

div#newsTop label.radio {					/* Beschriftungen für Radio-Buttons */
	width:50px;
	padding: 5px 0 0 0;
}

div#newsTop legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	display:none;
}

div#newsTop fieldset {						/* Formularabschnitte */
	border:none;
	padding:0 0 0 0px;
	margin:0;
}

div#newsTop input#eintragen, div#newsTop input#reset, div#newsTop input#austragen, div#newsTop input#reset2 {
/* Gestaltung des Submit-Buttons */
	width:80px;
	padding:5px;
	background:#c80200;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border:none;
}

div#newsTop fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	/*height:20px;*/
	padding:0 0 0 0px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	/*clear:both;*/
}

div#newsTop fieldset.submitbox input#eintragen {
	margin-top: 10px;
}

div#nlUnsubscribe p {
	margin: 12px 0 12px 0;
}

div#nlUnsubscribe fieldset.submitbox input#austragen {
	margin-top: 33px;
}

div#newsTop input.radio {					/* Anpassungen für Radio-Buttons - diese müssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:6px;
	border:none;
	background:none;
}

* html div#newsTop input.radio {			/* Für die Radio-Buttons im IE ein etwas anderer Abstand... */
	margin-top:5px;
}

div#newsTop label.radio-small {					/* Beschriftungen für Radio-Buttons */
	width:30px;
	text-align:left;
	padding: 5px 0 0 0;
	margin-right: 5px;
}

div#newsTop input.checkbox {					/* Anpassungen für Checkboxen - diese müssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:10px;
}

* html div#newsTop input.checkbox {			/* Für die Checkboxen im IE ein etwas anderer Abstand... */
	margin-top:7px;
}

div#newsTop label.checkbox {					/* Beschriftungen für Checkboxen */
	width:90px;
}

div#newsTop input.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	border:1px solid #c80200;
}
	/* Stil für die Gestaltung der als fehlerhaft markierten Felder */
div#fehlermeldung {	
background: url(../images/fehlermeldung-trans.gif)  0 0 no-repeat;
text-indent:-9999px;
width: 190px;
height: 165px;
float: left;
margin-top: -15px;
display:none;
			

}

div#nlSuccess {
background: url(../images/nlSuccess-trans.gif) 0 0 no-repeat;
text-indent:-9999px;
width: 190px;
height: 165px;
float: left;
margin-top: -15px;	
display:none;
}

div#nlUsSuccess {
background: url(../images/nlUsSuccess-trans.gif) 0 0 no-repeat;
text-indent:-9999px;
width: 190px;
height: 165px;
float: left;	
margin-top: -15px;
display:none;
}


div#nlFailed {
background: url(../images/nlFailed-trans.gif) 0 0 no-repeat;
text-indent:-9999px;
width: 190px;
height: 165px;
float: left;
margin-top: -15px;	
display:none;
}


.error {
	color: #f00 !important;
}

.reqField {
	border: 1px solid #f00;
}

div#meldung {					/* Newsletter-Systemmeldungen */
	background:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin:20px 0 10px 0;
	width:300px;
}

div#meldung ul {				/* Formatierung der Liste für Systemmeldungen */
	list-style-type:square;
	padding:5px 0 0 20px;
	width:100%;
}



/* Die folgenden Angaben bitte nicht verändern! */
div#newsTop form br {
	/*clear:left;*/
}

div#newsTop input[type=hidden] {
	border:0;
	padding:0;
	display:none;
}

/* loading animation */
div#loadingAnimation {
	position: absolute;
	width: 100%;
	height: 200px;
	padding-top: 200px;
	background-color: #999999;
	top: 0;
	left: 0;
	background: url(../images/black-50.png) 0 0 repeat;
}

div#loadingAnimation img {
	margin: 0 auto;
	width: 32px;
	height: 32px;
	display: block;
}

div#closebuttonContainer {
text-indent:-9999px;
width: 190px;
height: 55px;
float: left;


}

div#closebuttonContainer a {
background: url(../images/newsletter-close.gif) 0 0 no-repeat;
text-indent:-9999px;
width: 190px;
height: 55px;
float: left;
margin-top: -20px;
margin-left: 10px;
	
}