body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

p {
	line-height:20px;
	font-size:13px;
	color:#545555;
	margin-top:8px;
}

b {
	font-weight:bold;
}

i {
	font-style: italic;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#133e8f;
}

a:hover {
	text-decoration:underline;
	color:#133e8f;
}

h1 {
	color:#133e8f;
	line-height:40px;
	font-size:30px;
	font-family:Nissan, Helvetica, Verdana, Arial, sans-serif;
	margin-bottom:20px;
}

h2 {
	font-weight:700;
	color:#545555;
	line-height:30px;
	font-size:20px;
	margin-bottom:5px;
}

h3 {
	color:#545555;
	line-height:24px;
	font-size:15px;
	font-weight:bold;
}

h4 {
	color:#545555;
	line-height:28px;
	font-size:18px;
	font-weight:normal;
}
h5 {
	font-weight:700;
	color:#545555;
	margin-top:15px;
	line-height:30px;
	font-size:20px;
}

h6 {
	line-height:19px;
	font-size:11px;
	color:#545555;
	margin-top:8px;
}

table {
	background-color:#fff;
	border-collapse:collapse;
	margin-top:8px;
}

th {
	border-color:#777;
	border-style:solid;
	border-width:1px;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#545555;
	padding:5px;
}

td {
	border-color:#777;
	border-style:solid;
	border-width:1px;
	line-height:20px;
	font-size:13px;
	color:#545555;
	padding:5px;
}

ul {
	margin-top:8px;
	padding:0;
}

li {
	margin-left:16px;
	list-style-position:outside;
	list-style-type:disc;
	line-height:20px;
	font-size:13px;
	color:#545555;
}

.ohne-abstand {
	margin-bottom:0;
	margin-top:0;
}

.ohne-abstand-unten {
	margin-bottom:0;
}

.ohne-abstand-oben {
	margin-top:0;
}