td
   {
   text-align: left;
   }

.oben
   {
   background-color: #999;
   color: #fff;
   }

.oben a
   {
   display: block;
   color: #fff;
   text-decoration: none;
   }

.oben a:hover
   {
   color: #fff;
   text-decoration: underline;
   }

.sortup
   {
   background-image: url(up.gif);
   background-repeat: no-repeat;
   background-position: center center;
   }

.sortdown
   {
   background-image: url(down.gif);
   background-repeat: no-repeat;
   background-position: center center;
   }

.a
   {
   background-color: #eee;
   }

.b
   {
   background-color: #ddd;
   }

.a a,.b a
   {
   text-decoration: none;
   display: block;
   }

.a a:hover,.b a:hover
   {
   text-decoration: none;
   color: #000;
   background-color: #f7a518;
   }

.right
   {
   text-align: right;
   }

.info
   {
   text-align: center;
   }

.info a span
   {
   display: none;
   }

.info a:hover span
   {
   position: absolute;
   width: 505px;
   background-color: #fff;
   border: 1px solid #999;
   color: #000;
   text-decoration: none;
   text-align: left;
   display: block;
   margin: 20px 0 0 -200px;
   padding: 2px 5px;
   }
