@import url(menu.css);

.wkhead {
	margin:20px 0 0 375px;
}

div.impdat {
	width:750px;
	margin-top: -20px;
	font-size: 1.1em;
}

div.kondat {
	font-size: 1.1em;
}

input[type="checkbox"] {
    text-align: left;
    width: 2em;
    margin-left: 10px;
}

input {
	background-color: #aba09d;
	font-size: 1.1em;
	border-top-color: #6f6965;
	border-left-color: #6f6965;
	border-right-color: #e3d9cf;
	border-bottom-color: #e3d9cf;
}

input[name="betreff"] {
	margin-top: 10px;
	margin-left: 48px;
	width: 665px;
}

input[name="mailad"] {
	margin-left: 44px;
	width: 665px;
}

textarea {
    width: 665px;
 	 margin-left: 15px;
    background-color: #aba09d;
    border-top-color: #6f6965;
	 border-left-color: #6f6965;
	 border-right-color: #e3d9cf;
	 border-bottom-color: #e3d9cf;
	 font-size: 1.3em;
	 vertical-align: top;
}

input[type="reset"] {
    margin-left: 107px;
}

input[type="submit"] {
	margin-left: 408px;
}

input[type="reset"],
input[type="submit"] {	
   width: 8em;
	height: 26px;
	font-size: 0.9em;
	border-top-color: #e3d9cf;
	border-left-color: #e3d9cf;
	border-right-color: #6f6965;
	border-bottom-color: #6f6965;
	background-color: #aba09d;
}

input:active, input:hover, input:focus {
	background-color: #ccc1bd;
}

textarea:active, textarea:hover, textarea:focus {
	background-color: #ccc1bd;
}

