.message, .errmessage{
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

.message{
	color:#003D74;
}

.errmessage{
	color:#003D74;
}

.text{
	padding-left: 5px;
	font-size: 12px;
	font-family: verdana;
	vertical-align: bottom;
	text-align: right;	
	color: #003D74;	
}

#sudoku_spielfeld{
	background inherit;
	border-top:   solid 2px #FFFFFF;
	border-left:  solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;		
	
	width : 430px; 
	height: 320px;
	text-align: center;
	vertical-align: middle;
	padding-left: auto;
	padding-right: auto;
}

#sudoku_spielfeld .abstand{
	margin: 0;
	padding 0;
	height: 5px;
}

#sudoku_steuerung{
	width : 430px; 
	color : transparent;
	font-family	: verdana;
	font-weight: bold;
	font-size  : 12px;
	text-align: center;
}

#sudoku_steuerung *
{
	color   	: #003D74;
	font-family	: verdana;
	font-size  	: 12px;
	text-align	:center;
}

#sudoku_auswahl_leiste
{
	width : 430px; 
	text-align	:center;
}

.sudoku_abstand{
	width: 20px;
}

.sudoku_button{
	color : #003D74;
	height: 25px;
	font-weight: normal;
	text-align:center;
}

#txtDatum, #sel_level, #sel_motiv{
	width: 100px;
}

.centered{
	text-align: center;
}

.quader{
	padding: 2px;
}

.cell_aufgabe, .cell_zu_loesen, .cell_small, .cell_small_marked, .cell_correct, .cell_error, .picture, .picture_small{
	margin: 0px;
	padding: 0px;
}

.cell_aufgabe, .cell_zu_loesen, .cell_correct, .cell_error, .picture {
	width: 	65px;
	height: 65px;
}

.cell_small, .cell_small_marked, .picture_small{
	width: 	65px;
	height: 65px;
}

.cell_aufgabe{
	border: 2px solid #fe6800;
}

.cell_zu_loesen{
	border: 2px solid silver;
}

.cell_error{
	border: 2px solid red;
}

.cell_small{
	border: 2px solid silver;
}

.cell_small_marked{
	border: 2px solid #fe6800;
}
