
div#sub-menu
{
	margin-right: 38px;
	min-height: 200px;
}

div#sub-menu ul
{
	list-style: none;
}

div#sub-menu li
{
	border-bottom: 1px solid #BCADA8;
	padding: 9px;
}

div#sub-menu li.last
{
	border-bottom: none;
}

div#sub-menu a
{
	color: #EB6212;
	text-decoration: none;
}

div#sub-menu a:hover,
div#sub-menu a.active
{
	color: #583227;
	font-weight: bold;
}

div#text-content
{
	margin: 0 210px 0 0;
}

div#top-image
{
	position: absolute;
	left: 18px;
	top: 49px;
}

div#counter
{
	background: url("../images/tasje.gif") no-repeat top left;
	color: #F2F3A5;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 116px;
	left: 705px;
	width: 115px;
	height: 388px;
}

div#counter p
{
	margin: 0;
	padding: 338px 0 0 0;
	text-align: center;
	cursor: default;
}

div#counter span
{
	display: none;
}

#donatie-link
{
	margin: 20px 0;
	width: 196px;
	position: absolute;
	right: 0;
	top: 520px;
}

#donatie-link a
{
	background-image: url("../images/button_donatie.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 50px;
	display: block;
}

#donatie-link a:hover
{
	background-position: 0 -50px;
}

#donatie-link span
{
	display: none;
}

