/* css fuer hauptseite */

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



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

/* 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:0px 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/kiga/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;
      }

