


/* Hauptitel */
h1.h1 {
	font-size:151%;font-weight:bold;margin:0.5em 0 0.5em 0;color:#85B916; line-height:1.3em; padding:0 0 0 0; 
}

/* Untertitel */
h2.h2 {
	font-size:134%;font-weight:bold;margin:0.5em 0 0.5em 0;color:#85B916;line-height:1.3em; padding:0 0 0 0;
}

/* Bereich */
h3.h3 {
	font-size:117%;font-weight:bold;margin:0.5em 0 0.5em 0;line-height:1.3em;
}

/* Liste ungeordnet */
ul.ld {
	list-style-image:none;
}

/* Liste alphabetisch */
ol.la {
	list-style:lower-alpha outside;
}

/* Liste numerisch */
ol.ln {
	list-style:decimal outside;
}

/* Listeneintrag */
li.li {
	margin-bottom:0.34em;
}

/* Linie */
hr.line {
	color:#85B916; background-color:#85B916;height:2px;border:none;
}

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

/* Link */
a.ref:link {
	color:#85B916; text-decoration:underline;
}

/* Link visited */
a.ref:visited {
	color:#85B916; text-decoration:underline;
}

/* Link hover */
a.ref:hover {
	color:#85B916; text-decoration:none;
}

/* Link aktive */
a.ref:active {
	color:#85B916; text-decoration:none;
}

/* Bild default */
.inone {
	margin:8px;
}

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	margin-right:1em;margin-bottom:0.5em;
}

/* Bild Rechts */
.iright {
	float:right;vertical-align:top;
	margin-left:0.5em;margin-bottom:0.5em;
}

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

/* Bild default in Tabelle */
.itnone {
	margin:0px;
}

/* Bild Links in Tabelle */
.itleft {
	float:left;vertical-align:top;margin-right:1em;margin-bottom:0.5em;
}

/* Bild Rechts in Tabelle */
.itright {
	float:right;vertical-align:top;margin-left:0.5em;margin-bottom:0.5em;
}

/* Bild Mittig in Tabelle */
.itcenter {
	margin:0px;
}

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

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

/* Absatz links */
div.pleft {
	text-align:left;
	font-size:100%;margin-bottom:0.5em;
}

/* Abstatz rechts */
div.pright {
	text-align:right;
	font-size:100%;margin-bottom:0.5em;
}

/* Abstatz mittig */
div.pcenter {
	text-align:center;
	font-size:100%;margin-bottom:0.5em;
}

/* Absatz Blocksatz */
div.pjustify {
	text-align:justify;
	font-size:100%;margin-bottom:0.5em;
}

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

/* Text farbig */
span.color {
	background-color:#006763;
}

/* 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 #85B916;margin-top:0.5em; margin-bottom:0.5em;
}

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

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

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

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	background-color:#fff; padding:0.42em; border-left:1px solid #DEEDBD;border-top:1px solid #DEEDBD;
}

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

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background:none; color:#85B916;border-bottom:1px solid #85B916; padding:0.42em;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#DEEDBD; color:#85B916; border-bottom:1px solid #85B916; padding:0.42em;
}

/* Zeile ohne Rahmen ohne Hintergrund */
td.td_nb {
	border:none; background-color:#fff; padding:0.42em;
}

/* Zeile ohne Rahmen mit Hintergrund */
td.td_nbbg {
	border:none; background-color:#eee; padding:0.42em;
}


.pcontent, .pcontent table, .pcontent td { font-family:'Trebuchet MS';  line-height:1.42em; }
