body {
	background-color: #BBBBBB;
         font-family: Helvetica;
         font-size: 11px;

          }
#bild {

	background-image: url(../images/sc_header.jpg);
         background-repeat: no-repeat;
         background-position: right;
      }

#bild2 {
	background-image: url(../images/sc_title.png);
         background-repeat: no-repeat;
         background-position: center;
      }

#schattenl {
	background-image: url(../images/sc_shadow_l.png);
         background-repeat: repeat-y;
         background-position: 100% 0%;
      }

#schattenr {
	background-image: url(../images/sc_shadow_r.png);
         background-repeat: repeat-y;
         background-position: 0% 0%;
      	}

#table1 {
	border: 0px;
         border-collapse: collapse;
         background-color: #EFEFEF;
        }

#table2 {
	border: 0px;
         border-style: solid;
         background-color: #E1E1E1;
         margin-bottom: -3px;
        }

#table3 {
	border: 0px;
	background-image: url(../images/balken-schwarz.png);
         background-repeat: repeat;
        }

#table4 {
	border: 0px;
	background-image: url(../images/balken-rot.png);
         background-repeat: repeat;
        }

#table5 {
         border: 0px;
         border-style: solid;
         background-color: #F0F0F0;
        }

#table6 {
	border: 0px;
         border-style: solid;
         background-color: #ffffff;
        }

#table7 {
	border: 0px;
         border-style: solid;
         background-image: url(../images/rand-unten.png);
        }

#table8 {
	border: 0px;
         border-collapse: collapse;
         background-color: #BBBBBB;
        }

ul {
	list-style-type :none;
         margin-top: 15px;
         margin-left: 12px;
   }

li {
	width: 100px;
         float: left;
         margin: -7px;
   }

li a {

         text-decoration: none;
         color: #000000;
         width: 88%;
         background-image: url(../images/bottom-grau.png);
         background-repeat: no-repeat;
         text-align: center;
         font-family: Helvetica;
         font-size: 11px;
         padding: 10px;
     }

li a:hover {
	color: #ffffff;
   	background-image: url(../images/bottom-dunkelgrau.png);
         background-repeat: no-repeat;

   }