@charset "utf-8";
/* CSS Document */

div#contact-formular {
	position: relative;
	width: 500px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 50px;
}

div#contact-text-de {
	background-image: url(../bg/contact_de.png);
	width: 803px;
	position: absolute;
	z-index: 2;
	height: 400px;
	top: 178px;
	left: 190px;
}

div.contact-field {
	padding-bottom: 7px;
	text-align: left;
}

input {
	border: 1px solid #CCC;
	height: 15px;
	width: 350px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #FFF;
	background-image: none;
}

input:hover{
	border: 1px solid #000;
}

input:focus {
	border: 1px solid #FFF;
	background-color: #CCC;
}

textarea {
	border: 1px solid #CCC;
	height: 200px;
	width: 500px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

textarea:hover{
	border: 1px solid #000;
}

textarea:focus {
	border: 1px solid #FFF;
	background-color: #CCC;
}

div.submit {
	height: 55px;
	padding-top: 0px;
}

input#submit_btn {
	height: 9px;
	width: 41px;
	float: right;
	border: none; 
	padding: 4px;
	margin-right: -4px;
}

input#submit_btn:hover {
	border: 1px solid #cc66ff;
	padding: 3px;
	background-color: #FFF;
}
