


/* Hauptitel */
h1.h1 {
	font-size:48px; font-weight: 100; margin:0; padding:0; line-height:1.2em; margin-bottom:.5em;
}

/* Untertitel */
h2.h2 {
	font-size:30px; font-weight: 700; margin:0; padding:0;  line-height:1.2em;
}

/* Bereich */
h3.h3 {
	font-size:20px; font-weight: 700; margin:0; padding:0; text-transform:lowercase;  line-height:1.2em;
}

/* Liste ungeordnet */
ul.ld {
	list-style-type:none;  padding: 0; margin-bottom: 1em;
}

/* Liste alphabetisch */
ol.la {
	list-style:lower-alpha;margin-bottom: 1em;
}

/* Liste numerisch */
ol.ln {
	list-style:decimal;margin-bottom: 1em;
}

/* Listeneintrag */
li.li {
	
}

/* Linie */
hr.line {
	color:#000; background-color:#000;height:1px;border:none;
}

/* Linie für Textanker */
hr.anchor {
	color:#000; background-color:#000;height:1px;border:none;
}

/* Link */
a.ref:link {
	color:#000; text-decoration:none;
}

/* Link visited */
a.ref:visited {
	color:#000; text-decoration:none;
}

/* Link hover */
a.ref:hover {
	color:#000; text-decoration:none; opacity:0.6;
}

/* Link aktive */
a.ref:active {
	color:#000; text-decoration:none; opacity:0.6;
}

/* Bild default */
.inone {
	
}

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	
}

/* Bild Rechts */
.iright {
	float:right;vertical-align:top;
	
}

/* Bild Mittig */
.icenter {
	float:none;
	
}

/* Bild default in Tabelle */
.itnone {
	
}

/* Bild Links in Tabelle */
.itleft {
	
}

/* Bild Rechts in Tabelle */
.itright {
	
}

/* Bild Mittig in Tabelle */
.itcenter {
	
}

/* Container für Bildunterschrift */
div.ialt {
	border-color:#eee;border-width:5px 5px 0 5px;background:#eee;
}

/* TextStyle für Bildunterschrift */
div.ialt_title {
	padding:3px;color:#000;text-align:left;font-size:90%; font-weight:bold;
}

/* Absatz links */
div.pleft {
	text-align:left;
	
}

/* Abstatz rechts */
div.pright {
	text-align:right;
	
}

/* Abstatz mittig */
div.pcenter {
	text-align:center;
	
}

/* Absatz Blocksatz */
div.pjustify {
	text-align:justify;
	
}

/* Text hochgestellt */
span.sup {
	vertical-align:30%;
}

/* Text farbig */
span.color {
	color:#CC071E;
}

/* Einblenden Container */
div.peffect_cont {
	
}

/* Einblenden Titel */
div.peffect_title {
	
}

/* Einblenden Text */
div.peffect_text {
	
}

/* Tabelle ohne Rahmen */
table.tnb {
	margin-top:0.5em; margin-bottom:0.5em
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:1px solid #ececec;margin-top:0.5em; margin-bottom:0.5em;
}

/* Tabelle mit Rahmen */
table.tb {
	border:1px solid #ececec;margin-top:0.5em; margin-bottom:0.5em;
}

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	background-color:#ececec; padding:0.3em; border-left:1px solid #ececec;border-top:1px solid #ececec;
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	background-color:#ececec;  padding:0.3em; border-left:1px solid #ececec;border-top:1px solid #ececec;
}

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	 padding:0.3em; border-left:1px solid #ececec;border-top:1px solid #ececec; line-height:1.42em;
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	background-color:#ececec; padding:0.3em; border-left:1px solid #ececec;border-top:1px solid #ececec;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background-color:#ececec; border:1px solid #ececec; padding:0.3em;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#ececec;border:1px solid #ececec; padding:0.3em;
}

/* Zeile ohne Rahmen ohne Hintergrund */
td.td_nb {
	border:none;  padding:0.3em;
}

/* Zeile ohne Rahmen mit Hintergrund */
td.td_nbbg {
	border:none;  padding:0.3em;
}


.content * {font-family:inherit;line-height: 1.2em;}

.content ul.ld li {
    position: relative;
    padding-left: 20px;
}

.content ul.ld li:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
}

.content b, .content strong {
    font-weight: 400;
}
