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


/* Hauptitel */
h1.h1 {
	font: bold 120% verdana, arial, helvetica;color:#789BB4; margin-bottom:10px; margin-top:0px; background:transparent
}

/* Untertitel */
h2.h2 {
	font: bold 110% verdana, arial, helvetica;color:#789BB4; margin-bottom:10px; margin-top:10px;background:transparent
}

/* Bereich */
h3.h3 {
	font: bold 105% verdana, arial, helvetica;color:#789BB4; margin-bottom:0px; margin-top:10px;background:transparent
}

/* Liste ungeordnet */
ul.ld {
	padding-left:0px; list-style-image:url(http://www.bvs.bz.it/img/li.gif); background:transparent
}

/* Liste alphabetisch */
ol.la {
	padding-left:0px; list-style:lower-alpha outside;background:transparent
}

/* Liste numerisch */
ol.ln {
	padding-left:0px; list-style:decimal outside;background:transparent
}

/* Listeneintrag */
li.li {
	background:transparent
}

/* Linie */
hr.line {
	color:#3065AB; background:#3065AB; height:1px; background:transparent
}

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

/* Link */
a.ref:link {
	color:#3065AB; text-decoration:underline; font: 100%verdana, arial, helvetica;background:transparent
}

/* Link visited */
a.ref:visited {
	color:#3065AB; text-decoration:underline; font: 100% verdana, arial, helvetica;background:transparent
}

/* Link hover */
a.ref:hover {
	color:#000; text-decoration:none; font: 100% verdana, arial, helvetica;background:transparent
}

/* Link aktive */
a.ref:active {
	color:#000; text-decoration:underline; font: 100% verdana, arial, helvetica;background:transparent
}

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

/* Bild Links */
.ileft {
	float:left;vertical-align:top;
	margin-right:5px;margin-bottom:5px;background:transparent
}

/* Bild Rechts */
.iright {
	float:right;vertical-align:top;
	margin-left:5px;margin-bottom:5px;background:transparent
}

/* 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:110% verdana, arial, helvetica;margin-top:10px; background:transparent;
}

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

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

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

/* Text farbig */
span.color {
	color:#789BB4; background:transparent;
}

/* Text hochgestellt */
span.sup {
	
}

/* Tabelle ohne Rahmen */
table.tnb {
	font: 100% verdana, arial, helvetica; border:none; margin-top:5px; margin-bottom:20px; background:transparent; 
}

/* Tabelle mit Rahmen nur außen */
table.tob {
	border:solid;  border-width:1px;  border-color:#789BB4; border-collapse:collapse; font: 100% verdana, arial, helvetica; padding:2px;  margin-top:5px; margin-bottom:20px
}

/* Tabelle mit Rahmen */
table.tb {
	border:solid;  border-width:1px;  border-color:#789BB4; border-collapse:collapse; font: 100% verdana, arial, helvetica; padding:2px;  margin-top:5px; margin-bottom:20px
}

/* 1. Zeile mit Rahmen ohne Hintergrund */
th.th_b {
	font: bold 100% verdana, arial, helvetica;  border:solid;  border-width:1px;  border-color:#789BB4; background:transparent; color:#000; text-align:left; padding:2px
}

/* 1. Zeile mit Rahmen mit Hintergrund */
th.th_bbg {
	font: bold 100% verdana, arial, helvetica;  border:solid;  border-width:1px;  border-color:#789BB4; background:#789BB4; color:#fff; text-align:left; padding:2px
}

/* Zeile mit Rahmen ohne Hintergrund */
td.td_b {
	font: 100% verdana, arial, helvetica;  border:solid;  border-width:1px; border-color:#789BB4; background:#fff; padding:2px
}

/* Zeile mit Rahmen mit Hintergrund */
td.td_bbg {
	border-style:solid; border-width:1px; border-color:#789BB4; font: 100% verdana, arial, helvetica; background:#eee; padding:2px 
}

/* 1. Zeile ohne Rahmen ohne Hintergrund */
th.th_nb {
	font: bold 100% verdana, arial, helvetica; border:none; background:transparent; color:#000; text-align:left
}

/* 1. Zeile ohne Rahmen mit Hintergrund */
th.th_nbbg {
	font: bold 100% verdana, arial, helvetica; border:none; background:#789BB4; color:#fff; text-align:left
}

/* Zeile ohne Rahmen ohne Hintergrund */
td.td_nb {
	font: 100% verdana, arial, helvetica;  border:none; background:transparent;
}

/* Zeile ohne Rahmen mit Hintergrund */
td.td_nbbg {
	font: 100% verdana, arial, helvetica;  border:none; background:#eee
}
