/* ================= Schatten für Tabellen  ================================================================================================== */
/* --------------------    Aufrufbeispiel: 	<td  valign="top" width="100%"  id="schatten-rechts" >  							-------------- */
/* --------------------						<table  width="100%" align="center" border="0" cellpadding="0" cellspacing="0">		-------------- */
/* ====================    25.2.2020 VZ     ================================================================================================== */

#schatten-unten {
background-image:url(../Bitmaps/schatten-unten.png);
background-repeat:repeat-x;
background-position:  50% 100%;
}

#schatten-rechts {
background-image:url(../Bitmaps/schatten-rechts.png);
background-repeat:repeat-y;
background-position:  100% 100%;
height:100%;
}

#schatten-links {
background-image:url(../Bitmaps/schatten-links.png);
background-repeat:repeat-y;
background-position:  0% 0%;
}

#schatten-oben {
background-image:url(../Bitmaps/schatten-oben.png);
background-repeat:repeat-x;
background-position:  0% 0%;
}

