/* Allgemeine Formatierungen */

P,
DIV,
TD { 
	font-size: 10pt; 
}


H1 {
	font-size: 13pt;
}

A IMG {
	border: none;
}

A {
	font-weight: bold;
	color: #3B77AD;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

DT A{
	display: block;
	margin-bottom: 10px;
}

/* Mailform */
FORM { 
	margin: 0; 
	padding: 0; 
}

FIELDSET.csc-mailform { 
	border: none; 
	margin: 0; 
	padding: 0; 
}

#mailform INPUT, 
#mailform SELECT, 
#mailform TEXTAREA { 
	width: 300px;
	margin: 2px 0 2px 5px; 
}

#mailform LABEL { 
	width: 220px; 
	text-align: right; 
	display: block; 
	line-height: 17px; 
	clear: both; 
	float: left; 
}
#mailform .csc-mailform-label { 
	margin-top: 3px; 
	font-weight: bold; 
}

#mailform .csc-mailform-check { 
	width: 15px; 
}

#mailform .csc-mailform-submit { 
	margin-top: 8px; 
	width: 80px; 
}
