* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 2.6em;
	color: #86a522;
	font-weight: normal;
	margin-bottom: 0.6em;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 2.0em;
	color: #86a522;
	font-weight: normal;
	margin-bottom: 0.1em;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	color: #86a522;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	color: #86a522;
	font-weight: normal;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	color: #86a522;
	font-weight: normal;
	border-bottom: 1px solid #86a522;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	color: #86a522;
	font-weight: bold;
	border-bottom: 1px solid #86a522;
}

p, 
div.content ul, 
div.content ol {
	font-size: 1.1em;
	color: #616161;
	margin-bottom: 1em;
}
ul {
	list-style: disc inside;
	margin-bottom: 1em;
}
div.content ul {
	list-style-image: url(img/bullet.png);
	margin-left: 1.5em;
	list-style-position: outside;
}
ol {
	list-style: decimal inside;
	margin-bottom: 1em;
}
div.content ol {
	margin-left: 1.7em;
	list-style-position: outside;
}
div.content ul li,
div.content ol li {
	font-size: 9pt;
	margin-bottom: 0.6em;
}

a {
	color: #86a522;
	text-decoration: none;
}
.unterstrichen {
	text-decoration: underline;
}

hr {
	border: 0;
	border-bottom: 1px dotted #7F7F7F;
	margin-bottom: 1em;
}

