


/* Hauptitel */
h1.b_h1 {
	font-size:151%;font-weight:bold;margin-bottom:1em;margin-top:1em;color:#05293d;
}

/* Untertitel */
h2.b_h2 {
	font-size:134%;font-weight:bold;margin-bottom:1em;margin-top:1em;color:#05293d;
}

/* Bereich */
h3.b_h3 {
	font-size:117%;font-weight:bold;margin-bottom:1em;margin-top:1em;
}

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

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

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

/* Listeneintrag */
li.b_li,li.li {
	
}

/* Linie */
hr.b_line,hr.line {
	color:#05293d; background-color:#05293d;height:1px;border:none;
}

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

/* Link */
a.b_ref:link {
	color:#05293d; text-decoration:underline;
}

/* Link visited */
a.b_ref:visited {
	color:#05293d; text-decoration:underline;
}

/* Link hover */
a.b_ref:hover {
	color:#05293d; text-decoration:none;
}

/* Link aktive */
a.b_ref:active {
	color:#05293d; text-decoration:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text farbig */
span.b_color,span.color {
	color:#e86113;
}

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

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

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

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

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

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

/* Zeile mit Rahmen mit Hintergrund */
td.b_td_bbg,td.td_bbg {
	background-color:#eee;color:#000000; padding:0.2em; border-left:1px solid #05293d;border-top:1px solid #05293d;
}

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

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

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

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

/* Banner Hauptitel */
h1.h1 {
	font-size:191%;font-weight:bold;margin-bottom:0.1em;margin-top:1em;color:#e86113;
}

/* Banner Untertitel */
h2.h2 {
	font-size:135%;font-weight:bold;margin-bottom:0.5em;margin-top:1em;
}

/* Banner Bereich */
h3.h3 {
	font-size:200%;font-weight:bold;margin-bottom:0.1em;margin-top:0.4em;
}

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

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

/* Banner Link hover */
a.ref:hover {
	color:#05293d; text-decoration:underline;
}

/* Banner Link aktive */
a.ref:active {
	color:#05293d; text-decoration:underline;
}

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

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

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

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


div.bg_normal{padding:0; margin:0;}
div.bg_rahmen{padding:10px;margin-bottom:8px; border-width:2px;border-style:solid;border-color:#e86113;}

div.bg_normal { padding:10px;}
div.bg_nopadding { padding:0px;}

