/* ############# Newsletter Anmeldung ############# */

#register {
	width:270px;
	height:auto;
	min-height:102px;
	margin-right:10px;
	margin-bottom:20px;
	padding:8px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
	border: 1px solid #d1d1d1;
	background-image: url("../images/nl_logo.png");
	background-repeat: no-repeat;
	background-position:0px 0px;
	color:#000000;
	float:left;
}

	
#anrede {
	margin-bottom:5px;
	text-align:justify;
}
#name {
	float:left;
	margin:5px;
}
#vorname {
	float:right;
	margin-top:5px;
	padding-right:12px;
}
#email {
	margin:5px;
	float:left;
}
#but {
	float:right;
	margin-top:5px;
	padding-right:10px;
}
#ausgabe {
	clear:both;
	font-size:10px;
	font-weight:bold;
	height:auto;
	padding-top:5px;
	text-align:center;
}
.button_normal {
	margin: 0px 5px 0px 0px;
	padding-bottom:2px;
	background-color: #544F43;
	color: #F1F1F1;
	background-image: url("../images/button.png");
	background-repeat: repeat-x;
	height:19px;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
}
.button_mover {
	margin: 0px 5px 0px 0px;
	padding-bottom:2px;
	background-color: #EFEFEF;
	color: #000000;
	background-image: url("../images/button_a.png");
	background-repeat: repeat-x;
	height:19px;
	border:1px solid #000000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
}
