/*Hauptkarteikarte (aktiv)*/
td.HKa { background-color:#BA3D2E; }

/*Allgemein gueltiges Textformat*/
.HKa { text-decoration:none;
        color:#F7EDD5;
        font-size:10pt;
        font-family: Arial,Helvetica;
        font-weight:600;
        text-align:center; }

/*Hauptkarteikarte (inaktiv)*/
td.HKi { background-color:#F7EDD5; }

/*Allgemein gueltiges Textformat*/
.HKi { text-decoration:none;
        color:#090321;
        font-size:10pt;
        font-family: Arial,Helvetica;
        font-weight:500;
        text-align:center; }


/*Karteiunterpunkt (aktiv)*/
td.UKa { background-color:#D99783; }

/*Allgemein gueltiges Textformat*/
.UKa { text-decoration:none;
        color:#090321;
        font-size:8pt;
        font-family: Arial,Helvetica;
        font-weight:550;
        text-align:center; }

/*Karteiunterpunkt (inaktiv)*/
td.UKi { background-color:#F7EDD5; }

/*Allgemein gueltiges Textformat*/
.UKi { text-decoration:none;
        color:#090321;
        font-size:8pt;
        font-family: Arial,Helvetica;
        font-weight:500;
        text-align:center; }

/*Inhalt eines Kartei-Unterpunktes*/
div.inhalt {margin-top:10px;
            margin-left:5px;
            margin-right:5px;
            margin-bottom:5px; }

/*Bildbeschriftung*/
div.bildtitel { margin-top:2px; }
.bildschrift {text-decoration:none;
              color:#090321;
              font-size:8pt;
              font-family: Arial,Helvetica;
              font-weight:400;
              text-align:center;
              vertical-align:top; }

/*Tabellenhintergrundfarben*/
td.zierde { background-color:#BA3D2E; }
td.zierdeUR {background-color:#D99783;} /*für Unterpunkte der Karteikarten*/


/*Karteikartenfreiraum*/
td.frei { background-color:#F7EDD5; }

/*Allgemein gueltiges Textformat*/
.frei  { font-size:2pt; }

/*Rahmenlinien des Hauptrahmens horizontal */
td.rh { background-color:#BA3D2E; }

/*Allgemein gueltiges Textformat*/
.rh  { font-size:4pt; }

/*Rahmenlinien des Unterrahmens horizontal */
td.urh { background-color:#D99783; }

/*Allgemein gueltiges Textformat*/
.urh  { font-size:2pt; }

/*Navigationslinks innerhalb einer Unterkartei*/
a.nav { text-decoration:underline;
        color:#BA3D2E;
        font-size:10pt;
        font-family: Arial,Helvetica;
        font-weight:600;}

/*Allgemein gueltiges Textformat*/
.fliess { text-decoration:none;
        color:#090321;
        font-size:10pt;
        font-family: Arial,Helvetica;
        font-weight:500;
        text-align:left;
        vertical-align:top;
        margin-left:5px;
        margin-top:10px;
        margin-right:10px;
        margin-bottom:5px; }

/*Fette Schrift (b) innerhalb von div*/
.div b { font-weight:600; }

/*Überschrift Start innerhalb von div*/
.uebst1 { text-decoration:none;
	color:#141464;
	font-size:32 pt;
	font-family:Arial,Helvetica;	
	font-weight:2000;
	text-align:justify; }

/*Überschrift Start innerhalb von div*/
.uebst2 { text-decoration:none;
	color:#C83028;
	font-size:32 pt;
	font-family:Arial,Helvetica;	
	font-weight:2000;
	text-align:left; }

/*Überschrift Start innerhalb von div*/
.uebst3 { text-decoration:none;
	color:#C83028;
	font-size:14 pt;
	font-family:Impact;	
	font-weight:1000;
	text-align:justify; }

/* Schrift rechtsbündug innerhalb von div*/
.rechts { text-align : right; } 

/*Neuer Textabsatz (grosser Abstand nach oben)*/
p.dist { margin-top:10px; }

/*Trennstriche in Zierfarbe (Als Tabellenzelle -> Schriftgroesse)*/
.trenn { font-size:1pt; }

/*Notationslogo*/
.top { border:none; 
background-color:#EEEEFF; 
padding:5mm; 
position:absolute; 
top:70px; 
left:2px; 
width:360px;}
