


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

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

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

/* 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:#fff; background-color:#fff;height:1px;
}

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

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

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

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

/* Link aktive */
a.ref:active {
	color:#fff; 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:#eee;border-width:5px 5px 0 5px;background:#eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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
}

