/* 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;
}

body {
	background: #fff;
}

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: none;
}

ol {
	margin-left: 20px;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

form .text {
	border-width: 1px;
	border-style: solid;
}

form .button {
	border-width: 1px;
	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 em {
	margin: 0 !important;
	margin: 0 -1px;
}

/* -----------------------------------------------
	Formular Grundformatierungen
----------------------------------------------- */
.standardForm {
	/*padding: 24px 0 15px 0 !important;
	padding: 34px 0 25px 0;*/
	/*left: 11px !important;
	left: 47px;
	top: -13px !important;
	top: 5px;*/
	/*position: absolute;
	padding-left: 0px !important;
	padding-left: 20px;*/
}

.version50 .standardForm, 
.version0 .standardForm {
	/*padding: 24px 0 15px 0 !important;
	padding: 24px 0 25px 0;*/
	padding-top: 14px;
}

.standardForm h2,
.standardForm h3,
.standardForm h4,
.standardForm h5,
.standardForm h6 {
	position: absolute;
	top: 0px;
}

.standardForm .commentElement h2,
.standardForm .commentElement h3,
.standardForm .commentElement h4,
.standardForm .commentElement h5,
.standardForm .commentElement h6 {
	top: 0;
}

.standardForm hr {
	margin: 15px 0 8px 0 !important;
	margin: 10px 0 5px 0;
}

/* Zeilen Elemente */
.formElement,
.commentElement {
	position: relative;
	/* padding of the Element, top and bottom interacts with the margin above*/
	padding-top: 3px;
}

/* Zeilen Elemente */
#mainContent .formElement,
#mainContent .commentElement {
	/* space to the next Element */
	margin-top: -12px !important;
	margin-top: -14px;
}

.commentElement {
	clear: both;
	/* depends on the margin of the form Element */
	padding-bottom: 16px;
}

/* Input Elements */
.formElement input,
.formElement textarea,
.formElement select {
	/* width of the input element*/
	width: 140px;
}

.formElement.checkElement {
	left:220px;
}

.formElement option {
	width: 200px;
}

#mainContent .formElement input,
#mainContent .formElement textarea,
#mainContent .formElement select,
#mainContent .radioElement fieldset, 
.csc-mailform-field span {
	display: block;
	position: relative;
	/* adjustment of the input elements */
	top: -14px !important;
	top: -15px;
	/* distance to the left border*/
	left: 220px;
	/* width of the input element*/
	width: 415px;
	border: none;
}

.csc-mailform-field span {
	padding-top: 3px;
}

#mainContent .field-Anzahl input, 
#mainContent .field-Druck input {
	width: 207px;
}

/* special adjustment for IE */
#mainContent .radioElement fieldset  {
	/*left: 150px !important;
	left: 146px;*/
}

.formElement .requiredElement{
	display: block;
	position: absolute;
	/*left: -8px;
	display:none;*/
	right: 454px;
}

/* label, should be less the the input distance to the left border*/
.formElement label {
	display: block;
	width: 200px;
	cursor: pointer;
	text-align: right;
}

/* Reset width of special input element */
.formElement .button,
#mainContent .formElement .button,
.formElement .radio,
#mainContent .formElement .radio,
.formElement .check,
#mainContent .formElement .check {
	width: auto;
}

/* Special adjusment for the buttons */
#mainContent .formElement input.button {
	top: -1px !important;
	top: -1px;
	margin: 0px !important;
	margin: 40px;
	margin-left: 0;
	width: 110px;
	/*left: 529px !important;*/
	left: 525px;
}

/* special checkbox format */
.checkElement input,
#mainContent .checkElement input {
	left: 0;
}

.checkElement label {
	display: block;
	width: auto;
	margin-left: 20px;
	text-align: left;
}

/* special radio format */
.radioElement fieldset input,
#mainContent .radioElement fieldset input {
	clear: left;
	float: left;
	position: static;
	height: 16px;
	margin-right: 5px;
}

.radioElement fieldset label {
	float: left;
	position: static;
	line-height: 16px;
	text-align: left;
}

#header #mainNavigation li ul.level2 li a {
        font-weight: bold;
}

#header #mainNavigation li ul.level2 li ul.level3 a {
        font-weight: normal;
}
