@charset "ISO-8859-1";

body {
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;*/
	background-color: #ffffc6;
	/*
  padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;*/
}
/*
p {
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;
}
*/

#inputtype {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
table.sudoku {
	border-collapse: collapse;
    background-color:#FFFFFF; 
	color:#000000; 
	border-collapse:collapse;
    margin-left:auto; 
	margin-right:auto; 
	margin-bottom:7px; 
}

.sudoku td { 
	width: 45px; 
	height: 45px; 
	text-align:center; 
	border: 1px solid #000;
}
/* preset fields */
.sudoku_field_preset {
	background-color: #DFFFDF; /* IE fallback color */
	background-color: rgba(0, 192, 0, 0.10); /* #00c000 10%  */
}
.sudoku_field_preset input {
	background-color: #DFFFDF; /* IE fallback color */
}
.sudoku_field_preset_solved {
	background-color: #DFDFFF; /* IE fallback color */
	background-color: rgba(0, 0, 192, 0.10); /* #0000c0 10%  */
}
.sudoku_field_preset_solved input {
	background-color: #DFDFFF; /* IE fallback color */
}
.sudoku input { 
	width: 40px; 
	text-align:center;
	font-size:24px;
	border:none; 
/*	background:transparent;*/
	font-family:"Comic Sans MS", cursive;

}
/* END preset fields */

/* empty fields */
.sudoku_field_empty {
	font-size:24px;
}
.sudoku_field_empty input {
	background-color: #fff; 
}
.option_field { 
	text-align:center; 
	font-size:24px;
}
/* END empty fields */

/* sudoku left outside border line*/
#c1r1, #c1r2, #c1r3, #c1r4, #c1r5, #c1r6, #c1r7, #c1r8, #c1r9 {
	border-left: 3px black solid;
}
/* sudoku right outside border line*/
#c9r1, #c9r2, #c9r3, #c9r4, #c9r5, #c9r6, #c9r7, #c9r8, #c9r9 {
	border-right: 3px black solid;
}
/* sudoku top outside border line*/
#c1r1, #c2r1, #c3r1, #c4r1, #c5r1, #c6r1, #c7r1, #c8r1, #c9r1 {
	border-top: 3px black solid;
}
/* sudoku bottom outside border line*/
#c1r9, #c2r9, #c3r9, #c4r9, #c5r9, #c6r9, #c7r9, #c8r9, #c9r9 {
	border-bottom: 3px black solid;
}


/* sudoku vertical inside border lines*/
#c4r1, #c4r2, #c4r3, #c4r4, #c4r5, #c4r6, #c4r7, #c4r8, #c4r9, #c7r1, #c7r2, #c7r3, #c7r4, #c7r5, #c7r6, #c7r7, #c7r8, #c7r9 {
	border-left: 2px black solid;
}
/* sudoku horizontal inside border lines*/
#c1r4, #c2r4, #c3r4, #c4r4, #c5r4, #c6r4, #c7r4, #c8r4, #c9r4, #c1r7, #c2r7, #c3r7, #c4r7, #c5r7, #c6r7, #c7r7, #c8r7, #c9r7 {
	border-top: 2px black solid;
}

.buttons {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 150px; /* 10em; */
	font: Tahoma, Geneva, sans-serif;
}
#button_empty {
	width: 100%;
}
.buttons:hover {
	/* font-weight: bold; */
	color: blue;
}

.difficulty {
	/* float: left; 
	margin-right: 5px;
	font-size: 13px; 
  */
	margin-right: 3px;
	font-size: 14px; 
}
.div_centered {
	text-align:center;
}
.clear {
	clear:both;	
}
#div_difficulty {
	width: 32em;
	margin: 0px auto;
}

#drucken_urls {
  letter-spacing:1px;
}

#drucken_urls ul {
  margin-bottom: 5px;
  margin-left: -35px;
}

#drucken_urls ul li {
  display:inline;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
}

#solution_time {
  font-size: 11px;
  text-align: center;
  margin-bottom: 1em;
}

.error_message {
  font-size: 1.2em;
  text-align: left;
  color: red;
  /*font-style:italic;*/
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

