/* Allgemeine Formatierungen */

P,
DIV,
TD { 
	font-size: 9pt;
}


H1 {
	font-size: 12pt;
	font-weight: bold;
	color: #D9241B;
	margin: 25px 0 0 0;
	padding: 0 0 5px 0;
}

H1.csc-firstHeader {
	margin-top: 0;
}

P {
	margin: 8px 0;
	padding: 0;
}

DIV#left P,
DIV#right P {
	margin: 0;
}


.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

A IMG {
	border: none;
}

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

A:hover {
	text-decoration: underline;
}

DT A{
	display: block;
	margin-bottom: 10px;
}


/* Formular */
FIELDSET.csc-mailform {
	border: 0;
}

DIV.csc-mailform-label {
	margin-bottom: 6px;
}

FIELDSET.csc-mailform LABEL {
	width: 120px;
	float: left;
	text-align: right;
	margin: 4px 10px 0 0;
	display: block;
}

FIELDSET.csc-mailform INPUT,
FIELDSET.csc-mailform SELECT,
FIELDSET.csc-mailform TEXTAREA {
	margin-bottom: 6px;
	font: 9pt Arial;
	width: 250px;
}

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: 130px;
}