body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h1 {
	font-size: 20px;
	color: #C54129;
	margin: 10 0 5 0px;
}
	
h2 {
	font-size: 18px;
	color: #C54129;
	margin: 5 0 5 0px;
}

h3 {
	font-size: 16px;
	color: #C54129;
	margin: 5 0 5 0px;
}

.kontakt_info {
	color: #C54129;
	font-size: 16px;
	margin-top: 36px;
	font-weight: bold;
	}

a img {
	border: 0px;
}

.content {
	padding-right: 15px;
	padding-bottom: 15px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.align-left {
	text-align: left;
	}

.align-right {
	text-align: right;
	}
	
.align-center {
	text-align: center;
	}
	
.align-justify {
	text-align: justify;
}

.contenttable {
	margin-bottom: 10px;
}

.menue {
	padding-top: 5px;
	padding-left: 22px;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: Blue;
	}

a:hover {
	text-decoration: none;
	color: Red;
}

/* +++++++++++++++++++++++++++++++++++++++ */
/* Forms Layout */
/* +++++++++++++++++++++++++++++++++++++++ */
.form_feld {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 300px;
	color: #333333;
	font-weight: normal;
}

.form_select {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 302px;
	color: #333333;
	font-weight: normal;
}

.form_button {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 152px;
	background-color: #eeeeee;
	color: #333333;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}

.csc-mailform {
	border: none;
	margin-top: 10px;
	}

.csc-mailform-field {
	width: 300px;
	margin-top: 2px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	}

.csc-form-label {
	margin: 3px;
}

.csc-form-fieldcell {
	margin: 3px;
}

.csc-form-label-req {
	margin: 3px;
}

/* Such Wörter Farbe */
.csc-sword {
	color: Red;
	}
