/*Styles für Seelsorges*/
div.Seelsorge_Container
{
   position:relative;
   margin-bottom:10px;
   width:560px;
   height:auto;
   border-style:dotted;
   border-width:1px;
   padding:3px
}
table.Seelsorge_Tabelle
{
   border-collapse:collapse;
   width:560px;
}
.Seelsorge_Header
{
   border-bottom-style:solid;
   border-width:1px;
   border-color:black;
   background-image:url('../img/links_bottom_small.jpg');
   text-align:center;
}
.Seelsorge_Content
{
   background-color:lightgrey;
   border-top-style:dotted;
   border-width:1px;
   border-color:black;
   text-align:left;
   padding:3px;
}
