


/* Hauptitel */
h1.h1 {
	font-size:24px; font-weight:700; margin:0 0 0.5em 0; color:#618b07; line-height:1.3em; padding:0 0 0 0;
}

/* Untertitel */
h2.h2 {
	font-size:24px; font-weight:700; margin:0 0 0.5em 0;color:#000; line-height:1.3em; padding:0 0 0 0;
}

/* Bereich */
h3.h3 {
	font-size:20px; font-weight:700;margin:0 0 0.5em 0;color:#000; line-height:1.3em; padding:0 0 0 0;
}

/* Liste ungeordnet */
ul.ld {
	overflow: hidden; padding: 0 0 0 1em;
}

/* Liste alphabetisch */
ol.la {
	list-style:lower-alpha outside;overflow: hidden;padding: 0 0 0 1em;
}

/* Liste numerisch */
ol.ln {
	list-style:decimal outside;overflow: hidden;padding: 0 0 0 1em;
}

/* Listeneintrag */
li.li {
	
}

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

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

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

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

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

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

/* 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:#618b07;border-width:5px 5px 0 5px;background:#618b07;
}

/* TextStyle für Bildunterschrift */
div.ialt_title {
	padding:3px; color:#fff; text-align:center;
}

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

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

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

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

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

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

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

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

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	background-color:#618b07;color:#fff;  padding:0.3em; border-left:1px solid #618b07;border-top:1px solid #618b07; line-height:1.42em;
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	background-color:#618b07;color:#fff;  padding:0.3em; border-left:1px solid #618b07;border-top:1px solid #007618; line-height:1.42em;
}

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

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	background-color:#eee; padding:0.3em; border-left:1px solid #618b07;border-top:1px solid #618b07; line-height:1.42em;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background-color:#618b07; color:#fff;border:1px solid #618b07; padding:0.3em; line-height:1.42em;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#618b07; color:#fff; border:1px solid #618b07; padding:0.3em; line-height:1.42em;
}

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

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


div.p_bt .pcontent  { 
 padding:15px;
 background: #daeab8;
-webkit-box-shadow: 3px 5px 5px 0px rgba(200,200,200,1);
-moz-box-shadow: 3px 5px 5px 0px rgba(200,200,200,1);
box-shadow: 3px 5px 5px 0px rgba(200,200,200,1);
height:100%;
}

div.p_bt .pcontent .image.ileft  { 
  margin-left:-15px; margin-top:-15px; margin-bottom:-15px;
}

div.content * { font-family: 'Roboto', sans-serif;}
div.content  a {color:inherit;}
div.content div.container {
 max-width:810px;
}
