/*<style>*/
.boxsudoko {
	width:120px;
	background:#ddd;
}
table.root-table {
	background-color:#000;
	border:1px solid #fff;
}
table.root-table td {
	background:#fff;
}
table.root-table input {
	background-color:#fff;
	font:24px Arial, Helvetica, sans-serif ; color:#000000; font-weight:bolder;
	width:30px;
	border:0px solid #fff;
	
}
.line-v {
	background-color:#ffcc00;
}
.line-h {
	/*background-color:#666;*/
	background-color:#cc0000;
}




#sudoko table { border:none; }
#sudoko table thead tr th { padding:0; }
#sudoko table tbody tr td { padding:0; }


#sudoko #formmail label {font-weight:bold; margin-top:0;}
#sudoko #formmail br {clear: both;}
#sudoko #formmail label.daten {clear: both;float:left;margin:0;text-align: left; width: 100px;}
#sudoko #formmail input.daten {float: left;margin:0;width: 200px;}