body { font-family:Tahoma,Verdana,Arial,sans-serif; font-size:12px; color:#776633; }	

input.timer {
		border:1px solid #cccccc;
		padding:3px;
		font-family:Tahoma,Arial,sans-serif;
		font-size:11px;
		color:#336699;
		text-align:center;		
		background-color:#f5f5f5;
		cursor:default;
	}

	h1{
		margin:0px;
		font-family:Tahoma, Arial,sans-serif;
		font-size:18px;
		color:#336699;
	}

	li {
		line-height:14px;
	}

	ul {
		padding:0px;
		margin:0px 0px 15px 0px;
	}

	#sudoku{
		border:1px solid #999999;
		padding:5px;
		background-color:#eeeeee;
	}
	
	#gameOptions{
		width:160px;
		height:390px;
		border:solid #999999;
		border-width:1px 1px 1px 0px;
		background-color:#eeeeee;
		padding:10px 10px 0px 10px;
		font-family:Tahoma, Arial,sans-serif;
		font-size:13px;
		color:#444444;
		text-align:center;
	}
	#gameOptions ul{
		padding-left:0px;
		margin-left:0px;
		margin-top:0px;
	}
	#gameOptions a{ 
		color:#FF0000;
		text-decoration:none;
	}
	#gameOptions a:hover{
		color:#317082;
		text-decoration:underline;
	}
	#gameOptions li{
		list-style-type:none;
	}

	.sudoku{
		width:390px;
		height:390px;
		border:0px solid;
		border-color:#555555 #ffeeee #eeeeee #555555;
		padding:0;
	}
	
	.sudokuSquare,.sudokuSquareHighlighted{
		width:40px;
		height:40px;
		float:left;
		border:1px solid #336699;
		padding:0px;
		line-height:31px;
		font-family:Arial,sans-serif;
		font-size:20px;
		text-align:center;		
		background-color:#FFF;
		cursor:default;
	}
	
	.sudokuSquareHighlighted{
		border:2px solid #ee2222;
		width:38px;
		height:38px;		
		padding:0px;
		background-color:#ffffff;
	}
	
	.sudokuSection{
		width:126px;
		height:126px;
		border:1px solid #336699;
		padding:1px;
		float:left;
	}
	
	.gameRules li{
		font-family:Tahoma, Arial,sans-serif;
		font-size:11px;
		margin-left:0px;
		padding-left:0px;
	}
	
	#hintDiv{
		position:absolute;
		width:40px;
		height:45px;
		background-image:url('../grafika/hintArrow.gif');
		background-position: bottom left;
		background-repeat:no-repeat;
		display:none;
		margin-top:12px;
		margin-left:2px;
	}
	
	#hintDivInner{
		width:40px;
		height:39px;
		border:1px solid #3366aa;
		background-color:#eeeeee;
		font-family:Tahoma, Arial,sans-serif;
		font-size:9px;
		color:#336699;
		text-align:center;
		padding:0px;
	}

