body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3e3d40;
}

/* Überschriften */
h1 {
	font-size: 16pt;
	color: #bc1220;
	margin-bottom: 25px;
}
h2 {
	font-size: 14pt;
	color: #bc1220;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 12pt;
	color: #999;
	font-weight:bold;
	margin-bottom: 3px;
}
h4 {
	font-size: 12pt;
	color: #999;
	font-weight:normal;
	margin-bottom: 2px;
}
h5 {
	font-size: 12pt;
	color: #bc1220;
	border-bottom: 1px solid #bc1220;
	margin-bottom: 2px;
}
h6 {
	font-size: 11pt;
	line-height: 13pt;
	color: #7A2A27;
	border-bottom: 1px solid #bc1220;
	margin-bottom: 2px;
}

/* Absatz */
p {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 18px;
}

hr {
	border:none;
	border-top:1px dotted #bbb;
	clear:both;
	margin:10px 0;
}

.zitat {
	color:#777;
	font-style:italic;
	font-size:9pt;
}

/* Anker */
a {
	color: #bc1220;
	text-decoration: none;
	border:0;
}
a:hover {
	color: #5d201e;
	text-decoration: underline;
}

/* Tabelle */
table tr td {
	font-size: 10pt;
	vertical-align:top;
}
table thead tr td {
	background: #ddd;
	color: #fff;
	padding: 2px 3px;
}
table tbody tr td {
	padding: 2px 3px;
}
table tfoot tr td {
	padding: 2px 3px;
}
table tbody tr:hover td,
table tfoot tr:hover td {
	background: #eee;
}


/* Auflistungen */
div#col2 ul {
	margin-left: 20px;
	margin-bottom: 12px;
}
div#col2 ol {
	margin-left: 21px;
	margin-bottom: 12px;
}
ul li,
ol li {
	font-size: 11pt;
}

div#col2 ol.twFormular {
	margin: 0;
}

/* Sonderformate für Style-Liste tinyMCE */
.hervorhebung1 {
	font-size:12pt;
	font-weight:bold;
	color:#8c8c8c;
	margin:25px 0;
}
.hervorhebung2 {
	padding:15px 15px 15px 20px;
	border-left:8px solid #bc1220;
	color:#000;
	font-weight:bold;
	margin: 25px 0;
	background:#f2e0df url(img/hervorheb2-indicator.gif) no-repeat left top;
}
.rot1 {
	color:#bc1220;
}
.rot2 {
	color:#5d201e;
}
.link1 {
	color:#bc1220;
	padding-right:10px;
	background:url(img/link1-indicator.gif) no-repeat right center;
}
