/* DATEI: textstyle.css */
/* media.mine.nu c2000 */

body { margin-top:10px; margin-bottom:10px;  }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

/*SCHRIFTART UND GROESSE*/

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial, Helvetica; }
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; }

/*UEBERSCHRIFTEN*/

h1 { font-size:10pt; font-weight:bold;}
/* Normale Überschrift */

h2 { font-size:11pt; }
/* Bildunterschrift */

h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:10pt; }

h6 { font-size:8pt; }



/*NORMALER TEXT*/


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */



/*LINKS*/


a { font-family:Arial, Helvetica; font-size:8pt; }
/* Link Text */
/* font-size = Schriftgroesse */
/* 8pt = 8 Punkt, Wert aenderbar */


/*<body bgcolor="#FFFFFF" link="#99CCFF" vlink="#0000FF" alink="#9999FF">*/


a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#0000FF; text-decoration:none; }
a:active { color:#9999FF; text-decoration:none; }
/**/
a:hover { color: #FF33066; text-decoration:underline;}
/*HOVER TUT NUR IN IE4.x UND NS6*/
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


#mit  { color:#330066; text-decoration:underline; }
#ohne { color:#330066; text-decoration:none; }
#hauptlink { color:#808080; text-decoration:none; }
#bildlink { color:#FFFFFF; text-decoration:underline; }
#listlink { color:#003366; text-decoration:underline; font-size:10pt; font-weight:bold; }
#tabfont { color:#000000; font-size:9pt; }
/* Unabhängige Formate - hier Link Tags */


a.grau     {color:#808080;  text-decoration:none; font-family:Arial,sans-serif; }
a.grau1    {color:#808080;  text-decoration:none; font-family:Arial,sans-serif; }
a.schwarz  {color:#000000;  text-decoration:underline;  font-family:Arial,sans-serif; }
a.schwarz1 {color:#000000;  text-decoration:underline; font-family:Arial,sans-serif;  }
/* DIV -TAG*/
layer {color:#808080;  text-decoration:none; font-family:Arial,sans-serif;text-align:right}
/*div {text-align:center}
span.NAVGRAUMAIN  {color:#808080;  text-decoration:none; font-family:Arial,sans-serif;}
span.NAVSCHWARZMAIN  {color:#000000;  text-decoration:underline; font-family:Arial,sans-serif;}





pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */





pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

/*Tabellen*/
tr { bgcolor:#CCCCCC;}
