body
{
 font-family: 'Copperplate Gothic Bold','Palatino Linotype',Georgia,serif;
 color: #556B2F;
 background-color: #FFE4B5;
 text-align: center;
}

table
{
 table-layout: fixed;
 border-collapse: collapse;
 font: bold 56px Arial;
 line-height: 47px;
 text-align: center;
 margin: auto;
 cursor: pointer;
}

td
{
 border: solid 2px #a0a0a0;
 width: 48px;
 height: 50px;
 padding: 1px 0px 0px 0px;
}

* html td
{
 width: 51px;
 height: 51px;
}

#ButtonUp, #ButtonDown
{
 width: 25px;
 height: 14px;
 position: relative;
 padding: 0;
}

#ButtonUp
{
 top: -7px;
 left: -5px;
}

#ButtonDown
{
 top: 6px;
 left: -34px;
}

* html #ButtonUp
{
 top: -10px;
 left: -1px;
}

* html #ButtonDown
{
 top: 2px;
 left: -22px;
}

#ButtonErzeugen
{
 position: relative;
 left: -25px;
 width: 6em;
}

.Groessen
{
 position: relative;
 left: 5em;
 width: 16em;
 text-align: left;
 margin: auto;
}
