


/* Hauptitel */
h1.h1 {
	font-size:151%;font-weight:normal;margin:0 0 0 0; padding:4px 2px 6px 6px; line-height:1.2em; color:#ffffff; background:#87888a;
}

/* Untertitel */
h2.h2 {
	font-size:134%;font-weight:bold;margin:0 0 0 0; padding:0; color:#58585a;
}

/* Bereich */
h3.h3 {
	font-size:100%; font-weight:bold;margin:0 0 0 0; padding:0; color:#004494;
}

/* Liste ungeordnet */
ul.ld {
	/* list-style-image:url(../img/li_minus.gif); */ color:#58585a;
}

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

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

/* Listeneintrag */
li.li {
	margin-bottom:2px; color:#58585a;
}

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

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

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

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

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

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

/* 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: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; color:#58585a;
}

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

/* Absatz links */
div.pleft {
	text-align:left;
	font-size:100%; color:#58585a; font-size:11px; line-height:1.46em;
}

/* Abstatz rechts */
div.pright {
	text-align:right;
	font-size:100%; color:#58585a; font-size:11px; line-height:1.46em;
}

/* Abstatz mittig */
div.pcenter {
	text-align:center;
	font-size:100%; color:#58585a; font-size:11px; line-height:1.46em;
}

/* Absatz Blocksatz */
div.pjustify {
	text-align:justify;
	font-size:100%; color:#58585a; font-size:11px; line-height:1.46em;
}

/* Text hochgestellt */
span.sup {
	vertical-align:10%; font-size:80%; line-height:1em; color:#58585a;
}

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

/* Einblenden Container */
div.peffect_cont {
	
}

/* Einblenden Titel */
div.peffect_title {
	
}

/* Einblenden Text */
div.peffect_text {
	
}

/* Tabelle ohne Rahmen */
table.tnb {
	margin:0; padding:0;
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:1px solid #004494; margin:0 0 0 0;
}

/* Tabelle mit Rahmen */
table.tb {
	border:1px solid #004494; margin:0 0 0 0;
}

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

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

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	color:#58585a; padding:0; border-left:1px solid #004494;border-top:1px solid #004494;
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	background-color:#eee;  color:#58585a; padding:0; border-left:1px solid #004494;border-top:1px solid #004494;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background-color:#004494; color:#58585a; border:1px solid #004494; padding:0;
}

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

/* Zeile ohne Rahmen ohne Hintergrund */
td.td_nb {
	border:none; padding:0;
}

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


.ABbox_normal { background:#fff; padding:0px; margin:0 0 12px 0; }
.ABbox_01 { background:#f2f3f3; padding:4px; margin:0 0 12px 0; }
.ABbox_02 { background:#ffd844; padding:4px; margin:0 0 12px 0; }
.ABbox_03 { background:#e0eaf6; padding:4px; margin:0 0 12px 0; }
