/* CSS Document */

body {
	background-color: #382D2A;
	margin: 0px;
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
	background-image: url(http://www.gastwerk.com/deutsch/img/background_gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.noScreen{  /* This class is not shown on screen */
  display: none;
}
.breaker {
	clear: both;
}
#maincontent {
	text-align: left;
	width: 320px;
	margin: 30px auto 10px auto;
	padding: 10px;
	padding-bottom: 5px;
	background-color: white;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	color: #4B4A48;
	padding-right: 25px;
	margin-bottom: 0.7em;
	margin-top: 0px;
}
p, form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #222222;
}
hr {
	width: 100%;
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px solid #aaa;
	margin: 6px 0px 6px 0px;
	clear: both;
}
fieldset {
	border: 1px dotted #aaa;
	margin-bottom: 15px;
	padding: 5px;
}
.labelfloatleft {
	display: block;
	float: left;
	width: 100px;
}
.contactSelect {
	float: left;
	width: 200px;
}
.contactInput {
	width: 300px;
}
.submit, .reset {
	background-color: #C7C7C1;
	border: none;
	margin-left: 5px;
	color: #000;
	width: 95px;
}
