@charset "utf-8";
/* Alle Styles für den <div>-Container #service auf den Serviceseiten */

#service {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#content {
	margin-top: 8px;
	left: 40px;
	position: relative;
}

#headline {
	position: relative;
	width: 940px;
}

#headline #zurueck{
	position: absolute;
	right: 18px;
	top: 11px;
}

#service img#eyecatcher {
	float:right;
	margin: 0px 45px 30px 0px;
}

#content h1 {
	margin-bottom: 35px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

#content p {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 14px;
}

#content h3.hinweis {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 30px;
}

div.text {
	margin-bottom: 35px;
	width: 480px;
}

h2.verwandtes {
	margin-top: 40px;
}

div.text ul.verwandtes li {
	list-style: none;
	margin: 2px 0px;
}

.text ul li {
	list-style-image: url('../images/haken.gif');
	margin: 0px 0px 15px 20px;
}
