/* ========== Schatten um Hauptbereich ========== */

/* ========== Schatten um Hauptbereich ========== */

#s1  {
background-image : url("images/s1.png");
background-repeat : no-repeat;
background-position : 100% 100%;
}
#s2 {
background-image : url("images/s2.png");
background-repeat : repeat-x;
background-position : 50% 100%;
}
#s3 {
background-image : url("images/s3.png");
background-repeat : repeat-x;
background-position : 0% 100%;
}
#s4 {
background-image : url("images/s4.png");
background-repeat : repeat-y;
background-position : 100% 100%;
height : 100%;
}
#s6 {
background-image : url("images/s6.png");
background-repeat : repeat-y;
background-position : 0% 0%;
}
#s7 {
background-image : url("images/s7.png");
background-repeat : no-repeat;
background-position : 100% 0%;
}
#s8 {
background-image : url("images/s8.png");
background-repeat : repeat-x;
background-position : 0% 0%;
}
#s9 {
background-image : url("images/s9.png");
background-repeat : no-repeat;
background-position : 0% 0%;
}

