@import url(imgtext.css);

BODY, TD, TH, INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #616161;
}
INPUT, TEXTAREA {
	line-height: normal;
}

.hide {
	display: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Arial Narrow", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
}
H1 {
	font-size: 17px;
	line-height: 22px;
	color: #252525;
	padding-top: 16px;
	padding-bottom: 5px;
}

H2 {
	font-size: 24px;
	line-height: 24px;
	padding-top: 18px;
	padding-bottom: 9px;
}
#margincol H2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E60005;
	padding-bottom: 3px;
	padding-top: 13px;
}

H3 {
	font-size: 18px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 7px;
}
H4 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
/*	font-size: 15px;*/
	padding-top: 10px;
	padding-bottom: 5px;
}
H5 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
/*	font-size: 13px;*/
	padding-top: 8px;
	padding-bottom: 4px;
}
P {
	margin: 0;
	margin-bottom: 6px;
}
P.csc-textsubheader, P.csc-textpicsubheader {
	font-weight: bold;
	color: #343434;
}
UL, OL {
	color: #E60005;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
* html UL, * html OL {
	padding-left: 0px;
	margin-left: 20px;
}
LI {
	padding-bottom: 5px;
}
A {
	color: #E60005;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#totoplink {
	padding-top: 5px;
}

#margincol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}
#margincol B {
	color: #000;
}

#footer {
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
#footer STRONG {
	font-size: 11px;
}
#footer A {
	color: #fff;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}

/* Navigation */
#navigation {
	text-align: right;
}
#navigation A {
	color: #fff;
}
#navigation A:hover,
#navigation A.active {
	text-decoration: underline;
}
#navigation UL {
	margin: 0px;
	padding: 0px;
}
#navigation LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	clear: both;
}
* html #navigation LI {
	display: block;
	margin-bottom: -3px;
}
#navigation LI UL {
	margin-bottom: 7px;
}
* html #navigation LI UL {
	margin-bottom: 10px;
}
#navigation LI LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-right: 15px;
	margin-bottom: 0px;
	display: list-item;
}
#navigation LI LI A.active {
	padding-left: 0px;
}

/* Formulare */
FIELDSET {
	margin-bottom: 10px;
	width: 100%;
	padding: 7px;
	-moz-border-radius: 7px;
}
LEGEND {
	font-weight: bold;
	color: #504F54;
}
FIELDSET BR {
	display: none;
}
FIELDSET DIV {
	margin-top: 5px;
}
FIELDSET LABEL {
	display: block;
}
FIELDSET.inlinefields LABEL {
	width: 60px;
	float: left;
}
FIELDSET.inlinefields INPUT.textfield,
TEXTAREA {
	width: 200px;
}
FIELDSET DIV SPAN {
	color: #E60005;
	font-weight: bold;
	display: block;
	font-size: 80%;
	padding-left: 63px;
	line-height: normal;
}
FIELDSET DIV.cr LABEL {
	width: auto;
	display: block;
}
FIELDSET DIV.cr INPUT {
	margin-right: 5px;
}
.mandat LABEL {
	color: #504F54;
	font-weight: bold;
}
INPUT.textfield {
	background: #fff;
	border: 1px solid #A7A6AA;
	margin-bottom: 3px;
}
DIV.multifield INPUT.textfield {
	width: auto;
}
.mandat INPUT {
	background: #FFEDE9;
}
.buttons {
	margin-top: 20px;
	color: #333;
}

/* Formular-Wizard */
.csc-mailform BR {
	display: none;
}
.csc-mailform DIV {
	margin-bottom: 10px;
}
.csc-mailform INPUT,
.csc-mailform TEXTAREA {
	display: block;
}
.csc-mailform INPUT.mf-radio,
.csc-mailform INPUT.mf-check,
.csc-mailform INPUT.mf-submit {
	display: inline;
}

/* Tabelle */
.contenttable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.contenttable P {
	margin: 0px;
	padding: 0px;
}
.contenttable TD {
	padding: 4px 8px;
}
.contenttable .tr-odd TD {
	background: #E7E7E8;
}
.contenttable .tr-even TD {
	background: #DADADB;
}
.contenttable .tr-0 TD {
	font-weight: bold;
	background: #999;
	color: #fff;
}

/* Downloads */
.csc-uploads {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.csc-uploads P {
	margin: 0px;
	padding: 0px;
}
.csc-uploads TD {
	vertical-align: top;
	border-top: 1px solid #ccc;
}
.csc-uploads-icon IMG {
	padding-top: 3px;
}