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.zentriert2 {
	text-align: center;
	line-height: 150%;
}

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;
	font-family: Verdana, Arial, Sans-serif;
}

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

.csc-mailform-field label {
	float:left;
	width:100px;
	margin-bottom:15px;
}

.csc-mailform-field .csc-mailform-check {
	width:20px;
	float: left;
}

.csc-mailform-field input,
.csc-mailform-field input[type="file"] {
	float: right;
	width:200px;
	padding:2px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-serif;
}
.csc-mailform-field select {
	float:right;
	width:210px;
	padding:2px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-serif;
}

.csc-mailform-field textarea {
	float:right
	width:200px;
	padding:2px;
	margin-bottom:5px;
}

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

