


/* Hauptitel */
h1.h1 {
	font-size:166%; font-weight:700;margin:0 0 .5em 0;color:#e21c2b;
}

/* Untertitel */
h2.h2 {
	font-size:133%;font-weight:500;margin:0 0 .5em 0;color:#000000;
}

/* Bereich */
h3.h3 {
	font-size:100%; font-weight:700;margin:0 0 .5em 0;color:#a2825b;
}

/* Liste ungeordnet */
ul.ld {
	list-style-image:url(li.gif);margin:0 0 0 2em;padding:0;
}

/* Liste alphabetisch */
ol.la {
	list-style:lower-alpha outside;margin:0 0 0 2em;padding:0;
}

/* Liste numerisch */
ol.ln {
	list-style:decimal outside;margin:0 0 0 2em;padding:0;
}

/* Listeneintrag */
li.li {
	
}

/* Linie */
hr.line {
	color:#a2825b; background-color:#a2825b;height:2px;
}

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

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

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

/* Bild default */
.inone {
	
}

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	
}

/* Bild Rechts */
.iright {
	float:right;vertical-align:top;
	
}

/* Bild Mittig */
.icenter {
	float:none;
	
}

/* Bild default in Tabelle */
.itnone {
	
}

/* Bild Links in Tabelle */
.itleft {
	
}

/* Bild Rechts in Tabelle */
.itright {
	
}

/* Bild Mittig in Tabelle */
.itcenter {
	
}

/* 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 10px;color:#000;text-align:left;font-size:90%; font-weight:bold;
}

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

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

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

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

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

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

/* Einblenden Container */
div.peffect_cont {
	
}

/* Einblenden Titel */
div.peffect_title {
	
}

/* Einblenden Text */
div.peffect_text {
	
}

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

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

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

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

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

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

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

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

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

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


.content * { font-family:Roboto,Helvetica,Verdana; }

.border .image_img {
 border: 1px solid #a2825b;
}
.border .ialt {
 border: 1px solid #a2825b;
}
.border .ialt .image_img {
 border: none;
}
