/* Global Stylesheet */
@import url( style.css );


/* Hauptitel */
h1.h1 {
	font: bold 36px arial, helvetica;color:#BACDB0; margin-bottom:10px; margin-top:10px;
	
}

/* Untertitel */
h2.h2 {
	font: bold 24px arial, helvetica;color:#BACDB0; margin-bottom:10px; margin-top:10px;
}

/* Bereich */
h3.h3 {
	font: bold 16px arial, helvetica;color:#BACDB0; margin-bottom:0px; margin-top:10px;
}

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

/* Linie für Textanker */
hr.anchor {
	
}

/* Link */
a.ref:link {
	
}

/* Link aktive */
a.ref:active {
	
}

/* Link hover */
a.ref:hover {
	
}

/* Link visited */
a.ref:visited {
	
}

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

/* 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:5px;
}

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

/* Bild Links in Tabelle */
.itleft {
	margin:0px;
}

/* Bild Rechts in Tabelle */
.itright {
	margin:0px;
}

/* Bild Mittig in Tabelle */
.itcenter {
	margin:0px;
}

/* Absatz links */
div.pleft {
	clear:both;text-align:left;
	font:13px arial, helvetica;margin-top:10px;
}

/* Abstatz rechts */
div.pright {
	clear:both;text-align:right;
	font:13px arial, helvetica;margin-top:10px;
}

/* Abstatz mittig */
div.pcenter {
	clear:both;text-align:center;
	font:13px arial, helvetica;margin-top:10px;
}

/* Absatz Blocksatz */
div.pjustify {
	clear:both;text-align:justify;
	font:13px arial, helvetica;margin-top:10px;
}

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

/* Tabelle ohne Rahmen */
table.tnb {
	font: 13px arial, helvetica; border:none; margin-top:3px; margin-bottom:3px
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:solid 1px #fff; border-collapse:collapse; padding:2px; margin-top:3px; margin-bottom:3px
}

/* Tabelle mit Rahmen */
table.tb {
	border:solid 1px #fff; border-collapse:collapse; padding:2px; margin-top:3px; margin-bottom:3px
}

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

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

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

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	border:solid 1px #fff; padding:2px; 
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	border:none;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	border:none;
}

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

/* Zeile ohne Rahmen mit Hintergrund */
td.td_nbbg {
	border:none;
}

