/* DATEI: landsknechtsrotte-redtext.css */



body { margin-top:5px; 
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px; 
	background-color:#FCFDE8; 
	background-repeat:repeat;
	scrollbar-base-color:#FfFfdd;
	scrollbar-track-color:#eeeeee;
	}

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

input  {
	
	font-size: 12px;
	font-family:Tahoma;
	border-width:1px;
	border-style:solid;
	border-color:#888888;
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR:#ffffff;
	
	}



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

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:12pt; color:#333333}

/* gilt nur fuer jede Seiten-Überschrift */




h2 { font-size:11pt; color:#666666}

/* Kapitel von Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */




h3 { font-size:10pt; color:#999999}

/* 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 */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

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

p.zeittafel { font-size:8pt; }


p.bildunterschrift { font-size:8pt; }

p.rechtshinweis { font-size:8pt; }

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 */

th.uebersicht     { font-family:arial,sans-serif; text-align: left; font-size:10pt;color:#555555; background-color:#ffff99 }



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 */

/* Reiter-Navigation oben -------------------------------------------------------------------------------------------------------*/

td.aktiv   { margin-right:-10px; margin-left-:10px; font-family:verdana,arial,sans-serif; text-align: center; font-weight: bold; font-size:10pt; color:#000000; }
/*{  margin-right:-10px; margin-left-:10px; font-family:verdana,arial,sans-serif; text-align: center; font-weight: bold; font-size:10pt; color:#000000; 
border-right: thin solid #0050ff; border-left: thin solid #0050ff; border-top:double thin #0050ff;
background-color:#ffffff }*/

td.inaktiv   {  margin-top:0px; margin-bottom:10px; font-family:verdana,arial,sans-serif; text-align: center; font-size:8pt; color:#000000; 
background-color:#ffff99 }
/*{  margin-top:0px; margin-bottom:10px; font-family:verdana,arial,sans-serif; text-align: center; font-size:8pt; color:#000000; 
border-right: double thin  #CDEDFF; border-left:double thin #CDEDFF; border-top:double thin #CDEDFF;
border-bottom:double thin #0050ff; 
background-color:#ffff77 }*/

/* Reiter-Navigation aus ----------------------------------------------------------------------------------------------*/

.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 { color:#002397; text-decoration:none; }
a:active { color:#666666; text-decoration:none; }
a:visited { color:#3E62CC; text-decoration:none; }
a:hover  { color:#666666; 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 */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

