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

table.weekendtermine{
width: 70%;
border: 1px solid #cccccc;
}
table.weekendtermine th{
background-color:#efefef;
border-bottom: 1px solid #cccccc;
text-align:left;
color: #000000;
}
table.weekendtermine td{
border-bottom: 1px solid #cccccc;
}
table.weekendtermine tr:hover{
background-color: #CC0000;
color: #FFFFFF;
}
