/* CSS Document */

h1 {
	background-image: url(../images/layout/h1-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	font: 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	height: 30px;
	margin: 0px;
	margin-bottom: -58px;
	margin-left: -40px;
	padding-left: 40px;
	padding-bottom: 6px;
	color: #427730;
}

h2 {
	color: #3c3c3c;
	font: 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-left: 0px;
	text-transform: uppercase;
}

h3 {
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #427730;
	margin-top: 40px;
	margin-bottom: 15px;
	font-weight: normal;
}

div#content-slave h2 {
	color: #427730;
	font: 17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div#content div#content-slave h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: normal;
}

div#content div#content-slave h3 a {
	color: #3c3c3c;
	text-decoration: none;
}

div#content div#content-slave div.service h2 {
	color: #3c3c3c;
	margin-bottom: 0px;
	padding-left: 0px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

a {
	color: #427730;
	text-decoration: underline;
}

a:hover {
	color: #3c3c3c;
}

hr {
	background-color: #cbcac8; /* Mozilla 1.4 */
	color: #cbcac8; /* IE 6 */
	border: #cbcac8; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0px 11px;
}