 

@CHARSET "ISO-8859-1";

.imprint_box2{
	width:85%;
	font-family:Verdana;
	font-size:11px;
	padding:2px 0 0 0;
}


form {
	font-family:Verdana;
	font-size:11px;
	margin:10px 0 0 0;

}





fieldset {
	border:none;
}

label {	
	float:left;
	width:80px;
	margin:6px 0 0 0;
}

input, select, textarea {
	margin:5px 0 2px 0;
	border:1px solid #e9781a;
	background:transparent;
	color:#1f1f1f;
}

input {
	width:195px;
	margin:0;
}

select {	
	width:72px;
	background:#FEFDF8;
	margin-bottom:10px;
}

textarea {
	width:195px;
	height:100px;	
}

/* fieldset definitions */
#fieldset-name_part {
	float:left;
	width:225px;
	margin-right:35px;
}
#fieldset-contact_part {

}

#fieldset-mail_part {
	clear:left;
	margin-top:50px;

}
#fieldset-mail_part input {
	width:400px; 
}
#fieldset-mail_part textarea {
	width:400px; 
}

#security {
	margin-top:30px;
}

#security label {
	width:130px

}

#buttons {
	width:100px;
	margin:30px 0 0 0;
	float:left;
}

#buttons input {
	float:left; 
	width:100px;
	margin:0 3px 0 3px;
}

#checkbox {
	width:20px;
	margin:0 0 0 22px;
	_margin:0 0 0 35px;

}


#math_code {
	display:block;
	float:left;
	width:50px;
}
#ergebnis {
	width:25px;
	margin-left:10px;
}

#submit {

	float:left;
	margin:0 0 0 0;
}
#reset {
	background:#e9e9e9;
	float:left;
	margin:0 0 0 0;
}

.buttons {
	border:1px solid #e9781a;
	cursor:pointer;
	width:80px;
	margin:0 0 20px 20px;
	background:#e9781a;
	float:left;
}
 
.buttons:hover {
	background: #fff;	
}


