#framemenu {
	position: relative;
}

#framemenu ul {
	padding: 0 0 30px 0;
	margin: 0;
}

#framemenu ul li {
	display: inline;
	padding: 0 7px 0 0;
	/* was voorheen padding: 0 10px 0 0; ivm HHT nu 7 */
	text-transform: uppercase;
}

#framemenu ul li a.active {
	font-weight: bold;
}

#framecontent {
	position: static;
	width: 590px;
	overflow: hidden;
}

#framecontent .left, #framecontent .right {
	position: relative;
	width: 250px;
	height: 100px;
	margin: 0 10px 10px 0;
	background: #ffffff url('../img/more.gif') no-repeat bottom right;
	float: left;
	padding: 20px;
	line-height: 1.3em;
	overflow: hidden;
	cursor: pointer;
}

#framecontent .left:hover, #framecontent .right:hover {
	background-color: #efefef;
}

#framecontent .right {
	margin: 0 0 10px 0;
}

#framecontent img {
	float: left;
	margin: 0 15px 0 0;
}

#framecontent .intro {
	overflow: hidden;
}

#framecontent .more {
	overflow: hidden;
	margin: 20px 0 0 0;
}

#framecontent ul {
	padding-left: 20px;
}