body {
	webkit-text-size-adjust: 100%; 
}



fieldset {
	padding:0px;
	border-color:#CCC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border-style:solid;
	border-width:0px;
}


legend {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #AB1800;
	border: 0;
	padding: 6px 0px;
}

label {
	width:200px;
	height:28px;
	margin-top:8px;
	margin-right:2px;
	padding-top:14px;
	padding-left:15px;
	background-color:#A0A0A0;
	border-radius:6px;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 1.1;
	color:#fff;
}


.form {
	margin:0px;
	padding:0px;
}


#container {
	width:850px;
	margin:30px auto;
	padding:0px;
}

.clear {
	clear:both;
}


.div_textbox {

	float:right;
	background-color:none;
	border-radius:6px;
	height:39px;
	margin-top:5px;
	padding:3px 0px 3px 0px;
}

.textbox {
	
	width:580px;
	height:33px;
	font:normal 14px Arial;
	color: #AB1800;
	border-radius:6px;
	padding:3px 5px 3px 19px;
}


.textbox:focus, .textbox:hover {
	background-color:#F7F7F7;
}



.button_div {
	width:220px;
	height:70px;
	
	float:right;
	text-align:right;

	margin:100px 0px 5px 0px;	

}


.buttons {
	width:220px;
	height:70px;
	background-color: #AB1800;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border-width:0px;

	background-image:url(../images/pfeil5.png);
	background-repeat:no-repeat;
	background-position:183px 33px;
	
	font-size:16px; 
	color: #fff; 
	padding: 0px 0px 0px 0px;
	margin:0px;
	text-decoration: none;
	font-weight:bold;
}

.buttons:hover {

	text-decoration:none;
	background-color: #A0A0A0;
	border-color:#6C6C6C;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border-style:solid;
	border-width:0px;

	color:#323232;
	background-image:url(../images/pfeil6.png);
	background-repeat:no-repeat;
	background-position:183px 33px;

}


