.body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; border: black}
.headline {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; font-weight: bold; color: #CC0000}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #555555}
.subheadline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.subheadline-gruen {  color: #006600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}
.highlight {  background-color: #FFFF00}
.links { text-decoration: none; color: #555555}
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal}
.subheadline2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold}
.focus {  color: #000000}
.testimonial {  font-family: "Courier New", Courier, mono; font-size: 14px}
.headline2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 26px; font-weight: bold; color: #CC0000}


body        {  font-size: 10px; font-family: Verdana, A ; margin-top: 10px }
td          {  font-size: 10px; font-family: Verdana, A }
p           {  font-size: 10px; font-family: Verdana, A }
a            { color: #AD0000 }
a:hover      { color: #AD0000; text-decoration: none }

.input       { color: #333; font-size: 10px; font-family: Verdana, A; background-color: #fff; border-style: solid; border-width: 1px; border-color: #808080 #fff #fff #808080; width: 100% }
.input_kurz  { color: #333; font-size: 10px; font-family: Verdana, A; background-color: #fff; border-style: solid; border-width: 1px; border-color: #808080 #fff #fff #808080; width: auto }
.sel        { color: #333; font-size: 10px; font-family: Verdana, A; background-color: #fff; border: solid 1px #ccc }
.head       { font-weight: bold; }
.errortext   { color: #ff0000; align: left }


.headbox {
	BORDER: #929190 1px solid; WIDTH: 100%; HEIGHT: 21px; BACKGROUND-COLOR: #FFFFFF; text-transform:uppercase; font-weight: bold;
}
.attention {
	BORDER: #F4F2EE 1px solid; WIDTH: 100%; HEIGHT: 21px; BACKGROUND-COLOR: #F4F2EE; font-weight: bold;
}
.outbox {
	BORDER: #F4F2EE 1px solid; WIDTH: 100%; HEIGHT: 21px; BACKGROUND-COLOR: #F4F2EE; font-weight: bold;
}

.submit {
	BORDER: #666666 1px solid;
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #fff;
	TEXT-TRANSFORM: uppercase;
	HEIGHT: 21px;
	cursor: pointer;
	background-image:url(https://www.payone.de/frontend/images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-right:10px;
	padding-left:22px;

}
* html .submit {
	padding-right:0px;
	padding-left:12px;
}