/* CSS Document for Shadows*/

/* <style type="text/css">
  body { background-color:#E0E0E0;}
  #fusszeile {clear: both;background-color:#31849B;border-top:2px solid black;}
</style> */

/*Style for Shadow X-Value, Y-Value, hardness, Color ,Insert optional*/

#shadowboth {
box-shadow: -10px -10px 10px #585858, 
             10px 10px 10px #585858;
}
