


/* Hauptitel */
h1.h1,h1.b_h1 {
	font-size:148%; color:#000; font-family: Helvetica, Arial;
	margin:0 0 0.7em 0; line-height:1.25em;
	
	/*
	background:url(../img/bg_top.gif) right -124px no-repeat #e6e6e6;
	padding:0.5em 0.5em 0.4em 0.5em;
	border:1px solid #e6e6e6;
	*/
}

/* Untertitel */
h2.h2 {
	font-size:140%; color:#FF6A00; line-height:1.25em; margin-top:0.3em; margin-bottom:0.7em; padding:0em; font-family: Helvetica, Arial;
	
}

/* Bereich */
h3.h3,h3.b_h3 {
	font-size:120%; color:#000; margin:0; padding:0; margin-bottom:0.5em;  line-height:1.4em; font-family: Helvetica, Arial;
}

/* Liste ungeordnet */
ul.ld,ul.b_ld {
	margin-top:0.8em; list-style-type:none;
	margin-left:0.8em;
}

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

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

/* Listeneintrag */
li.li,li.b_li {
	background:url(../img/menu/bullet.gif) left top no-repeat; padding-left:1em; margin-bottom:0.3em;
}

/* Linie */
hr.line {
	color:transparent; padding:0; width:100%; height:1px; border:0; border-bottom:1px dotted #bbb; margin:0.5em 0 1em 0;
}

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

/* Link */
a.ref:link {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

/* Link visited */
a.ref:visited {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

/* Link hover */
a.ref:hover {
	color:#000; text-decoration:none; border-bottom:1px dotted #FF6A00;
}

/* Link aktive */
a.ref:active {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

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

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

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

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

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

/* Bild Links in Tabelle */
.itleft,.b_itleft {
	float:left;vertical-align:top; margin:0 6px 0 0;
}

/* Bild Rechts in Tabelle */
.itright,.b_itright {
	float:right;vertical-align:top; margin:0 0 0 6px;
}

/* Bild Mittig in Tabelle */
.itcenter,.b_itcenter {
	margin:0; vertical-align:top;
}

/* Container für Bildunterschrift */
div.ialt,div.b_ialt {
	border:1px solid #bbb; background:#E6E6E6;
}

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

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

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

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

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

/* Text hochgestellt */
span.sup,span.b_sup {
	vertical-align:30%; font-size:75%; padding-left:0.2em;
}

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

/* Tabelle ohne Rahmen */
table.tnb,table.b_tnb {
	margin:0 0 0.4em 0;
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:1px solid #bbb; margin:0 0 0.4em 0; padding:1em; background-color:#EEEEEE;
}

/* Tabelle mit Rahmen */
table.tb,table.b_tb {
	border:1px solid #bbb; margin:0 0 0.4em 0; 
}

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b,th.b_th_b {
	background-color:#E6E6E6; color:#000;  padding:0.2em; border:0;
}

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

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

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

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb,th.b_th_nb {
	background-color:#e6e6e6; color:#000;border:1px solid #bbb; border-left:0; border-right:0; padding:0.2em;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg,th.b_th_nbbg {
	background-color:#e6e6e6; color:#000; border:1px solid #bbb; padding:0.2em; border-right:0; 
}

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

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

/* Banner Untertitel */
h2.b_h2 {
	font-size:140%; color:#FF6A00; line-height:1.25em; margin-top:0.3em; margin-bottom:0.2em; padding:0em; font-family: Helvetica, Arial;
	
}

/* Banner Linie */
hr.b_line {
	color:transparent;padding:0;width:100%;height:1px;border:0;
	border-bottom:1px dotted #bbb;margin:0.2em 0 0.3em 0;
}

/* Banner Link */
a.b_ref:link {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

/* Banner Link visited */
a.b_ref:visited {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

/* Banner Link hover */
a.b_ref:hover {
	color:#000; text-decoration:none; border-bottom:1px dotted #FF6A00;
}

/* Banner Link aktive */
a.b_ref:active {
	color:#000; text-decoration:none; border-bottom:1px dotted #464646;
}

/* Banner Tabelle mit Rahmen nur außen */
table.b_tob {
	border:1px solid #bbb; margin:0 0 0.4em 0; background-color:#242424;
}


.th_nb h1, .th_nb h2, .th_nb h3 { margin-top:1em; }
.td_nb .line { margin-bottom:0;}

.th_nb h1, .th_nb h2, .th_nb h3 { margin-top:1em; }
.td_nb .line { margin-bottom:0;}
