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


/* Hauptitel */
h1.h1 {
	font: bold 130% verdana, arial, helvetica; color:#007C84; margin-bottom:10px; margin-top:10px; font-weight:bold;
}

/* Untertitel */
h2.h2 {
	font: bold 110% verdana, arial, helvetica;color:#007C84; margin-bottom:10px; margin-top:0px; font-weight:bold;
}

/* Bereich */
h3.h3 {
	font: bold 100% verdana, arial, helvetica;color:#007C84; margin-bottom:10px; margin-top:0px; font-weight:bold;
}

/* Liste ungeordnet */
ul.ld {
	margin-left:15px;margin-top:10px;list-style-image:url(http://www.naturallook.it/img/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:#007C84; background-color:#007C84; height:1px;
}

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

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

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

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

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

/* Bild default */
.inone {
	
}

/* 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 {
	float:none;margin:0px;
}

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

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

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

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

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

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

/* Tabelle ohne Rahmen */
table.tnb {
	margin-top:0px;border-collapse:collapse;
}

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

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

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	border:1px solid #007C84;background-color:#007C84;color:#ffffff;text-align:center;
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	border:1px solid #007C84;background-color:#007C84;color:#ffffff;text-align:center;
}

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	border:1px solid #007C84;background-color:#CCE5E6;
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	border:1px solid #007C84;
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	background-color:#007C84;color:#ffffff;text-align:center;
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	background-color:#007C84;color:#ffffff;text-align:center;
}

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

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