/* Allgemeine Formatierungen */

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


H1,
H2,
H3,
H4,
H5 {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: normal;
	color: #BD0E10;
	font-size: 11pt;
}

H1.csc-firstHeader {
	margin: 0;
}

P {
	margin: 10px 0;
	padding: 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: #BD0E10;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

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;
	font: 11px Arial;
	padding: 2px;
	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: 170px;
}