@charset "utf-8";
/* CSS Document */
<!--

table.termin {
   border-collapse: collapse;
   margin-bottom: 20px;
   width: 170px;
}

table.termin td.garantiepic {
    width: 50px;
}

table.termin td.course {
    padding-left: 4px;
    padding-bottom: 2px;
    vertical-align: bottom;
    text-align: left;
}

table.termin td.date {
    font-weight: bold;
}

table.termin td.garantietext {
    padding-left: 4px;
    color: #94c421; 
    text-align: left;
}

table.termin tr.row2 {
    line-height: 80%;
}

hr.termin {
    border: none 0;
    border-top: 1px dotted #969696;/*the border*/
    width: 50%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
    text-align: center;
}

li#termin
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
height: 55px;
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 55px;
margin: .4em 0;   
}




table.termin a:link,
table.termin a:visited
{
    text-decoration: none;
}

table.termin a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
-->

