.csc-firstHeader {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	color: #fff;
}

.csc-header h1 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #FFF;
}

.csc-header h2 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	color: #B30000;
}

.csc-header h3 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #B30000;
}

/** stuff for mail formular **/
.csc-mailform {
	border-style: none;
	width: 351px;
}

.csc-mailform-field {
	margin: 5px;
	height: 20px;
	width: 350px;
	
}

.csc-mailform-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
	width: 200px;
	float: left;
}

.csc-mailform-field label {
	float: left;
	width: 150px;
	font-weight: bold;
}

.csc-mailform-field textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
	width: 320px;
}

.csc-mailform-field select {
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
	width: 200px;
}

input.csc-mailform-submit {
	float: right;
	width: 100px;
}

.csc-mailform-radio input {
	width: auto;
	border-style: none;
	background-color: transparent;
}

.csc-mailform-radio label {
	width: auto;
	float: none;
}

.csc-mailform-radio fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #000099;
}

input.csc-mailform-check {
	width: auto;
	border-style: none;
	float: left;
}

.csc-mailform-radio legend {
	visibility: hidden;
	display: none;
}

.contact-form {
	/*background-color: #F0D6A4;*/
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
}

.contact-form .input {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 180px;
}

.contact-form .input-tiny {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 80px;
}

.contact-form .error {
	color: red;
}