/* DATEI: isabellherzog.css */ 

/* isabellherzog.css */

/********** Webmaster Juli 2015 **********/

/** Alle Angaben zu einem Parameter befinden sich jeweils eine Zeile drunter **/
/** background-color:#FFFFFF ist weisser Hintergrund **/
/ altFFFFFF
body         
{ 	background-color: #FFFFFF ;
	font-family: Arial; 
	font-size: 12pt; 
	margin-top: 10px; 
	margin-bottom: 10px;
  	scrollbar-face-color: #FFFFFF;
  	scrollbar-shadow-color: #003399;
  	scrollbar-highlight-color: #003399;
  	scrollbar-3dlight-color: #918794;
  	scrollbar-darkshadow-color: #003399;
  	scrollbar-track-color: #FFFFFF;
  	scrollbar-arrow-color: #003399;
   }

/* Das sind allgemeine Angaben zur Schriftfamilie */
/* Und das sind die Farben der Scrollbars */


p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, firmeninfo
{ 	font-family:Century Gothic; 
	color: #1561B5;
	}


h1 { font-size:16pt; }

h2 { font-size:14pt; }

firmeninfo { font-size:12pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

h2.sh2 { font-size:14pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

h3, h3.xmp, h3.xpl, h3.inf, h3.tip { font-size:11pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */

h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

h5 { font-size:8pt; margin-top: 2; margin-bottom: 2px; border-bottom:0px margin:0px;}
h5 { font-weight:normal; }

/* h5 betrifft den header rechts oben */
/* font-size = Schriftgroesse */
/* font-weight = steht auf normal, also nicht fett */
/* 8pt = 8 Punkt, Wert aenderbar */

h6 { font-size:8pt; margin-top: 2; margin-bottom: 2px; border-bottom:0px margin:0px;}
h6 { font-weight:normal; }
h6 { color:#FFFFFF ; }


/* h6 betrifft verborgene Texte */
/* font-size = Schriftgroesse */
/* font-weight = steht auf normal, also nicht fett */
/* 8pt = 8 Punkt, Wert aenderbar */

h1 { border-bottom:3px double darkblue; padding-bottom:1px; margin:0px; }
h2 { border-bottom:1px solid darkblue;  margin:0px; }

p.info { border:1px solid grey; background-color:#E0E0E0; padding:4px; margin:0px; }

/* p info ist der Titel der Infobox auf der rechten Seite */
/* Die Box erhält einen Rahmen, der Text ist eingerückt */

p.infotext { font-size:8pt; font-weight:normal; }
p.infotext { padding:4px; margin:0px; }

/* p infotext ist der Inhalt der Infobox auf der rechten Seite */
/* Der Text ist eingerückt und nicht fett */

p.bild  { font-size:8pt; font-weight:normal; }
p.bild  { color:#000099; }

/* p bild ist eine Bildunterschrift, linksbuendig, nichtfett */
/* p bild ist blau */

p.copyright { font-size:8pt; color:#999999; }

/* p copyright ist blassgrau */


p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:10pt; }

/* Das ist die Schriftgröße für den normalen Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;}
.style12N {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;}	
body, td, th {
	color: #333333;}
.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3333FF;}
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3333FF;}

tb	{	font-weight: bold;	}

tb12	{	
	font-size: 14px;
	font-weight: bold;	}	



pre          { font-family: Arial; 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:Arial; 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 */

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */

.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */

td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */

.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */

.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


A:link { font-family:century Gothic; font-weight:bold; color:#1561B5; text-decoration:none;}
A:visited { font-family:century Gothic; color:#1561B5; text-decoration:none;}
A:hover { font-family:century Gothic; font-weight:bold; color:#FF0000; text-decoration:none;}
A:active { font-family:century Gothic; color:#80FF00; text-decoration:none;}
A:focus { font-family:century Gothic; font-weight:bold; color:#FF0000; text-decoration:none;}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

.tabLogo { style="border-right: 4px outset rgb(247,247,247); border-bottom: 4px outset rgb(247,247,247)" }