/* css fuer hauptseite */

body  { background-image:url(../grafik/css/hauptseite/body_blau_.jpg);
        background-repeat:repeat-y;
        background-color:#a4a9d1;
      }

/* tabelle für die Gottesdienstordnung  und für regelmäßige Termine *************/

#tabelle { }

#tabelle table {
         color:#000;
         background-color:#e3e8f3;
         width:100%;
         table-layout:fixed
         }

#tabelle caption {
         margin-bottom:0.1em;
         padding-top:0.7em;
         font-size:130%;
         font-weight:bold;
         text-align:left;
         color:#e3e8f3;  background-color:#003080;
         border:2px solid #e3e8f3;
         }

#tabelle tr {
         margin:0;
         padding:0;
         vertical-align:top;
         line-height:120%;
         }

#tabelle tr.tr_0 {color:#000;background-color:#9DAED4; }
#tabelle tr.tr_1 {color:#000;background-color:#C5D0E8; }

#tabelle td {
         padding:0;   padding-bottom:0.4em;
         }

#tabelle td.ort {
         width:3em;
         padding-right:0.0em;  padding-left:0.2em;
         font-style:italic;
         text-align:left;
         }

#tabelle td.zeit {
         width:6em;
         padding-right:0.2em;  padding-left:0.2em;
         text-align:right;
         }

#tabelle td.text {
         text-align:left;
         }

#tabelle caption span {                                   /* Angabe Evangelium und Lesung */
         font-weight:normal;
         font-size:70%;
         }

#tabelle caption span a, #tabelle caption span a:link {   /* Link auf Evangelium  */
         color:#CACEFF;   background-color:#003080;
         }

#tabelle caption span a:hover, #tabelle caption span a:activ  {
         color:#003080;   background-color:#CACEFF;
         }

/********************************************************************************/
/* Evangelium */


#evangeliumbuch {
        position:relative;
        width:96%; height:100%;
        margin:0;
        padding:0;
        background:#FFFcef;
        background:url(../grafik/css/hauptseite/evangeliar_2.jpg) ;
        background-repeat:no-repeat;
        background-position:center bottom;
        border:1px solid #000066;
        font-size:100%;
        }

#evangeliumbuch p.r {line-height:15em;}

.evangelium  {
        width:90%;
        font:110% "trebuchet ms", arial, hevetica, sans-serif;
        line-height:1.4em;
        position:relative; top:10px; left:1em;
        border:0px solid #000066;
        }

.evangelium b.ev_nach  {
        font-size:140%;
        font-weight:bold;
        line-height:2em;
        color:#DF0000;
        }

.evangelium b.ev_kap, .evangelium b.ev_ueb  {
        font-size:120%;
        font-weight:bold;
        line-height:2em;
        }

#ev_form {
        background:url(../grafik/css/hauptseite/evangeliar_1_kl.jpg) ;
        background-repeat:no-repeat;
        background-position:bottom right;
        }

#ev_form span.s input {
        width:10em;
        }

#ev_form  span.v input  {
        width:3em;
        }

/* Evangelium Ende */

/********************************************************************************/

/* gallerie für die Bildergallerie */

#gallerie div.bildtext, #galerie div.bildtext {
      font-size:80%;
      font-weight:bold;
      color:#003080;  background-color:#fff;
      }

#gallerie a, #galerie a {
      text-decoration:none;
      font-size:80%;
      font-weight:bold;
      color:#B52C07;  background-color:transparent;
      border:0px solid #000000;
      }
#gallerie a:link,    #galerie a:link     { color:#B52C07;background-color:transparent;   }
#gallerie a:visited, #galerie a:visited  {   }
#gallerie a:hover,   #galerie a:hover    {color:#fff; background-color:#B52C07;  }
#gallerie a:activ,   #galerie a:activ    {   }

#gallerie img,       #galerie img        {color:#000; background-color:#fff; border:1px solid #ddd; }

#gallerie_auswahl img, #galerie_auswahl img  {color:#000; background-color:#fff; border:1px solid #ddd; }


}
#galerie_auswahl div img  {color:#000; background-color:#fff; border:1px solid #aaa; }

#gal_b div {width:260px;padding:5px;margin:0px; border:1px solid #fff;}
#gal_b .l  {float:left; }
#gal_b .r  {float:right;}
#gal_b .ll {}
#gal_b  a:link {border:none;text-decoration:none;}

/* Ende gallerie für die Bildergalerie */


.besonderertext  {
        font:100% "trebuchet ms", arial, hevetica, sans-serif;
        margin-left:0;  margin-top:5px;
        padding:1em;
        line-height:165%;
        border:1px solid #000066;
        color:#000;   background:#FFFcef;
        background:url(../grafik/css/hauptseite/back_2.jpg) ;
        }



/* Textformatierungen  ***********************************/

.textfloat_r  {
       float:right;
       width:15em;
       margin:0 0 5px 5px;
       padding:5px;
       border:1px solid #C02000;
       }

.text-spalte_259 {
      width:259px;
      }

.text-spalte_400 {
      width:400px;
      }
