@font-face {
    font-family: 'museo_300regular';
    src: url('./fonts/museo300-regular-webfont.eot');
    src: url('./fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/museo300-regular-webfont.woff') format('woff'),
         url('./fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('./fonts/museo300-regular-webfont.svg#museo_300regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
    background:url(../images/sudoku-background.jpg) #3D739F repeat-x;
    font-size:18px;
    font-family:'museo_300regular', Palatino, Georgia, Serif; /*"Times New Roman", Times, serif;*/
    /*cursor:url(../grotepijl.cur),default;*/
		color:#002266;
}
h1{
    font-size:32px;margin-bottom:0.2em;
}
h2{
    font-size:28px;margin-bottom:0.2em;
}
h3{
    font-size:24px;margin-bottom:0.2em;
}
p{
    font-size:18px;margin-top:0.5em;
}
div#wrapper{
    width:986px;
    margin:0px auto;
    background-color:#c8d2dc;/*#e0f2fd; oud*/
    border:2px solid black;
}
aside p{
	font-size:14px;
	color:#910B08;
}
aside h3{
	color:#910B08;
}
/*-----------------------------Hieronder het menu------------------------------------------*/
#menu {
    text-align: center;
    font-size:18px;
    width:986px;
}
#menu ul{
    background-color: red;
    border: 2px solid black;
    border-style:solid none;/*geen borders links en rechts*/
    padding: 5px;
    margin: 0;
}
#menu ul li{
    display:inline;
    list-style-type:none;
}
#menu ul li a{
    padding: 0px 25px;
    text-decoration:none;
	text-transform:capitalize;
    /*cursor:url(../grotepijl.cur),default;*/

}
#menu ul li a.selected
{
    font-size:22px;
    font-weight:bold;
}
#menu a:link{
    color:white;
}
#menu a:visited{
    color:white;
}
#menu a:hover{
    color:yellow;
}
/*-------------------------------------de banner---------------------------------------*/
img#banner{
    display:block;/*anders staat hij op de baselijn met wit eronder*/
}
/*--------------hieronder de specifieke dingen voor de welkoms(index)pagina---------------*/
div#tekst_index{
    margin:10px 50px 10px 440px;
}
#linklist li{
	padding:10px 0 10px 0;
}
/*--------------hieronder de specifieke dingen voor de theoriepagina--------------------------*/
div#tekst_theorie{
    margin:10px 50px 10px 340px;
}
.afb_links {
    float:left;
    margin:130px 0px 0px 30px;
    clear:left;
		font-size:16px;
}
/*-------hieronder de specifieke dingen voor de Invoeren en oplossen-pagina-------*/
/*--------------- sudokudiagram----------------*/
table{
    background-color:black;
    border-collapse:collapse;
    border-spacing:0px;
    padding:0px;
		font-family:Arial,sans-serif;
		color:#194B7D;
}
table#buiten{
    border:2px solid black;
}
table.binnen td{
    background-color:white;
    border:1px solid black;
    border-collapse:collapse;
    border-spacing:0px;
}
div.cell{
		/*width:24px;
		height:20px;voor instructiediagrammen*/
		width:28px;
		height:24px;
		text-align:center;
		/*margin:1px 1px 1px 0px; voor instructiediagrammen*/
		margin:2px;
		/*padding:0px 0px 2px 0px;voor instructiediagrammen*/
    padding:2px 2px 2px 0px;
}
div.cell2{
		width:30px;
		height:28px;
		text-align:center;
    padding:4px 1px 1px 0px;
}
div.cell3{
		width:32px;
		height:28px;
		text-align:center;
    padding:4px 2px 1px 1px;
}
div#diagram{
    width:350px;
		/*font-size:20px; voor instructiediagrammen*/
    font-size:24px;
}
div#wrapper2{
    height:390px;
    float:left;
    margin-left:40px;
}
table#keuze td{
    background-color:white;
    border:3px solid black;
    border-collapse:collapse;
    border-spacing:0px;
    padding:0px 0px 0px 0px;
    font-size:24px;
}
/*------------hieronder alles voor de Invoeren-pagina---------*/
/* ---------hieronder alles voor de sudoku-keuze knoppen*/
ul#special{
    list-style-type:none;
    padding:0px;
    margin:0px 20px 0px 0px;
    float:right;
}
a.hover{
    height:23px;
    width:120px;
    background:transparent url(../images/knop16.png) 0px 30px;
} 
a.nonhover{
    height:23px;
    width:120px;
    background:transparent url(../images/knop16.png) 0px 0px;
}
a.knop{
    margin-left:18px;
    font-size:18px;
    display:block;text-decoration:none;
    font-family:Rockwell;
    font-size:14px;
    text-indent:30px;
    padding-top:7px;
    margin:5px;
    /*cursor:url(../grotepijl.cur),default;*/

} 
a.knop:link{
    color:darkblue;
}
a.knop:visited{
    color:darkblue;
}
a.knop:hover{
    color:white;
    font-style:italic;
}
/*------------het tekstblok------------*/
div#tekst_inv{
    width:400px;
    margin-left:420px;
    margin-right:auto;
}
/*----------hieronder de laatste zaken enkel en alleen voor Oplossen*/
/*---------------------------------styling optietabel---------*/
#optiearr{
    margin-left:40px;
    clear:both;
} 
table.optie{
    font-size:12px;
    border:3px solid black;
}
table.optie td{
		font-family:"Arial Narrow",Arial,sans-serif;
    background-color:white;
    border:1px solid black;
    border-collapse:collapse;
    border-spacing:0px;
    padding:0px;
		color:black;
}
table.optie td.sudoku{
		font-family:Arial,sans-serif;
}
table.optie td.wordoku{
		font-family:"Arial Narrow",Arial,sans-serif;
}
table.optbin tr td{
    padding:0px 5px 0px 2px;
    width:90px;height:20px;
}

/*-----------------------------------het boodschappen venster-------------*/	
#boodschap{
    width:450px;
    height:44px;
    padding:20px;
    font-size:20px;
    background-color:white;
    border:4px solid black;
    margin-left:16px;
}
#rechterhelft{
    width:560px;
    float:left;
    margin-left:5px
}
div#tekst_opl{
    margin:60px;
    clear:both;
}
/*--------------hieronder de specifieke dingen voor deze pagina--------------------------*/

/*-------------------------knoppen---------------*/
div#knoppenpaneel{
    float:left;
    padding:10px;
}
div#knoppenpaneel input {
    width: 240px;
    height: 30px;
    margin: 10px 10px 7px 5px;
    /*cursor:url(../grotepijl.cur),default;*/


}
table#keuze{
    margin:13px 0px 0px 0px;
}
/* kleuren van cijfers in optietabel */
.optieWissen {color:red;}
.optieTerug {color:dodgerblue;}
/*---------------------- voor de footer   */
#footer {
    font-family:arial;
    font-style:italic;
    line-height:20px;
    background-color:#222;
    color:#aaa;
}
#footer table{width:100%}
#footer table tr td {
    width:33%;
    text-align:center;
    padding:20px;
}
#footer a:link {
    text-decoration: none;
    color: #aaa;
}
#footer a:visited {
    text-decoration: none;
    color: #aaa;
}
#footer a:hover {
    text-decoration: none;
    color: #fff;
}
#footer a:active {
    text-decoration: none;
    color: #aaa;
} 
#footer h4{font-size:14px;}
/*---------------------- voor de handleiding   */

div#handleiding{
width:80%; margin:0 auto;
}
div#handleiding p {clear:both;}
div#handleiding h1 {clear:both;}
div#handleiding h3 {clear:both;}
img.manual{float:left;margin:10px 10px 10px 0;}
#bitdiagram td {background-color:white;color:black;}
div.afbeelding {font-size:14px;margin-bottom:16px;}
/*  --------------------------------------------------- contactpagina ---- */
div#contact {
	width:500px;
	float:left;
	margin:-20px 40px 0px 60px;
	}
#contact form{
	width:470px;
	}
#contact form * {
	width:350px;
	height:20px;
}
#contact form textarea {
	width:350px;
	height:200px;
}
#contact form input[type="submit"] {
	width:350px;
	height:36px;
	font-size:22px;
}			
#contact .right {
	float:right;
	}
#contact .clear{
	clear:both;
	}
div#ipad{
	width:300px;
	float:left;
	background-color:white;
	color:black;
	margin:20px;
}
div#ipad p{
	font-size:14px;
	margin:20px;
}
div#ipad h3{
	font-size:20px;
	margin:20px;
}
/*   -------------------------------achtergrondkleuren oplosvelden-----*/
.color0 {background:url(../images/sudoku-sprite.gif) 0px 0px;}
.color1 {background:url(../images/sudoku-sprite.gif) 0px -40px;}/*paars*/
.color2 {background:url(../images/sudoku-sprite.gif) 0px -80px;}/*geel*/
.color4 {background:url(../images/sudoku-sprite.gif) 0px -120px;}/*oranje*/
.color8 {background:url(../images/sudoku-sprite.gif) 0px -160px;}/*groen*/
.color16 {background:url(../images/sudoku-sprite.gif) 0px -200px;}/*lightblue*/
.color3 {background:url(../images/sudoku-sprite.gif) 0px -239px;}/*paars geel*/
.color5 {background:url(../images/sudoku-sprite.gif) 0px -278px;}/*paars oranje*/
.color9 {background:url(../images/sudoku-sprite.gif) 0px -320px;}/*paars groen*/
.color6 {background:url(../images/sudoku-sprite.gif) 0px -360px;}/*geel oranje*/
.color10 {background:url(../images/sudoku-sprite.gif) 0px -398px;}/*geel groen*/
.color12 {background:url(../images/sudoku-sprite.gif) 0px -438px;}/*oranje groen*/
.color7 {background:url(../images/sudoku-sprite.gif) 0px -478px;}/*paars geel oranje*/
.color11 {background:url(../images/sudoku-sprite.gif) 0px -518px;}/*paars geel groen*/
.color13 {background:url(../images/sudoku-sprite.gif) 0px -559px;}/*paars oranje groen*/
.color14 {background:url(../images/sudoku-sprite.gif) 0px -600px;}/*geel oranje groen*/
.color15 {background:url(../images/sudoku-sprite.gif) -1px -638px;}/*paars geel oranje groen*/
/*-----------------------------------------------------------------*/
fieldset {
border: 1px inset #888;
display:table;
float:left;
padding:8px;
margin-left:10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
div#floatmargin	{width:40px;float:left;height:80px;}
