@charset "UTF-8";


.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 18px;
}
.style3 {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 16px;
}
.style2 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	letter-spacing: 0px;
	text-align: left;
}
img { 
	border: 0;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

#order {
    width: 450px;
	border: none;
	text-align: center;
}
.ausgabeError{
	font-size: 10px; 
	font-family: Verdana,Arial,non-serif;
	color: #ff2654;
}
.smallInput{
	hight: 16px;
	width: 20px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}
.inputButton{
	width: 80px;
}
.inputAgb{
	width: 15px;
	padding-right: 1px;
	margin-right: 9px;
	float:left;
}
form input, form textarea{
	border: 0px solid #b6b6b6;
	margin-bottom:5px;
	width: 350px;
}
form input:focus, textarea:focus{
	background-color: #f8ffee;
}
.dankBox{
	width: 458px;
}
.dankBox span{
	width: 458px;
	font-size: 12px;
	text-align: center;
}
.deactivated{
	margin-left: 47px;
} 
#name {
	hight: 16px;
	width: 414px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}
#strasse {
	hight: 16px;
	width: 392px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}
#email {
	hight: 16px;
	width: 406px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}
#ort, #land, #nachricht{
	width: 450px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}