/* aktivComm GmbH
 * www.aktivcomm.de
 *
 * vim: set noexpandtab sw=4 ts=4 si sm enc=utf-8:
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
}

#requestform {
	margin: 10px auto;
	padding-top: 10px;
	width: 480px;
}
p + #requestform {
	border-top: 2px solid #D1E2CF;
}

h1 {
	color: #007D40;
	font-size: 16px;
	margin: 10px 0;
}

a {
	color: #007D40;
}

em {
	color: #ff000f;
	font-style: normal;
}

input, textarea {
	background-color: #D1E2CF;
	border: 1px solid black;
}

input[type=submit], input[type=reset] {
	background-color: rgb(90%, 90%, 90%);
	width: auto;
}

input[type=submit] {
	margin-left: 120px;
}
input[type=reset] {
	margin-left: 50px;
}


span.label {
	display: block;
}

label,
span.label {
	float: left;
	width: 110px;
	margin-right: 10px;
}

p {
   clear: left;
}
p.legend {
	clear: both;
	font-size: 10px;
	margin-left: 120px;
	margin-top: -0.8em;
}
p.gap {
	margin-top: 2em;
}

input,
textarea {
   width: 350px;
}
input[name=PLZ] {
	width: 175px;
}

select {
	border: 1px solid black;
}

div.errors {
   margin-bottom: 20px;
   color: red;
}

body > p:first-child {
	margin: 0;
}

