@charset "utf-8";

h1{
	text-transform: uppercase;
	color: #426628;
	font-size: 13px;
}

h1.csc-firstHeader{
	text-transform: uppercase;
	color: #426628;
	font-size: 13px;
	border-bottom: 1px dashed #426628;
}

#startseitentext_container{
	margin: 250px 0 0 30px;
}

#startseitentext_container p{
	display: inline;
}

#startseitentext_container p,
#startseitentext_container p a{
	background: #FFFFFF;
	padding: 3px 0;
	font-size: 16px;
	color: #426628;
	line-height: 30px;
	font-weight: bold;
}

#startseitentext_container p a{
	text-decoration: underline;
}

/* Links */

a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #5f8d42;
	text-decoration: none;
}

/* Formulare */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:100px;
padding-left:10px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:250px;
border: 1px solid #333;
background:#F4F4F4;
padding:1px;
margin-bottom:10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 110px;
/* Float wieder abschalten */
clear: both;
}
