div#sudoku{
   width:368px;
   text-align:center;
   background:url(http://static.sudoku-space.com/images/sudoku/sudoku-bg.gif) repeat-y center;
}
#sudoku table{
   border:3px solid #000;
   margin:0px auto;
   empty-cells:show;
}
#sudoku td.borderright{
   border-right:3px solid #000;
}
#sudoku td.borderbottom{
   border-bottom:3px solid #000;
}
#sudoku td.borderbottomright{
   border-bottom:3px solid #000;
   border-right:3px solid #000;
}
#sudoku td{
   width:36px;
   line-height:36px;
   height:36px;
   color:#4e5661;
   font-size: 26px;
   font-weight: bold;
   font-family: verdana, geneva, arial, helvetica, sans-serif;
   text-align:center;
   background:none;
   position:relative;
   border:1px solid #000;
}
#sudoku input{
   cursor:default;
   width:30px;
   margin:0;
   padding:0;
   font-size: 26px;
   font-weight: bold;
   font-family: verdana, geneva, arial, helvetica, sans-serif;
   text-align:center;
   background:none;
   border:none;
}

#steuer{
   font-size:15px;
   background:url(http://static.sudoku-space.com/images/sudoku/control-bg.gif) repeat-y center;
   width:109px;
   padding:0px 8px;
}
#steuer #options{
   width:100%;
   color:black;
}
#steuer .knopf{
   width:100%;
   height:24px;
   padding:0;
   color:#1d0000;
   background-color:#ededed;
   border-color: #f5f5f5 #919191 #919191 #f5f5f5;
}
#steuer .header{
   font-weight:bold;
   text-align:center;
   margin:0;
   padding:0;
   font-size:16px;
   color:#000000;
}
