


/* Hauptitel */
h1.h1 {
	font-size:160%;font-weight:bold;margin-bottom:10px;margin-top:10px; color:#036799;
}

/* Untertitel */
h2.h2 {
	font-size:140%;font-weight:bold;margin-bottom:10px;margin-top:10px;
	color:#036799;
}

/* Bereich */
h3.h3 {
	font-size:120%;font-weight:bold;margin-bottom:10px;margin-top:10px;
}

/* Liste ungeordnet */
ul.ld {
	list-style-image:url(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:#036799; background-color:#036799;height:1px;
}

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

/* 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:underline;
}

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

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	margin-right:5px;margin-bottom:5px;
}

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

/* 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:5px;margin-bottom:5px;
}

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

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

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

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

/* Absatz links */
div.pleft {
	clear:both;text-align:left;width:100%;
	font-size:100%;margin-top:10px;
}

/* Abstatz rechts */
div.pright {
	clear:both;text-align:right;width:100%;
	font-size:100%;margin-top:10px;
}

/* Abstatz mittig */
div.pcenter {
	clear:both;text-align:center;width:100%;
	font-size:100%;margin-top:10px;
}

/* Absatz Blocksatz */
div.pjustify {
	clear:both;text-align:justify;width:100%;
	font-size:100%;margin-top:10px;
}

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

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

/* Tabelle ohne Rahmen */
table.tnb {
	margin-top:5px; margin-bottom:20px
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:1px solid #036799; border-collapse:collapse;margin-top:5px; margin-bottom:20px;
}

/* Tabelle mit Rahmen */
table.tb {
	border:1px solid #036799; border-collapse:collapse;margin-top:5px; margin-bottom:20px;
}

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	border:1px solid #036799;background-color:#036799;color:#fff;  padding:3px
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	border:1px solid #036799;background-color:#036799;color:#fff;  padding:3px
}

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	border:1px solid #036799;background-color:#fff;color:#000000;  padding:3px
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	border:1px solid #036799;background-color:#eee;color:#000000; padding:3px
}

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

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

/* 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:#eee
}
