/* DATEI:style.css */


/*--------------------BEGINN ALLGEMEINE ANGABEN------------------------*/

body {
	margin-top:5px;
	margin-bottom:5px;
	background-repeat : yes;
	
	scrollbar-face-color: #6699ff; /* farbe scrollbalken selber*/
 	scrollbar-highlight-color: #000099; /* farbe Rand links ober Teil (3D)  */
 	scrollbar-shadow-color: #0066cc; /* farbe Rand rechts ober Teil(3D*/
 	scrollbar-3dlight-color: #003366; /* farbe Rand links unter Teil (3D)  */
 	scrollbar-darkshadow-color: #000066; /* farbe Rand rechts unter Teil(3D) */ 
	scrollbar-arrow-color: #000000; /* farbe Pfeilen */
 	scrollbar-track-color:#666666; /* hintergrund Farbe wo scroll "lauft" */

	}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family:Verdana,Arial,sans-serif;
	color : Yellow;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

/*---------------------------ENDE ALLGEMEINE ANGABEN---------------------*/

/*---------------------------UEBERSCHRIFTEN-ANGABEN---------------------*/

h1 { font-size:18pt; }
/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

h2 { font-size:16pt; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h2.sh2 { font-size:16pt; }
/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/* 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,h6,h0 { 	font-family: verdana, Arial, sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

/*--------------------ENDE UEBERSCHRIFTEN-ANGABEN--------------------*/

p,ul,ol,li,div,th,address,nobr,b,i { font-size:10pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/*--------------------TABELLEN FORMATIERUNG-----------------------------*/

td	{
	font-family:verdana,arial,helvetica;
	font-size: 11px;
	color: Yellow;
}


.auswahl	{
	font-family:verdana,arial,helvetica;
	font-size: 10px;
	color: #000000;
	border: 2 solid #6699cc;
	text-decoration : none;
	background-color: White;
}
	
.feld   {
	border: 1 solid #ffffff;
	text-decoration : none;
	background-color: #cccccc;
	scrollbar-face-color: #4a4a4a;
    scrollbar-highlight-color: #7d7d7d;
    scrollbar-shadow-color: #323232;
    scrollbar-3dlight-color: #111111;
    scrollbar-arrow-color: #bbbbcc;
    scrollbar-track-color: #252525;
    scrollbar-darkshadow-color: #000000;
    scrollbar-base-color: #789789;
	}

.bold {
	font-family:verdana,arial,helvetica;
	font-weight: bold;
	font-size: 10px;
	}

/*------------ENDE TABELLEN FORMATIERUNG------------------*/

pre {
	font-family:Verdana,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:Verdana,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 */

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 */

/*-------------------KLASSEN HERBERT-------------------------------*/

/* TEXT-AUSRICHTUNG */

.right { text-align:right}
/* text wird rechts ausgerichtet*/

.left {text-align:left}
/* text wird links ausgerichtet*/

.center {text-align:center}
/* text wird zentriert ausgerichtet*/

/*--------------------ANGABEN ZU HYPERLINKS----------------------*/
A               {
	height:18px;
	line-height:18px;
	font-family:verdana,arial,helvetica;
	font-size: 12px;
	text-decoration: none;
	padding-right : 7px;
	padding-left : 7px;
	padding-top : 3px;
	padding-bottom : 3px;
	border : 2px solid #000000;
	background-color : none;
}
/* a:link = Verweise zu noch nicht besuchten Seiten */
a:link {
	color: #00ff00;
	text-decoration: none;
}
/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited {
	color: Black;
	text-decoration:none;
}
/* a:active = Verweise, die gerade angeklickt werden */
a:active {
	color: none;
	text-decoration:none;
}
	
a:hover {
	color : none;
	text-decoration : none;
	background-color : none;
}

A.text { 
	font-family:verdana,arial,helvetica;
	font-size: 10px;
	text-decoration: none;
	color: #99ccff;
	height:10px;
	line-height:11px;
	font-family:verdana,arial,helvetica;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	border : 0px solid #000000;
	background-color : #000000;

	}



