


/* Hauptitel */
h1.h1 {
	font-size: 133.33%;font-weight:bold;margin:0 0 .35em 0;color:#CC3333;background:transparent;
}

/* Untertitel */
h2.h2 {
	font-size: 116.67%;margin: 0 0 .25em 0;
}

/* Bereich */
h3.h3 {
	font-size: 116.67%;
}

/* Liste ungeordnet */
ul.ld {
	margin-left:1em;list-style:square;
}

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

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

/* Listeneintrag */
li.li {
	margin:.2em 0 .2em .5em;
}

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

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

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

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

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

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

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

/* 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:1em;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:0.5em;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:#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;
	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%;
}

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

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

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

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

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

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

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

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	background-color:#DDEFFF;color:#000000; padding:0.2em; border-left:1px solid #004B6B;border-top:1px solid #ca1004B6B62f;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background-color:#004B6B; color:#fff;border:1px solid #004B6B; padding:0.2em;
}

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

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

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


div.bg_normal{padding:0; margin:0;}
div.bg_rahmen{padding:0.5em; border-width:1px;border-style:dotted;border-color:#74A0BC;background:#DDEFFF;color:#000;  margin-bottom:1em;}


