/*Mailformular Style*/
fieldset.csc-mailform {
	padding: 0px;
	margin: 0px;
	border: none;
}

fieldset.csc-mailform label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	display: block;
}

span.csc-mailform-radio label {
	font-weight: normal;
	display: inline;
}

div.csc-mailform-field {
	margin-bottom: 5px;
}

fieldset.csc-mailform textarea, input, select {
	font-size: 11px;
	background-color: white;
	border: solid 1px #6f634b;
	font-family: verdana;
}

/* Überschriften Content Elementen */
h1 {
	display: block;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #453212;
	border-bottom: solid 1px #453212;
}

h2 {
	display: block;
	margin: 0px; 
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #f39a1b;
	border-bottom: solid 1px #f39a1b;
}

/* Text von Content Elementen */
p.bodytext {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

div.small_text {
	font-size: 10px;
}

/* Allgemeine Linkfarben */
a {
	color: #842020;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
}
