#module_newsletterletter {
	margin:0;
	padding:0;
	border-top: 1px solid #000000;
}

#module_newsletter .title {
	margin: 1px 0 1px 0;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #0a0a0a;
	background: #292727;
	color: #FFFFFF;
	height: 53px;
	font-size: 17px;
	font-weight: bold;
}

#module_newsletter .title img {
	margin: 0 0 0 20px;
	vertical-align: middle;
}

#module_newsletter .title span {
	display: inline-block;
	margin: 15px 0 0 5px;
}

#module_newsletter #content {
	border-top: 1px solid #404040;
	padding:3px 0 10px 0;
}

#module_newsletter #content .email {
	background: url('../../../templates/frontend/hovida/images/gfx/login/input_username.png') no-repeat;
	color: #CDCDCD;
	font-size: 11px;
	border: none;
	padding: 0 0 0 5px;
	margin: 5px 5px 5px 20px;
	width: 250px;
	height: 25px;
}

#module_newsletter #content .name {
	background: url('../../../templates/frontend/hovida/images/gfx/login/input_password.png') no-repeat;
	color: #CDCDCD;
	font-size: 11px;
	border: none;
	padding: 0 0 0 5px;
	margin: 5px 0 5px 20px;
	width: 180px;
	height: 25px;
}

#module_newsletter #content .submit {
	background: url('../../../templates/frontend/hovida/images/gfx/newsletter/btn_eintragen.png') no-repeat;
	border: none;
	width: 66px;
	margin: 3px 0 0 -5px;
	height: 27px;
	cursor: pointer;
}

#module_newsletter #content span {
	background: url('../../../templates/frontend/hovida/images/gfx/newsletter/icon_arrowright.png') no-repeat;
	background-position: 0 2px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 3px 0 0 20px;
	padding: 0 0 0 15px;
}

#module_newsletter #content span input {
	border: none;
	background: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-size: 11px;
	cursor:pointer;
	text-decoration: underline;
}

#module_newsletter #content span input:hover {
	color: #7EA7C6;
}

#module_newsletter #content span a {
	color: #FFFFFF;
	font-size: 11px;
	cursor:pointer;
}
#module_newsletter #content span a:hover {
	color: #7EA7C6;
	font-size: 11px;
	cursor:pointer;
}

#module_newsletter #content div {
	color:#FFFFFF;
	font-size: 11px;
	margin: 5px 0 5px 5px;
	padding: 0 5px 0 15px;
}
#module_newsletter #content .infotext {
	color:#7b9b2e;
	font-size: 11px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#module_newsletter #content .infotext2 {
	color:#b5021d;
	font-size: 11px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

