/* 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;
}

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,
ol {
	list-style: none;
}

fieldset {
	border: none;
}

label {
	display: 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;
	height: 0;
	margin-top: 0 !important;
	margin-top: -2px;
	font-size: 1px;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

/* -----------------------------------------------
                Sitemap
----------------------------------------------- */

#content ul.csc-sitemap li{
	margin-bottom: 15px;
}

#content ul.csc-sitemap li ul li{
    padding-left: 30px;
    margin-bottom: 5px;
}

#content ul.csc-sitemap li ul {
	margin-top:5px;
}

/* -----------------------------------------------
               image-rendering
----------------------------------------------- */
.csi-intext-left-nowrap {
	position:relative;
	margin-top:30px;
}

.csi-intext-left-nowrap .csi-imagewrap{
	margin-top:3px;
}

.csi-intext-left-nowrap .csc-textpicHeader{
	position:absolute;
	left:0;
	top:-30px;
}

.csi-intext-right-nowrap .csi-imagewrap{
	margin-top:20px;
}


/* -----------------------------------------------
	Formular Grundformatierungen
----------------------------------------------- */
#mainContent .standardForm {
	padding: 15px 0;
}

#mainContent .standardForm h2,
#mainContent .standardForm h3,
#mainContent .standardForm h4,
#mainContent .standardForm h5,
#mainContent .standardForm h6 {
	position: relative;
	top: -15px;
}

#mainContent .standardForm .commentElement h2,
#mainContent .standardForm .commentElement h3,
#mainContent .standardForm .commentElement h4,
#mainContent .standardForm .commentElement h5,
#mainContent .standardForm .commentElement h6 {
	top: 0;
}

#mainContent .standardForm hr {
	margin: 15px 0 8px 0 !important;
	margin: 10px 0 5px 0;
}

/* Zeilen Elemente */
#mainContent .formElement,
#mainContent .commentElement {
	/* width of the Element*/
	width: 357px !important;
	width: 370px;
	/* space to the next Element */
	margin-top: -12px !important;
	margin-top: -14px;
	/* padding of the Element, top and bottom interacts with the margin above*/
	padding-top: 3px;
}

#mainContent .commentElement {
	/* depends on the margin of the form Element */
	padding-bottom: 16px;
}

/* Input Elements */
#mainContent .formElement input,
#mainContent .formElement textarea,
#mainContent .formElement select,
#mainContent .formElement .radioBox  {
	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 */
#mainContent .formElement input.check,
#mainContent .formElement .radioBox  {
	left: 150px !important;
	left: 146px;
}

/* label, should be less the the input distance to the left border*/
#mainContent .formElement label {
	display: inline;
	width: 140px;
	cursor: pointer;
}

/* Reset width of special input element */
#mainContent .formElement .button,
#mainContent .formElement .radio,
#mainContent .formElement .check {
	width: auto;
}

/* Special adjusment for the buttons */
#mainContent .formElement input.button {
	top: -1px !important;
	top: -1px;
	margin-bottom: -10px !important;
	margin-bottom: -23px;
}

#mainContent .formElement span.requiredElement {
	position: relative;
	top: 0;
}

/* special radio format */
#mainContent .formElement span.outerLabel {
	position: relative;
	top: 0;
	cursor: auto;
}

#mainContent .formElement .radioBox input {
	display: inline;
	position: static;
	margin-right: 5px;
}

#mainContent .formElement .radioBox label {
	display: inline;
	position: static;
	line-height: 18px;
}