/*---------------Grundschriften, -groessen, -farben---------------*/

body
   { background-color: #FFFFCC; }

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

body,p,div,td,th,address,blockquote,nobr
   { color:#FFFFCC; font-size:12pt; }


/*-------------------------Ueberschriften-------------------------*/

h1
   { font-size:18pt; }
h2
   { font-size:16pt; }
h3
   { font-size:14pt; }
h4
   { font-size:12pt; font-weight:bold; }
h5,h6
   { font-size:10pt; font-weight:bold; }
   
/*-----------------------------Links------------------------------*/

a:link
   { color:#FFFFCC; text-decoration:underline; }
a:visited
   { color:#FFFFCC; text-decoration:underline; }
a:hover
   { color:#FF0000; text-decoration:underline; }

/*----------------------------Listen------------------------------*/

ul,ol,li
   { color:#000000; font-size:12pt; }
ul
   { list-style-type:disc; }

/*----------------------Tabellenhintergrund-----------------------*/

td.idx
   { font-family:Arial,Verdana,Helvetica; color:#FFFFCC; background-color:#000000; }
