/* $Id$ */


/* Newsletter Anmeldung */
.template_community.newsletteranmeldung .gruppen {
	border: 1px solid #333;
	padding: 1em;
}

.template_community.newsletteranmeldung .gruppen .auswahl {
	float: left;
	padding-right: 5px;
}
.template_community.newsletteranmeldung .gruppen .beschreibung {
	padding-top: 2px;
}

.template_community.newsletteranmeldung .personendaten {
	margin-top: 10px;	
	border: 1px solid #333;
	padding: 10px;
}

.template_community.newsletteranmeldung small {
	display: block;
}

.template_community.newsletteranmeldung .anrede, .template_community.newsletteranmeldung .vorname, .template_community.newsletteranmeldung .email, .template_community.newsletteranmeldung .plz, .template_community.newsletteranmeldung .ort {
	float: left;
	padding-right: 6px;
}

.template_community.newsletteranmeldung .email {
	padding-top: 10px;
}

.template_community.newsletteranmeldung .senden {
	padding-top: 30px;
}
.template_community.newsletteranmeldung .status {
}
.template_community.newsletteranmeldung .status h3 {
}
.template_community.newsletteranmeldung .status .bestaetigen {
	display: inline;
}



/* Merkzettel */
.template_dialog_merkzettel tr {
	border-bottom: 1px solid #333;
}


