input, select, textarea { 
	width: 291px; 
	height: 16px;
	margin: 0 0 5px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #4D4D4D; 
	border: #EEEEEE 1px solid; 
	background-color: #EEEEEE; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

label {
	width: 158px; 
	height: 16px;
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #4D4D4D; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

select, textarea { 
	margin: 0; 
	padding: 0; 
}

textarea { 
	height: 120px;
}

form { 
	display: inline; 
}

.checkbox {
	width: 12px;
	height: 12px;
	margin: 3px 8px 3px 0;
	border: 0;
	background-color: #EEEEEE;
	float: left;
}

.radiobutton {
	width: 12px;
	height: 12px;
	margin: 3px 8px 3px 0;
	border: 0;
	background-color: #EEEEEE;
	float: left;
}

.searchlabel {
	width: 140px;
	margin: 3px 10px 0 0;
	float: left;
}

.searchfield {
	width: 130px;
	border: #D4D4D4 1px solid; 
	background-color: #ffffff;
	float: left;
}

.finderlabel {
	width: 165px;
	margin: 22px 0 0 30px;
	float: left;
}

.finderselect {
	width: 140px;
	margin: 19px 0 0 0;
	float: left;
	border: #D4D4D4 1px solid; 
	background-color: #ffffff;
}

.searchbutton {
	width: 22px;
	height: 20px;
	margin: 0 0 0 8px;
	border: 0;
	background-image: url(../../imgs/sev/searchbutton.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
}

.newslettertextfield {
	width: 156px;
	border: #EEEEEE 1px solid;
	background-color: #EEEEEE;
	color: #7B7B7B;
}

.textfield_login {
	border: #D4D4D4 1px solid;
	background-color: #ffffff;
	color: #4D4D4D;
}

.contact_subjectselect {
	border: #D4D4D4 1px solid;
	background-color: #ffffff;
	color: #4D4D4D;
}

.contact_subjectselect_error {
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_error {
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textarea_error {
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_2_error {
	width: 144px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_street_error {
	width: 230px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_streetnr_error {
	width: 58px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_plz_error {
	width: 60px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_city_error {
	width: 178px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.textfield_city2_error {
	width: 228px;
	margin: 0 1px 5px 0;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.newslettertextfield_error {
	width: 156px;
	border: #DE8484 1px solid;
	background-color: #DE8484;
	color: #ffffff;
}

.newsletterbutton {
	width: 156px;
	height: 20px;
	padding: 0 0 0 15px;
	margin: 0;
	border: 0;
	background-image: url(../../imgs/sev/newsletterbutton.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 20px;
	text-align: left;
}

.textfield_2 {
	width: 143px;
	margin: 0 3px 5px 0;
}

.textfield_street {
	width: 228px;
	margin: 0 3px 5px 0;
}

.textfield_streetnr {
	width: 58px;
	margin: 0 1px 5px 0;
}

.textfield_plz {
	width: 58px;
	margin: 0 3px 5px 0;
}

.textfield_city {
	width: 174px;
	margin: 0 1px 5px 0;
}

.textfield_city2 {
	width: 228px;
	margin: 0 1px 5px 0;
}

a.formnote, a.formnote:link, a.formnote:visited, a.formnote:active  {
	position: relative;
	display: block;
	width: 50px;
	height: 18px;
	margin: 1px 0 5px 3px;
	float: left;
}

a.formnote:hover {
	text-decoration: none; 
}

a.formnote span {
	display: none;  
	text-decoration: none; 
}

a.formnote:hover span {
	display: block;
	position: absolute; 
	top: 25px; 
	left: -243px; 
	width: 271px;
	padding: 10px;
	z-index: 150;
	color: #4D4D4D; 
	border: 1px solid #4D4D4D; 
	background-color: #F1F0E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
  
.formclearfix {
	margin: 0;
	padding: 0;
	clear: left;
}

.formspacer {
	height: 10px;
	margin: 0;
	padding: 0; 
	clear: left;
}

.formsubmitnote {
	display: block;
	width: 350px;
	margin: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif; 
	color: #B8B8B8; 
	font-size: 10px; 
	line-height: 20px;
	font-weight: normal; 
	float: left;
}

.formsubmitbuttoncontainer {
	width: 100px;
	height: 20px;
	margin: 10px 0 5px 0;
	overflow: hidden;
	float: left;
}

.formsubmitbutton {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 15px;
	border: 0;
	background-image: url(../../imgs/sev/newsletterbutton.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 20px;
	text-align: left;
}

.formloginsubmitbutton {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 15px;
	border: 0;
	background-image: url(../../imgs/sev/loginbutton.gif);
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	line-height: 20px;
	text-align: left;
}

.checkboxlabel {
	width: 435px;
	margin: 0 0 5px 0;
	float: left;
}

.checkboxlabel a {
	color: #4D4D4D;
	text-decoration: underline;
}

.checkboxlabel a:hover {
	color: #D1002D;
	text-decoration: none;
}

.checkboxlabel_error {
	width: 435px;
	margin: 0 0 5px 0;
	color: #DE8484;
	float: left;
}

.checkboxlabel_error a {
	color: #DE8484;
	text-decoration: underline;
}

.checkboxlabel_error a:hover {
	color: #D1002D;
	text-decoration: none;
}

.checkboxlabel_small_1 {
	width: 60px;
	margin: 0 0 8px 0;
	float: left;
}

.checkboxlabel_small_2 {
	width: 200px;
	margin: 0 0 8px 0;
	float: left;
}

.subjectselect {
	width: 458px;
	height: 54px;
	margin: -12px -19px 0 -19px;
	padding: 10px 20px 10px 20px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border-bottom: #E3E3E3 1px solid;
	overflow: hidden;
}

.subjectselect_contact {
	width: 458px;
	height: 29px;
	margin: -12px -19px 0 -19px;
	padding: 10px 20px 10px 20px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border-bottom: #E3E3E3 1px solid;
	overflow: hidden;
}

.subjectselect_contact_empty {
	display: none;
}

.select-newsarchivjumper {
	width: 458px;
	height: 22px;
	padding: 3px;
}

.contactadditionals {
	width: 458px;
	height: 39px;
	margin: 12px -19px 0 -19px;
	padding: 10px 20px 10px 20px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border-top: #E3E3E3 1px solid;
	border-bottom: #E3E3E3 1px solid;
	overflow: hidden;
}

.contactadditionals_top {
	width: 458px;
	height: 104px;
	margin: 14px -19px 0 -19px;
	padding: 10px 20px 10px 20px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border-top: #E3E3E3 1px solid;
	border-bottom: #E3E3E3 1px solid;
	overflow: hidden;
}

.contactadditionals_top_4line {
	width: 458px;
	height: 79px;
	margin: 14px -19px 0 -19px;
	padding: 10px 20px 10px 20px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	border-top: #E3E3E3 1px solid;
	border-bottom: #E3E3E3 1px solid;
	overflow: hidden;
}

