@charset "ISO-8859-1";

/* DATEI: style..css */

  a:link   	    { text-decoration: none; 		 color: blue          ; }				/*  #0000FF  */
  a:visited 	{ text-decoration: none; 		 color: rgb(119, 0,0) ; }			   /*  #770000  */ 
  a:active  	{ text-decoration: none;         color: rgb(170,0,0)  ; }	     		/*  #AA0000 */ 
  a:hover  		{ text-decoration: underline;    color: blue          ; }

body 			  { scrollbar-base-color: rgb(76,85,127); scrollbar-highlight-color:#626EA8; scrollbar-arrow-color:#000000; scrollbar-shadow-color:#CCCCCC;}  
  
    /* die angabaen sind egal !?: scrollbar-base-color:red  ist a) syntaxfehler b) und bewirkt auch nichts 		*/
	/* scrollbar-base-color:#8C8CC6; <- bsp. aus self html	 sei auch als syntax-fehler 	        						*/

  
  table  { border-width:2px;  border-style:solid;  border-color:#000000; }
  table.flat  { border-width:0px;  border-style:none; padding:0px; }

  tr   { background: #FFFFFF; border-style: none; }
  tr.header  { background: #CCCCCC; }
  tr.header2 { background: #FFFFFF; }

  h4 { font-family: verdana; }

  td   { padding-left: 10px;
         font-size: 10px;
         border-style: solid;
         border-width: 0px;
         border-bottom-width: 1px;
         border-bottom-color: #6C759F;
         font-family: verdana; }

  td.empty{ padding-left: 10px;
            font-size: 2px;
            border-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #6C759F;
            font-family: verdana; }

  td.group { padding-left: 0px; }

  td.grouplast { padding-left: 0px;
                 border-style: none; }

  td.last { font-size: 10px;
            border-style: none;
            font-family: verdana; }

  td.header { padding-left: 0px;
              font-size: 10px;
              border-style: none;
              font-family: verdana;
              font-weight:bold;
              color: #000000;}

  td.spacer { height: 7px; border-style: none;  }

