body{margin:17px;text-align:center;background:#cfc}
table{border:0;border-spacing:0;margin:auto;white-space:nowrap}
th,td{text-align:center;padding:0}
img{border:0}
.button {
   border: 1px solid #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(#7C9B7C));
   background: -webkit-linear-gradient(top, #ccffcc, #7C9B7C);
   background: -moz-linear-gradient(top, #ccffcc, #7C9B7C);
   background: -ms-linear-gradient(top, #ccffcc, #7C9B7C);
   background: -o-linear-gradient(top, #ccffcc, #7C9B7C);
   background: linear-gradient(to bottom, #ccffcc, #7c9b7c);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffcc', endColorstr='#7C9B7C', GradientType=0)";
   display:inline-block;
   height:30px;
   line-height:30px;
   width:131px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #000000;
   font-size: 18px;
   font-family: Calibri;
   font-weight:bold;
   text-align:center;
   text-decoration: none;}
.button:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#7C9B7C), to(#ccffcc));
   background: -webkit-linear-gradient(top, #7C9B7C, #ccffcc);
   background: -moz-linear-gradient(top, #7C9B7C, #ccffcc);
   background: -ms-linear-gradient(top, #7C9B7C, #ccffcc);
   background: -o-linear-gradient(top, #7C9B7C, #ccffcc);
   background: linear-gradient(to bottom, #7C9B7C, #ccffcc);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C9B7C', endColorstr='#ccffcc', GradientType=0)";}
.start{color:#000080}
.statistik{color:#00F}
.archiv{color:#c00}
a:focus {outline: none;}