/* Formate für Plugin Termine */

#content table{
   width:            96% !important;
   max-width:         96% !important;
   margin:            0.1em   20px   0.1em  20px !important;
   /*             oben, rechts, unten, links */
   font:             1.0em Tahoma, Arial, Helvetica, sans-serif;
   border:            none;
}

#content table.termine,#content table.termine2,td.headercelldatum, td.headercellereignis,#content td.termincell, td.picturecell,
td.sidebarheadercelltermine, #sidebar td.termincell, td.sidebarheadercellereignis, td.headercelltermine, td.sidebarheadercelldatum    {
   border:          1px solid #3C475D;
}
#content table.termine{
    text-align:         center;
   margin-left:         auto;
   margin-right:         auto;
}
#content table.termine2{
    text-align:         left;
   margin-left:         auto;
   margin-right:         auto;
}
td.headercelldatum {/* Plugin Termine  Contentbereich*/
   width:            100px;
   clear:             both;
   background-color :       #fff;
   color:             #3E7FAA;
   font-weight:          bold;   
   border:          1px solid #3E7FAA !important;
   text-align:          center;
}
td.headercellereignis {/* Plugin Termine  Contentbereich*/
   clear:             both;
   background-color :       #fff;
   color:             000;
   font-weight:          bold;   
   text-align:          center;
}
td.headercelltermine {/* Plugin Termine  Contentbereich*/
   width:            100px;
   clear:             both;
   background-color :       transparent;
   color:            #000;
   font-weight:          bold;   
   text-align:          center;
}
td.headercelltermine:hover {/* Plugin Termine  Contentbereich*/
   background-color :       blue;
   color:            #990000;
}
#content td.termincell {/* Plugin Termine  Sidebarbereich*/
   clear:             both;
   padding:          4px;   
   margin:          0px;
   vertical-align:         middle;
   text-align:          left;
   font-size:         100%;
   background-color :       #fff;
   color:            #000;
}
td.picturecell {/* Plugin Termine  Contentbereich*/
   width:            50px;
   clear:             both;
   background-color :       #3E7FAA;
   text-align:          center;
}

table#sidebartermine, table#sidebartermine2{
   width:            100%;
   font-size:         0.9em;
   border:            none !important;
}
td.sidebarheadercelldatum {/* Plugin Termine  Sidebarbereich*/
   width:            50px;
   clear:             both;
   background-color :       #fff;
   color:             #3E7FAA;
   font-weight:          bold;   
   text-align:          center !important;
   /*                oben, rechts, unten, links */
   padding:         0.5em  0.8em   0.5em  0.8em;
}
td.sidebarheadercelltermine {/* Plugin Termine  Sidebarbereich*/
   width:            50px;
   clear:             both;
   background-color :       transparent;
   color:            #000;
   font-weight:          bold;   
   text-align:          center !important;
   /*                oben, rechts, unten, links */
   padding:         0.5em  0.5em   0.5em  0.5em;
}
td.sidebarheadercelltermine:hover {/* Plugin Termine  Sidebarbereich*/
   background-color :       #3E7FAA;
   color:            #F1B518;
}
td.sidebarheadercellereignis {/* Plugin Termine  Sidebarbereich*/
   clear:             both;
   background-color :       #fff;
   color:             #3E7FAA;
   font-weight:          bold;   
   text-align:          center;
}
#sidebar td.termincell {/* Plugin Termine  Sidebarbereich*/
   clear:             both;
   padding:          4px;   
   margin:          0px;
   vertical-align:         middle;
   text-align:          left;
   font-size:         100%;
} 
