body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BC270D;
}
.art_box {
	background-color: #FFFFFF;
	margin: 3px;
	padding: 0px;
	border: 1px solid #BC270D;
	text-align: left;
	width: 100%;
}
.art_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FEF0D3;
	font-weight: bold;
	background-color: #BC270D;
	padding: 3px;
	margin: 0px;
}
.art_text {
	padding: 5px;
}
.art_small {
	background-color: #FFF2EA;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC270D;
}
a.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC270D;
	font-size: 9px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #BC270D;
	font-size: 9px;
}
.toc {
	float: right;
	background-color: #FFF2EA;
	border: 1px solid #BC270D;
	margin-bottom: 3px;
	margin-left: 3px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
.bodyContent{
	margin: 0px;
}
li{
	list-style-image: url(../bilder/pfeilchen.gif);
	list-style-type: disc;
	text-decoration: none;
	list-style-position: 0px 0px;
}
a {
	text-decoration: underline;
}
.inhalt_link {
	text-decoration: none;
	font-size: 13px;
}
#toctitle {
	text-align: center;

}