#main {
 margin: 20px auto;
 width: 570px;
 padding: 0;
 color: #565e82;
 font-family: Verdana, Helvetica, Arial;
 font-size: 28px;
}
.main-table {
 background-color:#BAE3FF;
 width: 570px;
 border-collapse: collapse;
 border: 10px solid #272c51;
}
img {
 border: 0;
}
td.bordertop {
 border-top: 2px solid #272c51;
}
td.space {
 width: 20px;
}
td.midt {
 text-align: center;
 height: 30px;
}
input.knap { 
 color:#565e82; 
 font: 100% Verdana, Helvetica, Arial; 
 background-color: #BAE3FF;
 width:128px;
 height:45px; 
 margin: 2px 0;
}
input.knap-minus {
 width: 128px;
 height: 88px;
 margin: 0;
 padding: 0;
 border: 0;
 background: transparent url(minus.jpg) no-repeat center top;
 cursor: pointer;
}
input.knap-plus {
 width: 128px;
 height: 88px;
 margin: 0;
 padding: 0;
 border: 0;
 background: transparent url(plus.jpg) no-repeat center top;
 cursor: pointer;
}
input.knap-hoch {
 width: 260px;
 height: 60px;
 margin: 0;
 padding: 0;
 border: 0;
 background: transparent url(hoch.jpg) no-repeat center bottom;
 cursor: pointer;
}
input.knap-runter {
 width: 260px;
 height: 60px;
 margin: 0;
 padding: 0;
 border: 0;
 background: transparent url(runter.jpg) no-repeat center bottom;
 cursor: pointer;
}