h1 {
	font-size: 35px;
	line-height: 125%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #992103;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	color: #992103;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	line-height: 125%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #992103;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
	color: #992103;
}

p, li, dt, dd {
	font-size: 12px;
	color: #992103;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 5px 0px 0px 15px;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #992103;
}

a:hover {
	text-decoration: none;
	color: #992103;
}

a:focus,
a:active {
	outline: 0;
}


#inhalt table {
	border-top: 1px solid #992103;
	border-left: 1px solid #992103;
}

#inhalt th,
#inhalt td {
	color: #992103;
	border-bottom: 1px solid #992103;
	border-right: 1px solid #992103;
	padding: 2px;
	font-size: 12px;
}

#inhalt th {
	color: #992103;
	background: #fef6d9;
	font-weight: normal;
}