span.roteSchrift {
	color: #c30009;
}

span.graueSchrift {
	color: #7c7e7c;
}

span.groessereSchrift {
	font-size: 1.2em;
}

span.kleinereSchrift {
	font-size: 0.8em;
}

span.unterstrichen {
	text-decoration: underline;
}

h2.rechtsbuendig {
	text-align: right;
}

p.rechtsbuendig {
	text-align: right;
}

p.zentriert {
	text-align: center;
}

p.kaptiaelchen {
	font-variant: small-caps;
}

p.gruen {
	color: #00ff00;
}

ul.listeQuadrat {
	list-style-type: square;
}

ol.roemisch {
	list-style-type: upper-roman;
}

ol.buchstaben {
	list-style-type: upper-latin;
}

a.roterFetterGrosserLink {
	font-weight: bold;
	color: #c30009;
	text-decoration: underline;
	font-size: 1.2em;
}

a.roterFetterNormalerLink {
	font-weight: bold;
	color: #c30009;
	text-decoration: underline;
	font-size: 1.0em;
}
/*
.csc-firstHeader {
	font-size: 1.2em;
	color: #c30009;
}
*/
.csc-mailform {
	border: none;
}

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field input,
.csc-mailform-field input[type="file"] {
	border-color: #c30009;
	border-width: 1px;
	float: right;
	font-size: 0.9em;
}

.csc-mailform-label {
	font-size: 1.1em;
	color: #7c7e7c;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	clear: both;
}
