/* CSS Document */

body.htmlarea-content-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.htmlarea-content-body * {
	margin: 0px;
	padding: 0px;
}

body.htmlarea-content-body table {
	font-size: 11px;
}

body.htmlarea-content-body table p {
	margin-bottom: 0;
}

body.htmlarea-content-body p {
	line-height: 1.5em;
}

body.htmlarea-content-body li {
	line-height: 1.5em;
}

body.htmlarea-content-body ul {
	margin-left: 20px;
}

body.htmlarea-content-body ol {
	margin-left: 25px;
}

/* --- EIGENE CSS KLASSEN ----------- */

.text_15 {
	font-size: 15px;
}

.text_12 {
	font-size: 12px;
}

.tabellen_kopf {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	line-height: 1.4em;
	padding: 0px 3px;
}

.tabellen_zeile {
	background-color: #FFFFFF;
	line-height: 1.4em;
	padding: 3px;
}

/* ------------------- KOPIE ---------------- */
.box_link_gelb a {
	color: #D9B200;
	font-weight: bold;
	text-decoration: none;
}

.box_link_gelb a:hover {
	color: #000000;
}

.box_link_rot a {
	color: #C50B29;
	font-weight: bold;
	text-decoration: none;
}

.box_link_rot a:hover {
	color: #000000;
}

.box_link_gruen a {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}

.box_link_gruen a:hover {
	color: #000000;
}