/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

html, body {
	height: 100%;
	background: #fff;
  font-size: 99.99%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul {
	list-style-type: square;
	padding-left: 0.63em;
}

ol {
	margin-left: 1.25em;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

form .text {
	border-width: 0.06em;
	border-style: solid;
}

form .button {
	border-width: 0.06em;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}

form .button.image {
	background-position: 50% 50%;
}

form .button.image span {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

#box {
	text-align: left;
}

#logo {
	display: none;
}

#content * {
  text-align: center;
}

#content .standardForm * {
  text-align: left;
  font-size: 0.94em;
}

#content .standardForm {
  margin-left: 6.25em;
}

/* -----------------------------------------------
	Formular Grundformatierungen
----------------------------------------------- */
.standardForm {
	padding: 0.94em 0 !important;  
	padding: 1.56em 0; 
  text-align: left; 
}

.standardForm h2,
.standardForm h3,
.standardForm h4,
.standardForm h5,
.standardForm h6 {
	position: relative;
	top: -0.94em;
}

.standardForm .commentElement h2,
.standardForm .commentElement h3,
.standardForm .commentElement h4,
.standardForm .commentElement h5,
.standardForm .commentElement h6 {
	top: 0;
}

.standardForm hr {
	margin: 0.94em 0 0.50em 0 !important;
	margin: 0.63em 0 0.31em 0;
}

/* Zeilen Elemente */
.formElement,
.commentElement {
	position: relative;
	/* padding of the Element, top and bottom interacts with the margin above*/
	padding-top: 0.19em;
}

/* Zeilen Elemente */
#content .formElement,
#content .commentElement {
	/* space to the next Element */
	margin-top: -0.75em !important;
	margin-top: -0.88em;
}

.commentElement {
	clear: both;
	/* depends on the margin of the form Element */
	padding-bottom: 1.00em;
}

/* Input Elements */
.formElement input,
.formElement textarea,
.formElement select {
	/* width of the input element*/
	width: 8.75em;
}

#content .formElement input,
#content .formElement textarea,
#content .formElement select,
#content .radioElement fieldset {
	display: block;
	position: relative;
	/* adjustment of the input elements */
	top: -0.88em !important;
	top: -0.94em;
	/* distance to the left border*/
	left: 9.38em;
	/* width of the input element*/
	width: 12.50em;
}

/* special adjustment for IE */
#content .radioElement fieldset  {
	left: 9.38em !important;
	left: 9.13em;
}

.formElement .requiredElement{
	display: block;
	position: absolute;
	left: -0.50em;
}

/* label, should be less the the input distance to the left border*/
.formElement label {
	display: block;
	width: 8.75em;
	cursor: pointer;
}

/* Reset width of special input element */
.formElement .button,
#content .formElement .button,
.formElement .radio,
#content .formElement .radio,
.formElement .check,
#content .formElement .check {
	width: auto;
}

/* Special adjusment for the buttons */
#content .formElement input.button {
	top: -0.06em !important;
	top: -0.06em;
	margin-bottom: -0.63em !important;
	margin-bottom: -1.44em;
}

/* special checkbox format */
.checkElement input,
#content .checkElement input {
	left: 0;
}

.checkElement label {
	display: block;
	width: auto;
	margin-left: 1.25em;
}

/* special radio format */
.radioElement fieldset input,
#content .radioElement fieldset input {
	clear: left;
	float: left;
	position: static;
	height: 1.00em;
	margin-right: 0.31em;
}

.radioElement fieldset label {
	float: left;
	position: static;
	line-height: 1em;
}

#content .csc-mailform-field {
  margin-bottom: 1.00em;
  padding-top: 1.00em;
}

#content .csc-mailform-label {

}

.captchaImage {
	display: block;
	position: relative;
  top: 1.63em;
	left: 9.38em;
}

