/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: black;
padding: 0px;
margin: 0px;
width:100%;
height:auto;
}

#container{
width: 1000px;
margin: 0 auto;
*width: 983px;
_width: 1000px;
height: 100%;
}

#header{
background-image:url(../img/top.jpg);
height: 215px;
width: 1000px;
*width: 983px;
_width: 1000px;

}

#left{
background-image:url(../img/menu_back.jpg);
width: 218px;
min-height:442px;
float: left;
}

	#nav{
	width: 218px;
	min-height:413px;
	padding-top: 10px;
	}


	#left_onder{
	background-image:url(../img/menu_onder.jpg);	
	height: 19px;
	width: 218px;
	}

#main{
background-image:url(../img/main_back.jpg);
width: 782px;
*width: 765px;
_width: 782px;
height:100%;
min-height:590px;
float: right;
font-size:14px;
padding-top: 15px;
}

	#main_onder{
	background-image:url(../img/main_onder.jpg);
	height: 19px;
	width: 782px;	
	*width: 765px;
	_width: 782px;
	float: right;
	}

#item {
clear: both;
margin: 0 auto;
width: 729px;
*width: 730px;
background-color: #F1AA52;
overflow: auto;
border: 1px solid black;
}

#item_top{
background-image: url(../img/item_kop.jpg);
height: 19px;
width: 717px;
font-size: 1.1em;
color: white;
padding: 3px 6px 3px 6px;
}

	#item_left{
	width: 70%;
	float: left;
	font-size:18px;
	}

	#item_right{
	width: 30%;
	float: right;
	text-align: right;
	}

	#item_artikel{
	padding: 3px;
	width: 99%;
	font-size: 0.9em;
	}

p{
margin: 0px 0px 10px 0px;
padding: 0px;
}

img{
border: 3px double #9B4078;
margin: 2px;
}

#item_klein{
margin: 0 auto;
width: 467px;
*width: 468px;
background-color: #F1AA52;
overflow: auto;
border: 1px solid black;
flaot: left;
}

#item_klein_top{
background-image: url(../img/item_kop.jpg);
height: 19px;
width: 455px;
font-size: 1.1em;
color: white;
padding: 3px 6px 3px 6px;
}

	#item_klein_left{
	width: 70%;
	float: left;
	}

	#item_klein_right{
	width: 30%;
	float: right;
	text-align: right;
	}

	#item_klein_artikel{
	padding: 3px;
	width: 98%;
	font-size: 0.9em;
	}

#laatste{
margin: 0px 28px 3px 0px;
_margin: 0px 13px 3px 0px;
width: 236px;
*width: 237px;
overflow: auto;
border: 1px solid black;
float: right;
background-image: url(../img/laatste_body.jpg);
}

	#laatste_top{
	background-image: url(../img/laatste_kop.jpg);
	height: 19px;
	width: 224px;
	*width: 225px;
	font-size: 1.1em;
	color: white;
	padding: 3px 6px 3px 6px;
	}

	#laatste_artikel{
	padding: 3px;
	width: 97%;
	font-size: 0.9em;
		}

	#laatste_ul{
	margin: 10px 0 10px 20px;
	*margin: 10px 0 10px 40px;
	list-style-image: url(../img/bullet.jpg);
	}

	#laatste_ul li{
	padding: 0 0 3px 10px
	}

		#laatste_ul li a{
		color: #9B4078;
		text-decoration: none;
		}

			#laatste_ul li a:hover{
			text-decoration: underline;
			}

.npagnum {
	font-size: 0.9em;
	color: white;
}

li
{
	list-style-type:disc;
}
