

p {     color:#111 /* #030; */
 }
.text2{   font-size: 0.9em;
          padding: 16px 0 0px 0;  }

table, th, td {
   font-size: 0.96em;
   bordercolordark: #000;
   bordercolorlight: dd4;
   margin: 20px 0 ;
   }
table {
       border-collapse: collapse;
       width: 96%;

   }
td, th {	height: 32px;
          border-bottom: 1px solid #12f;    /*  #b61;  */ /* untere Linie */
          font-weight: bold;
          padding: 0px 12px;
          text-align: left;
   }
td a {  text-decoration: none;
   }

th {
       background-color: #12f;    /*  #cc7722;  */
       color: white;
       padding: 0px 20px;
   }

tr:hover{background-color:#f5f5f5}
