/* 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
 *
 */

html, body {
	height: auto;
}
 
body {
	background: none;
}

#box hr {
	display: none;
}

#sitename {
	border-bottom: 1px solid black;
}

#sitename a {
	text-decoration: none;
	color: black;
}

#title {
	display: none;
}

#navigationLabel {
	display: none;
}

#accesskeysNavigationLabel {
	display: none;
}

#accesskeysNavigation {
	display: none;
}

#metaNavigationLabel {
	display: none;
}

#mainNavigationLabel {
	display: none;
}

#navigation {
	display: none;
}

#subNavigationLabel {
	display: none;
}

#subSubNavigationLabel {
	display: none;
}

#mainContentLabel {
	display: none;
}

#rightContentLabel {
	display: none;
}

#footerLabel {
	border-top: 1px solid black;
}

#footer {
	display: none;
}


/* -----------------------------------------------
	Formular Grundformatierungen
----------------------------------------------- */
.standardForm {
	padding: 15px 0 !important;  
	padding: 25px 0;  
}

.standardForm h2,
.standardForm h3,
.standardForm h4,
.standardForm h5,
.standardForm h6 {
	position: relative;
	top: -15px;
}

.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 */
#content .formElement,
#content .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;
}

#content .formElement input,
#content .formElement textarea,
#content .formElement select,
#content .radioElement fieldset {
	display: block;
	position: relative;
	/* adjustment of the input elements */
	top: -14px !important;
	top: -15px;
	/* distance to the left border*/
	left: 150px;
	/* width of the input element*/
	width: 200px;
}

/* special adjustment for IE */
#content .radioElement fieldset  {
	left: 150px !important;
	left: 146px;
}

.formElement .requiredElement{
	display: block;
	position: absolute;
	left: -8px;
}

/* label, should be less the the input distance to the left border*/
.formElement label {
	display: block;
	width: 140px;
	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: -1px !important;
	top: -1px;
	margin-bottom: -10px !important;
	margin-bottom: -23px;
}

/* special checkbox format */
.checkElement input,
#content .checkElement input {
	left: 0;
}

.checkElement label {
	display: block;
	width: auto;
	margin-left: 20px;
}

/* special radio format */
.radioElement fieldset input,
#content .radioElement fieldset input {
	clear: left;
	float: left;
	position: static;
	height: 16px;
	margin-right: 5px;
}

.radioElement fieldset label {
	float: left;
	position: static;
	line-height: 16px;
}
