@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "HelveticaNeueLTStd-Th", "HelveticaNeue Light", Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/bkg_body.jpg);
	background-position: center top;
	font-weight: lighter;
	line-height: 150%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	margin: 0px;
	height: 214px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #zitat {
	padding: 0px;
	margin: 0px;
	height: 124px;
	background-image: url(images/bkg_zitat.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	background-image: url(images/bkg_maincontent.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent h2 {
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent p {
	font-weight: lighter;
	margin-bottom: 60px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/bkg_footer.png);
	background-repeat: no-repeat;
	height: 60px;
	font-size: 80%;
	margin: 0px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer a:link {
	color: #6C1276;
	text-decoration: none;
	vertical-align: middle;
}
#imgRight   {
	border: 1px solid #FCDDAF;
	background-color: #FCEBC5;
	padding: 7px;
	float: right;
	margin-left: 40px;
}
#imgLeft   {
	border: 1px solid #FCDDAF;
	background-color: #FCEBC5;
	padding: 7px;
	float: left;
	margin-right: 40px;
}
#imgSymbol   {
	float: left;
	margin-right: 40px;
}
#imgbutton  {
	float: right;
	margin-left: 40px;
	margin-top: -25px;
	height: 100px;
	width: 270px;
	display: block;
	background-image: url(images/but_beratung_full.png);
}

#imgbutton:hover  {
	background-position: 0px -100px;
}
a:link   {
	color: #F00;
	text-decoration: underline;
}

#vorname {
	width: 240px;
	border: 1px solid #DAC3DC;
	height: 22px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#nachname {
	width: 240px;
	border: 1px solid #DAC3DC;
	height: 22px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;

}
#email {
	width: 490px;
	border: 1px solid #DAC3DC;
	height: 22px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#beschreibung {
	width: 490px;
	border: 1px solid #DAC3DC;
	height: 80px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-family: Lucida Grande, Arial, sans-serif;
}
.oneColFixCtrHdr #container #clear {
	clear: both;
}
.clearer {
	clear: both;
}

a:focus {
outline: none;
}
