
#textDiv {
	float:		left;
	width: 		210px;
}
#textDiv textarea, #textDiv input {
	width:	190px;
}

#items {
	margin-left: 220px;
}

.submenuitemtitle, .submenuitem {
	display: 		block;
	background-color: #FBFAFF;
	border: 		1px #333 solid;
	margin: 		10px 0 5px 0;
	padding:		5px;
}
.submenuitem {
	margin:			0;
}



.leesmeer {
	text-align:		right;
	margin:			10px 10px 20px 0;
	font-size:		0.9em;
}

.active {
	font-weight:	bold;
	border:			none;
}

#submenu {
	width: 			740px;
	font-size:		14px;
	margin-bottom:	20px;
	padding-bottom:	25px;
}
#submenu a {
	float:				left;
	display:			inline;
	white-space: 		nowrap;
	border-top:			solid #eee 1px;
	border-left:		solid #eee 1px;
	border-bottom:		solid #000 1px;
	border-right:		solid #000 1px;
	margin:				3px 2px;
	padding:			6px 8px;
	background-color: 	#E6E6FF;
	color:				#333;
	text-decoration:	none;
}
#submenu img {
	padding-right:	5px;
	margin-bottom:	-6px;
}
#submenu a:hover {
	color:				#000;
	text-decoration:	underline;
}
