/* DATEI: mystyle.css */

body         { background-color: #969696; color: #ffffff; margin-top: 10px; margin-bottom:
               10px }
.header		{margin-top: 0px;}

p,h1,h2,h3,h4,ul,ol,li,div,blockquote,nobr,b,i,th,td,a,body,pre
     { font-family:verdana, Comic Sans MS,verdana,Arial,sans-serif; }


h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
h4 { font-size:10pt; }

p,ul,ol,li,div,td,nobr,b,i,body,pre { font-size:11px; }
th { font-size:10pt; font-weight:bold }
pre.jb { font-family:Courier New,Courier; font-size:10pt; color:#FFCC00; }
tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }


table 
	{border:solid 1px #800000; border-collapse:collapse; empty-cells:collapse;}
	.banner {border:0px none; width:100%;}
	.table_wl {width:60%;}

.noborder 
	{border:0px #800000; border-collapse:collapse; empty-cells:collapse; width:1%;}

.banner {border:0px none; width:100%;}

		   
td {border:0px none; border-collapse:collapse; padding-left:10px; padding-right:10px; padding-bottom:5px; padding-top:5px;}
	.wl {border-top:1px solid #800000; border-bottom:1px solid #800000; background-color:#b4b4b4;}
	.wlp {border-top:1px solid #800000; 	border-bottom:1px solid #800000; background-color:#b4b4b4;}
.nospace
   {padding-left:2px; padding-right:2px; padding-bottom:1px; padding-top:1px;}

tr {border:0px none; border-collapse:collapse;}
	.wl {border-top:1px solid #800000; border-bottom:1px solid #800000; background-color:#FBF2EE;}

th {border:none 0px; border-collapse:collapse; font-weight:bold; text-align:left; padding-left:10px; padding-right:10px; padding-bottom:10px;	padding-top:10px;}
	.wl {border-bottom:solid 1px #800000; background-color:#b4b4b4; }
		   
a:link       { color: #800000; text-decoration: underline; font-weight: normal }
a:visited    { color: #993333; text-decoration: underline; font-weight: normal }
a:active     { color: #800000; text-decoration: underline }
a:hover { color:#ff0000; text-decoration:underline; font-weight:normal; }

a.n:link     { color: #800000; text-decoration: underline; font-weight: normal }
a.n:visited  { color: #993333; text-decoration: underline; font-weight: normal }
a.n:active   { color: #800000; text-decoration: underline }
a.n:hover { color:#ff0000; text-decoration:underline; font-weight:normal; }


/* 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; }
