/* DATEI: diploma.css */

.greyfont { color:#333333; }
.gfbg { background-color:#999999; }	/* gfbg = greyfontbackground */

body { background-color:#FBE6C9;
     margin-top:10px;
     margin-bottom:5px;
     margin-left:15px;
     margin-right:15px;	 
     font-size:15px;
     line-height:1.25em;
     font-family:sans-serif;
     color:#000000;
     font-weight:500; }
	 
body.onlyText { background-image:url(Notiophilus_biguttatus.jpg); }
body.Leftfile { background-image:url(Notiophilus_biguttatus_240.jpg); }
body.grey { background-color:#CCCCCC; }


/* Tabellen für die Linkleiste oben und unten: */

table.h { margin-top:0px;
        margin-bottom:10px;
	width:100%;
	height:35px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:20px;
	border-bottom-width:1px;
        border-bottom-style:solid;
        border-color:#663300; }

table.b { margin-top:10px;
        margin-bottom:0px;
	width:100%;
	height:35px;
	padding-top:5px;
	padding-left:5px;
	border-top-width:1px;
        border-top-style:solid;
        border-color:#663300; }


/* Tabellen kommen in sehr grosser Menge und Vielfalt vor und werden daher nicht zentral definiert.
   Bei HTML-Dokumenten mit nur einer Tabelle wird diese im Dokument definiert, bei HTML-Dokumenten
   mit mehreren Tabellen werden die Formate in den Tags angegeben.
   
Farben:	Hintergrundfarbe des Notiophilus-jpgs:	#FBE6C9 (nicht aus Webpalette), Klasse .farb2
		dazu nächste WEB-Color:					#FFCC99 (wird als Tabellenhintergrundfarbe benutzt), Klassen td.x, .farb
*/

.hsgreen, tr.hsg { background-color:#E9E1B3; }	/* nicht aus Webpalette, hellster Grünton */
td.x, .farb, tr.f { background-color:#FFCC99; } /* helles Rotbraun, wird für bestimmte Tabellenzellen, -bereiche u. als Hintergrund benutzt */
td.pl, .softgreen, tr.sg { background-color:#CCCC99; } /* heller Grünton, wird für bestimmte Tabellenzellen benutzt */
td.y, .farb2 { background-color:#FBE6C9; } /* nicht aus Webpalette, der helle Standard-Hintergrundfarbton, wird hier für bestimmte Tabellenzeilen benutzt */
tr.br, .farb3 { background-color:#CC9966; } /* braun, dunkler als td.x, wird für bestimmte Tabellenbereiche benutzt */
td.farb4, .farb4 { background-color:#999966; } /* dunkleres Grün, wird für bestimmte Tabellenbereiche benutzt */
td.farb5, .softred { background-color:#FFCCCC; } /* heller Rotton, wird für bestimmte Tabellenzellen benutzt */
td.farb6 { background-color:#CC9999; } /* dunkleres Rot, wird für bestimmte Tabellenbereiche benutzt */
td.farb7 { background-color:#FFFF99; } /* helles Gelb, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.farb8 { background-color:#FFCC66; } /* tieferes Gelb, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.hbl { background-color:#99CCFF; } /* Hellblau, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.dbl { background-color:#9999FF; } /* dunkleres Blau, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.hor { background-color:#FFCC33; } /* helles Orange, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.dor { background-color:#FF9900; } /* dunkleres Orange, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.weiss { background-color:#FFFFFF; } /* Weiss, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.hgr { background-color:#CCFF66; } /* helleres Grün, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.dgr { background-color:#CCCC33; } /* dunkleres Grün, wird für bestimmte Tabellenbereiche benutzt (Tab. 5) */
td.nemo, .nemo { background-color:#CC99CC; } /* C. nemoralis in Tab. 17 */

/* im Text: */
a:link { text-decoration:underline; font-weight:bold; color:#663300; background-color:#FBE6C9; } /* link: wie Hintergrund */
a:visited { text-decoration:underline; font-weight:bold; color:#663300; background-color:#FBE6C9; } /* visited: wie Hintergrund */
a:hover { text-decoration:none; font-weight:bold; color:#663300; background-color:#FFCC99; } /* hover: helles Rotbraun */
a:active { text-decoration:none; font-weight:bold; color:#663300; background-color:#CCCC00; } /* active: Olive light */

/* speziell für das Inhaltsverzeichnis:
In der Schriftfarbe sind alle Links zunächst bräunlich-weinrot, besuchte Links Schwarz.
Der Farbhintergrund ist bei allen Links wie Seitenhintergrund und ändert sich nicht, wenn besucht.
Beim Drüberfahren erscheint Farbhintergrund Olive light, aktive Links etwas dunkler (Olive). */
a.intro:link { text-decoration:none; font-weight:500; color:#000000; background-color:#FBE6C9; } /* link: wie Hintergrund */
a.intro:visited { text-decoration:none; font-weight:500; color:#CC6633; background-color:#FBE6C9; } /* visited: wie Hintergrund */
a.intro:hover { text-decoration:none; font-weight:500; color:#000000; background-color:#FFCC99; } /* hover: helles Rotbraun */
a.intro:active { text-decoration:none; font-weight:500; color:#000000; background-color:#CCCC00; } /* active: Olive light */

/* für die Linkleiste: */
a.leiste:link { text-decoration:underline; font-weight:normal; color:#663300; background-color:#FBE6C9; } /* link: wie Hintergrund */
a.leiste:visited { text-decoration:underline; font-weight:normal; color:#663300; background-color:#FBE6C9; } /* visited: wie Hintergrund */
a.leiste:hover { text-decoration:none; font-weight:bold; color:#663300; background-color:#FFCC99; } /* hover: helles Rotbraun */
a.leiste:active { text-decoration:none; font-weight:bold; color:#663300; background-color:#CCCC00; } /* active: Olive light */

img.nobi { float:left; margin-right:20px; margin-bottom:0px; }

.ochre { color:#FFCC00; } /* Ochre */
.co1 { color:#CC9900; } /* Coffee light */
.co2 { color:#996600; } /* Coffee */
.brown { color:#663300; } /* Brown */

hr { color:#663300; }

p { margin-top:6px;		/* fontsize body = 15px */
  margin-bottom:0px; }	/* line-height body = 1.25em */

p.s16, .s16 { font-size:16px; }

.s20 { font-size:20px; }	/* falls grössere Schriften im Text gewünscht */
.footnote { font-size:12px; }
.foottext { font-size:14px; }

p.center { text-align:center;	/* Absatzformat für die Überschrift von Abbildungen */
		 font-size:16px;
		 font-weight:700;
		 margin-top:20px;
		 margin-bottom:5px; }
  
p.nomarg { margin-top:0px;	/* ohne Zeilenabstand oben wie unten */
  		 margin-bottom:0px; }

p.c01 { margin-top:9px;	/* c=content (Inhaltsverzeichnis): oberer Abstand zu Haupttitel (1. Ordnung) */
      margin-bottom:0px; }
p.c02 { margin-top:6px;		/* oberer Abstand 2. Ordnung */
      margin-bottom:0px;
	  margin-left:18px; }
p.c03 { margin-top:3px;		/* oberer Abstand 3. Ordnung */
      margin-bottom:0px;
	  margin-left:36px; }
p.c04 { margin-left:54px; }		/* oberer Abstand 4. Ordnung = 0 */

p.lit { text-indent:-120px;
	  margin-left:120px;
	  margin-top:10px; }	/* Absatzeinrückung für Literatur-Seite */

p.fuss { text-indent:-14px;
	   margin-left:14px; }	/* Absatzeinrückung für Fußnoten */

ul { margin-top:9px;
     margin-bottom:0px; }
	 
li { margin-top:3px;
   margin-bottom:0px; }

h1 { font-size:24px;
   color:#663300;
   text-align:left;
   line-height:1.25em;
   font-weight:900;
   margin-top:16px;
   margin-bottom:0px; }

/*
h1.first { font-size:32px;
		 text-align:center; }
*/

h3 { font-size:18px;
   color:#663300;
   font-weight:700;
   line-height:1.25em;
   margin-top:0px;
   margin-bottom:6px; }

h3.re { vertical-align:middle;	/* Die Ausrichtung der Grafik im Dokument muss ebenfalls "middle" sein */
	  text-align:right; }
h3.mid { vertical-align:middle;
	   text-align:center; }
h3.li { vertical-align:middle;
	  text-align:left; }

h5.intro { font-size:16px; }

h6 { font-size:12px;	
   font-weight:500;
   margin-top:0px;
   margin-bottom:6px; }
   
h6.zero { font-size:12px;	
   		font-weight:500;
   		margin-top:0px;
   		margin-bottom:6px; }
   
h6.abbo { font-size:12px;	/* Abbildungsbeschriftung oben */
   		font-weight:500;
   		margin-top:12px;
		line-height:1.25em;
		margin-top:12px;
   		margin-bottom:6px; }
		
h6.abbu { font-size:12px;	/* Abbildungsbeschriftung unten */
   		font-weight:500;
		line-height:1.25em;
   		margin-top:6px;
   		margin-bottom:18px; }
