/***************************************************
 *
 * EINSTIEG Website: Globale Formatierung
 * Version: $Rev: 5409 $
 * Stand: $Id: global.css 5409 2008-10-29 12:22:05Z mh $
 *
 * (c) 2008 by mehrwert
 *
 * mehrwert intermediale kommunikation GmbH
 * Riehler Strasse 51
 * 50668 Koeln
 *
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 *
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 *
 **************************************************/
#form-newsletter-subscription {
	
}

#form-newsletter-subscription TABLE {
	color: #5b5c5d;
}

#form-newsletter-subscription TABLE TD {
	background: #f5f7f8;
	padding: 9px 13px 9px 13px;
}

#form-newsletter-subscription TABLE TD.spacer {
	background: #fff;
	padding: 0;
	height: 16px;
	width: 13px;
}

#form-newsletter-subscription TABLE TD INPUT.checkbox {
	float: left;
}

#form-newsletter-subscription TABLE TD LABEL {
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	float: right;
}

#form-newsletter-subscription TABLE TD P {
	margin: 20px 0px 0px 0px;
}

#form-newsletter-unsubscribe INPUT.input,
#form-newsletter-subscription INPUT.input {
	width: 174px;
}

SPAN.highlight {
	font-weight: bold;
	color: #c00;
}