/*********************************
 * Allgemein                     *
 *********************************/

body,
body.htmlarea-content-body {
	font-size: 0.8em;
	font-family: Arial;
}

body.htmlarea-content-body {
	font-size: 0.75em;
}




/*********************************
 * Überschriften                 *
 *********************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 25px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #D9241B;
	font-size: 1.3em;
}

h1.csc-firstHeader,
h2.csc-firstHeader,
h3.csc-firstHeader,
h4.csc-firstHeader,
h5.csc-firstHeader,
h6.csc-firstHeader {
	margin: 0;
}

h2 {
	color: #666;
	font-size: 1.1em;
}




/*********************************
 * Absätze                       *
 *********************************/

p {
	line-height: 1.3em;
	padding: 6px 0;
	margin: 0;
}

p.noTopPadding {
	padding-top: 0px;
}




/*********************************
 * Listen                        *
 *********************************/

ul,
ol {
	list-style-type: disc;
	padding-left: 20px;
	margin: 2px 0 5px 0;
}

ul ul,
ol ol {
	margin: 0;
}

li {
	line-height: 1.3em;
	padding: 4px 0 0 0;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}




/*********************************
 * Ausrichtungen                 *
 *********************************/

p.align-left,
div.align-left,
table.align-left,
tr.align-left,
td.align-left {
	text-align: left;
}

p.align-center,
div.align-center,
table.align-center,
tr.align-center,
td.align-center {
	text-align: center;
}

p.align-right,
div.align-right,
table.align-right,
tr.align-right,
td.align-right {
	text-align: right;
}

p.align-justify,
div.align-justify,
table.align-justify,
tr.align-justify,
td.align-justify {
	text-align: justify;
}




/*********************************
 * Links                         *
 *********************************/

a {
	font-weight: bold;
	color: #D9241B;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a IMG {
	border: none;
}

dt a {
	display: block;
	margin-bottom: 10px;
}




/*********************************
 * Mailformular                  *
 *********************************/
fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform label {
	width: 160px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
	display: block;
}

fieldset.csc-mailform input,
fieldset.csc-mailform select,
fieldset.csc-mailform textarea {
	margin-bottom: 10px;
	padding: 0 2px;
	width: 300px;
}

fieldset.csc-mailform select {
	width: auto;
}

fieldset.csc-mailform input.csc-mailform-check {
	border: none;
	width: auto;
}

fieldset.csc-mailform input.csc-mailform-submit {
	width: auto;
	margin-left: 170px;
}