html 
    { 
        background-color: #cccccc; 
        font-family: Trebuchet MS;
        font-size: 12px;
        color: #000033;
    } 
    
body 
    { 
        width: 727px;
        margin: 0px auto;
    }    
h1
	{
	font-size: 12px;
	color: white;
	margin-left: 15px;
	margin-top: 5px;
	}
h2
	{
		font-size: 16px;
		font-style: oblique;
		color: #99cc00;
	}	
h3
	{
		margin: 0px;
		padding: 0px;
	}
p.header{
		font-size: 18px;
		color: white;
		margin: 0px;
		margin-top: -5px;
		margin-left: -30px;
}
A:link, A:visited, A:active, A:hover 
	{
		color: blue;
	}
		
p.menu
	{
		font-size: 16px;
		color: #99cc00;
		text-align: center;
	}
p.error
	{
		color: red;
	}
p.succes
	{
		color: #99cc00;
	}
input.submit
	{
		background-color: #000033;
		color:  white;
		border: 0px;
	}
div.header 
    { 
	    background-color: #000033;
        width: 677px; 
        height: 84px;
        margin-top: 20px;
        padding: 20px 0px 0px 50px;
	}
div.Advertentie
	{
		width: 300 px;
		height: 250 px;
		margin-right: 20px;
		float: right;
	}
div.Menubar
	{
		padding: 5px 0px 5px 0px;
		background-color: #99cc00;
		width: 727px;
		height: 20px;
	}
ul.normal
	{
		text-align: left;
		color: #000033;
		list-style-type: disc;
		margin-left: 30px;
	}
ul.normal li a
	{
		color: #000033;
		list-style-type: disc;
		text-decoration: none;
	}
ul.nieuws
	{
		text-align: left;
		color: #000033;
		list-style-type: disc;
		margin: 0px;
	}
ul.nieuws li a
	{
		color: #000033;
		list-style-type: disc;
		text-decoration: none;
	}
ul.menu
	{
		margin-left: 10px;
		padding: 0px;
		text-align: left;
	}
ul.menu li 
	{
		list-style-type: none;
	}
ul.menu li a 
	{
		text-decoration: none;
		color: white;
	}
ul.menu li a:hover 
	{
		text-decoration: none;
		color: white;
	}		
ul,menubalk, ul.footer {
	margin: 0px;
	padding: 0.2em 1em;
	list-style: none;
	color: white;	
	text-align: center;
}
ul.menubalk li, ul.footer li
	{
		display: inline;
		list-style-type: none;
		white-space: nowrap;
	}
ul.menubalk li a
	{
		color: #000033;
		text-decoration: none;
		padding: 0.2em 1em;
	}	
ul.menubalk li a:hover
	{
		color: white;
		text-decoration: none;
		padding: 0.2em 1em;
	}
ul.footer li a
	{
		color: white;
		text-decoration: none;
	}
div.Content
	{
		background-color: white;
		width: 727px;
		min-height: 475px;
	}
div.ContentR
	{
		margin-right: 20px;
		width: 187px;
		float: right;
		margin-top: 0px;
	}	
div.Menu
	{
        background-color: #000033;
		width: 187px;
        margin-bottom: 10px;
		color: white;
 	    padding-bottom: 5px;
	}
div.ContentL
	{
		margin-left: 30px;
		width: 485px;
		float: left;
		margin-top: 12px;
	}	
div.footer
	{
		background-color: #000033;
		width: 727px;
		height: 30px;
		margin-bottom: 20px;
	}


	#sudoku{
		left:10px;
		top: 100px;
	}
	#gameOptions{

        margin-left: 10px;
		padding: 0px;
		text-align: left;
		font-size:0.9em;
	}

	#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:456px;
		height:456px;
		border:2px solid #000;

	}
	.sudokuSquare,.sudokuSquareHighlighted{
		width:46px;
		height:46px;
		float:left;
		border:1px solid #000000;
		padding:1px;
		line-height:46px;
		font-size:30px;
		text-align:center;
		background-color:#FFF;
		cursor:default;
	}
	.sudokuSquareHighlighted{
		border:2px solid #317082;
		width:46px;
		height:46px;
		padding:0px;
		background-color:#E2EBED;
	}

	.sudokuSection{
		width:150px;
		height:150px;
		border:1px solid #000000;
		float:left;
	}
	.gameRules li{
		font-size:0.9em;
		margin-left:0px;
		padding-left:0px;

	}
	#hintDiv{
		position:absolute;
		width:52px;
		height:60px;
		background-image:url('images/hintArrow.gif');
		background-position: bottom left;
		background-repeat:no-repeat;
		display:none;
		margin-left:1px;


	}
	#hintDivInner{
		width:44px;
		height:44px;
		border-top:2px solid #000;
		border-left:2px solid #000;
		border-right:2px solid #000;
		font-size:11px;
		padding:2px;
		background-color:#FF0000;
		color:#FFF;
	}



