/* Allgemeine Formatierungen */

P,
DIV,
TD { 
	font-size: 10pt;
}


H1 {
	font-size: 13pt;
}

A IMG {
	border: none;
}

A {
	font-weight: bold;
	color: #013775;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

DT A{
	display: block;
	margin-bottom: 10px;
}


/* Formular */
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;
}
