@import url("main.css");

html,body
	 {
		margin: 0;
		padding: 0;
		font-family:Comic Sans MS, Verdana, Arial;
		font-size: 8pt;
		color: #333366;
		background-color:#000000;
		scrollbar-arrow-color: #000000;
scrollbar-face-color: #FDC24E;
scrollbar-highlight-color: #FDC24E;
scrollbar-3dlight-color: #000000;
scrollbar-shadow-color: #FDC24E;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
	}



div#banner
	{
		width:240px;
		height:536px;
		background-image:url(../images/foto_lessen.jpg);
		float:left;		
	}

div#content
	{
		width:720px;
		height:520px;
		background-image:url(../images/bg_content.jpg);
		float:left;
		padding-top:152px;
		background-repeat:no-repeat;
	}
	
div#content_tekst
	{
		width:496px;
		height:334px;		
		float:left;
		padding-left:32px;
	
	}
	
div#header
	{
		width:464px;
		height:16px;
		font-size:15px;
		font-family: Comic Sans MS, Verdana, Arial;
		font-weight:bold;
		margin-left:4px;
		text-align:left;
	}

	
div#tekst
{
width:464px;
margin-left:32px;
text-align:left;
float:left;
}
	
div#tekst_navigatie
	{
		width:400px;
		height:18px;
		padding-left:350px;
	}


#menu 
	{
		height: 32px;
		width:720px;
		background-image:url(../images/knoppen/nav_right.jpg);
		background-position:right;
		background-color:#FF0000;
		float:left;
		margin-top:32px;

	}
	
#menu a.button, #menu a.button:visited 
	{
		width:120px; 
		height:32px; 
		background:url(../images/knoppen/kn_n.jpg); 
		background-position:top left; 
		text-align:center; 
		line-height:28px; 
		text-decoration:none; 
		font-family:Verdana, Arial;
		font-weight:bold;
		color:#663300;
		float:left;
		background-color:#000000
	}
	
#menu a.button:hover
	{ 
		background-image:url(../images/knoppen/kn_o.jpg); 
		background-position:top left; 
		line-height:28px; 
		overflow:hidden;
		color:#663300;
		float:left;
	}
	
#menu a.button:active
	{
		background-position:top left;
		background-image:url(../images/knoppen/kn_o.jpg);
		overflow:hidden;
		color:#663300;
	}