/* Allgemeine Formatierungen */

P,
DIV,
TD { 
	font-size: 9pt;
}


H1,
H2,
H3,
H4,
H5 {
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #02599E;
	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: #02599E;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

DT A{
	display: block;
	margin-bottom: 10px;
}


/* form*/
.csc-mailform label {width:240px;margin: 3px 35px 0 0; font-size: 8pt; text-align: right;line-height:13px;float:left;margin-left:0;display:block}
.csc-mailform textarea, .csc-mailform select {width:240px;font-size: 8pt}
.csc-mailform-submit {margin-top:15px;margin-left:0;}
.csc-mailform {border:none;margin-left:0px;}
.csc-mailform-field {margin-bottom:11px;}

.csc-mailform-radio label {width:20px;}
.csc-mailform-radio input {float:left;}

FIELDSET.csc-mailform INPUT.csc-mailform-check {
	border: none;
	width: auto;
}


