/** Überschriften */
body {
  min-height: 101%;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #A73A26;
  line-height: 160%;
  text-align: left;
  background: #fff;
}
h1 {
	font-size: 15px;
	color: #702800;
	margin: 0 0 15px 0;
	padding: 0 0 0px 0px;
	font-weight: bold;
	line-height: 1.1em;
	
}
h2 {
	font-size: 13px;
	color: #702800;
	margin: 0 0 5px 0;
	padding: 15px 0 0px 0;
	font-weight: bolder;
	line-height: 1.1em; 
}
h3 {
	font-size: 1.2em;
	color: #24478B;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0;
}
h4 {
	font-size: 1em;
	color: #192B9F;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0px 0;
}

h5 {
	font-size: 1em;
	color: #57575a;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	margin:0;
	padding: 0;
}

h6 {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 0;
	border-bottom: 1px dashed #000;
}
p, ul, table{
	margin: 0 0 10px 0;


}
ul, ol{
	margin: 0 0 10px 15px;
	
}
.nobreak {
  white-space: nowrap !important;
}
a{
	color: #702800; 
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
table{
  border-collapse: collapse;
  
}
table td{
  vertical-align: top;
  font-weight: normal;
  color: #A73A26;
  line-height: 160%;
  
}

.orange{
	color: #e68639;
}
.hellbraun{
	color: #A73A26;
}
.dunkelbraun{
	color: #702800;
}
.mehr{
	float: right;
}
