/*Styles für Termine*/
div.Termin_Container
{
   position:relative;
   margin-bottom:10px;
   width:670px;
   height:auto;
   border-style:dotted;
   border-width:1px;
   padding:3px
}
table.Termin_Tabelle
{
   border-collapse:collapse;
   width:670px;
}
.Termin_Header
{
   border-bottom-style:solid;
   border-width:1px;
   border-color:black;
   background-image:url('../img/links_bottom_small.jpg');
   text-align:center;
}
.Termin_Content
{
   background-color:lightgrey;
   text-align:center;
   padding:3px;
}
.Termin_Filter_background
{
   background-image:url('../img/links_bottom_small.jpg');
   background-repeat:repeat-x;
}
.Filter_Button
{
   background-image:url('../img/filter.png');
   background-repeat:no-repeat;
   width:95px;
   height:25px;
   border-width:1px;
   border-style:solid;
}
