.table1
{
   width: 570px; /*!important*/
   height: auto;
   margin-left:30px;
   /*
   F�r http://p55540.typo3server.info/ferienkalender.html
   margin-left: -26px;
   */
   margin-bottom: 20px;
   border-collapse: collapse;
   border: 1px solid #FFFFFF;
}

.table1, .tr-even tr-0
{
   text-align:left;
}

.table1 th
{
   background: #46579f;
   color: #FFFFFF;
   padding: 10px;
   border: 1px solid #FFFFFF;
}

.table1 td
{
   padding: 5px;
   border: 1px solid #FFFFFF;
   background: #dfe2e7;
   color: #000000;
}

/*Die letzte Tabellenspalte ausw�hlen: .table1 td.td-last*/ /*Die erste Tabellenspalte ausw�hlen*/
.table1 td.td-0
{
   text-align: left;
   background: #bec1cb;
   color: #000000;
}



