<style type="text/css">
<!--

a:active { color:#000000; text-decoration:none }
a:link { color:#Df7E1E; text-decoration:none }
a:visited { color:#00009C; text-decoration:none }
a:hover { color:red; text-decoration:none }

body {
	scrollbar-face-color:#027F79;
	scrollbar-track-color:#65B1AD;
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#222222;
	scrollbar-arrow-color:#111111;
	scrollbar-base-color:#00dddd;

	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	margin-top:3; margin-left:10; margin-right:10;
	padding-top:3; padding-left:10; padding-right:10;

	background-image:url(../nav/border_mitte3.jpg);
	background-repeat:yes-repeat;
	background-attachment:fixed;
	padding:0px; }

body.agb {
	background-image:none;
	background-color:#B7DBD7; }

td {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;}

.t1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;}

.t2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:19px; }

.t5 {
	background-color:#027F79;
	font-family:Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	font-weight:normal;
	font-style:italic,bold }

.t6 {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px; }

.aktiv {
	color:#Df7E1E;
	font-weight:bold;
	border:solid #Df7E1E 1px;
	}

.live {
	color:green;
	font-weight:bold;
	border:solid green 1px;
	}

.tot {
	color:red;
	font-weight:bold;
	border:solid red 1px;
	}

.visu {
	color:blue;
	font-weight:bold;
	border:solid blue 1px;
	}

.na {
	color:black;
	border:solid gray 1px;
	}


/*	Kommentar
	brauchbare CSS Elemente:

#person { font-variant:small-caps; }
	Wird im html file mit <span id="person">...</span> angesprochen und erzwingt Kapitaelchen-Ausgabe

#gruppe { text-transform:capitalize; }
	Erzwingt Wortanfänge mit Großbuchstaben
	Es gibt auch:
	uppercase = Nur Großbuchstaben
	lowercase = Nur Kleinbuchstaben

#seitenkopf { text-align:right; margin-right:0.4cm }
	Ausrichtung rechts (justify moeglich), Einzug 0,4

.tieferlegen { vertical-align:sub; }
	Schrift bei gleicher Textgroesse tiefer anzeigen
.hochzahl { vertical-align:super; }
	z.B. fuer Exponentialzahlen wie x²
#editor { white-space:pre; }
	Eingabeformatierung = Ausgabeformatierung
	nowrap erzwingt unumgebrochene Zeilen
	normal erzeugt normal umgebrochene Zeilen

td.Preis:before { content:"Preis: "; }
td.Preis:after  { content:",- EUR"; }
td.Produkt:before { content:url(list_style_image.gif)" "; }
<td class="Preis">...</td>
	Die Pseudoformate legen fest, dass bei Angabe einer bestimmten Klasse automatisch ein bestimmtes Text-/Bildelement angezeigt wird.

cursor:help;
	Erzeugt einen Cursor mit Fragezeichen
*/
-->
</style>
