@charset "utf-8";
/*reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	margin:0px;
	background:#B2B2B2;
	background-image:url(/nsite/img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#site{
	width:955px;
	margin:auto;
	
	height:500px;
}
#header{
	padding-top:10px;
	margin-left:10px;
	height:130px;
}
#adres{
	float:right;
	margin-right:10px;
	font-weight:bold;
}
#menu{
	width:240px;
	margin-left:10px;
	float:left;
}

	#menu ol { 
		list-style: none; 
	}

	#menu li a{
		display:block;
		height:15px;
		padding-top:10px;
		padding-left:15px;
		margin-top:10px;
		background-image:url(/nsite/img/mu_n.gif);
		background-repeat:no-repeat;
		text-decoration:none;
		font-weight:bold;
		color:#000;
	}
	#menu li a:hover, #menu #menu-a a{
		background-image:url(/nsite/img/mu_a.gif);
	}
	
#content{
	width:690px;
	margin-left:260px;
	font-size:14pt;
}
#content .innner{
	font-size:12pt;
}
#BalkGroen{
	margin-top:20px;
	padding:5px;
	width:955;
	background:#D7DE27;
	text-align:center;
	font-size:18px;
}

a.button{
	display:block;
	width:109px; height:30px;
}
a.button.bestel-nl{	background-image:url(../img/kn/bestal_nl_n.png);}
a.button.bestel-nl:hover{	background-image:url(../img/kn/bestal_nl_o.png);}
a.button.bestel-de{	background-image:url(../img/kn/bestal_de_n.png);}
a.button.bestel-de:hover{	background-image:url(../img/kn/bestal_de_o.png);}
