


/* Hauptitel */
h1.h1 {
	font-size:134%;font-weight:bold;margin-bottom:1.25em;margin-top:1.25em;color:#004796;
}

/* Untertitel */
h2.h2 {
	font-size:117%;font-weight:bold;margin-bottom:1.42em;margin-top:1.42em;color:#004796;
}

/* Bereich */
h3.h3 {
	font-size:100%;color:#004796;font-weight:bold;margin-bottom:0.83em;margin-top:0.83em;
}

/* Liste ungeordnet */
ul.ld {
	list-style-image:url(../img/li.gif)
}

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

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

/* Listeneintrag */
li.li {
	
}

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

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

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

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

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

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

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

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	margin-right:0.5em;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: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 {
	
}

/* TextStyle für Bildunterschrift */
div.ialt_title {
	
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#004796; color:#fff; border:1px solid #004796; 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:#D7E7FF;
}
