body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	color:#f0ce10;
	color: #74573e;
}
.blau { color: #3498b7; }
.braun { color: #885915; }
.rot { color: #e5683f; }

a {
	color: #885915;
	text-decoration: none;
}
a:hover {
	color: #000;
	color: #97b5b3;
}
p, h1, h2, h3, table,hr {
	margin-right: 5px;
	margin-left: 5px;	
}
p {
	margin-top: 0px;
  margin-bottom: 32px;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3498b7;
	
}
h2 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3498b7;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3498b7;
}
ul {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
	width: 60%;
}
li {
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td {

	padding:2px 5px 16px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
	/*background-color:rgba(0, 0, 0, 0.1);
	border:red dashed 1px; */
}

