


/* Hauptitel */
h1.h1 {
	font-size:153%;font-weight:bold;margin:0 0 0px 0; padding:0; color:#638899;
}

/* Untertitel */
h2.h2 {
	font-size:123%;font-weight:bold;margin:0 0 0px 0; padding:0; color:#557483; 
}

/* Bereich */
h3.h3 {
	font-size:115%;font-weight:bold;margin:0 0 0px 0; padding:0;
}

/* 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:#83a6bc; background-color:#83a6bc;height:1px; border:none;
}

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

/* 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:#f3072d; text-decoration:none;
}

/* Link aktive */
a.ref:active {
	color:#f3072d; 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;display:block;
}

/* Container für Bildunterschrift */
div.ialt {
	
}

/* TextStyle für Bildunterschrift */
div.ialt_title {
	
}

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

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

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

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

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

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

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

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

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

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

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

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	border:1px solid #f3072d; padding:4px;
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	border:1px solid #f3072d; background-color:#eeeeee; padding:4px; 
}

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

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

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

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