body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.td-white {
	background-color: #FFFFCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color:#333333;
}

.h1-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}



################
# Formularfelder positionieren
################

.csc-form-label-req { font-size: 10pt; font-family: Verdana; }
.csc-form-label { font-size: 10pt; font-family: Verdana;  }

.csc-textpic-caption { color: #333333; font-size: 8pt; font-family: Verdana; }
.csc-caption { color: #333333; font-size: 8pt; font-family: Verdana; }

.csc-mailform {
	border: 0px;
}

.csc-mailform-field label {
	font-size: 10pt; 
	font-family: Verdana; 
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 1em
	display: block
}

.csc-mailform-submit {
	margin-left: 6em;
}