
@import url("style.css");
@import url("content.css");
@import url("footer.css");

div#page
{
	height: 689px;
	width: 900px;
	background-image: url("../images/home-frame.gif");
	position: absolute;
	top: 0;
	left: 0;
}

div#beneficiary-links
{
	position: absolute;
	top: 0;
	right: 0;
}

div#beneficiary-links ul
{
	list-style: none;
	float: right;
	padding: 15px;
	width: 500px;
}

div#beneficiary-links li
{
	float: right;
	margin: 0 0 10px 20px;
}

div#beneficiary-links a
{
	display: block;
	height: 16px;
	width: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#beneficiary-links a:hover
{
	background-position: 0 -16px;
}

div#beneficiary-links span
{
	display: none;
}

div#text
{
	position: absolute;
	top: 435px;
	left: 278px;
	font-weight: bold;
	color: #583225;
	font-size: 13px;
	width: 289px;
	text-align: justify;
}

div#text a
{
	color: #E96512;
}

div#options
{
	overflow: hidden;
	position: absolute;
	top: 560px;
	left: 278px;
}

div#options a:hover,
div#options a.active
{
	background-position: 0 -55px
}

div#options a
{
	background: url("../images/onlineshop.gif") no-repeat 0 0;
	display: block;
	width: 288px;
	height: 55px;
}

div#footer
{
	position: absolute;
	top: 665px;
	left: 0;
	width: 860px;
}

div#sponsors
{
	position: absolute;
	top: 689px;
	left: 0;
	width: 900px;
	overflow: hidden;
}

div#sponsors table
{
	border-spacing: 0;
	border-collapse: collapse;
}

div#sponsors td
{
	padding: 10px 15px;
}

div#sponsors a,
div#sponsors img
{
	display: block;
	vertical-align: middle;
}

div#sponsors-content
{
	position: relative;
}

a img
{
	border: none;
}

div#info-block
{
	position: absolute;
	top: 0;
	left: 900px;
}

div#actions
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
}

div#actions h2
{
	margin: 0 0 5px 0;
	padding: 0;
	height: 20px;
	width: 133px;
	background-position: top left;
	background-repeat: no-repeat;
}

div#actions h2 span
{
	display: none;
}

div#actions ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#actions li
{
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: bold;
}

div#actions a
{
	text-decoration: none;
}

div#actions li.actie,
div#actions li.actie a
{
	color: #e4640d;
}

div#actions li.actie
{
	background-image: url('../images/dotted_border_h_tile_orange.gif');
}

div#actions li.actie h2
{
	background-image: url('../images/buttons_home/Actie.gif');
}

div#actions li.aanbieding,
div#actions li.aanbieding a
{
	color: #a1cb39;
}

div#actions li.aanbieding
{
	background-image: url('../images/dotted_border_h_tile_lime.gif');
}

div#actions li.aanbieding h2
{
	background-image: url('../images/buttons_home/Aanbieding.gif');
}

div#actions li.nieuw,
div#actions li.nieuw a
{
	color: #d33c73;
}

div#actions li.nieuw
{
	color: #d33c73;
	background-image: url('../images/dotted_border_h_tile_pink.gif');
}

div#actions li.nieuw h2
{
	background-image: url('../images/buttons_home/Nieuw.gif');
}

div#actions li.op_is_op,
div#actions li.op_is_op a
{
	color: #6588a4;
}

div#actions li.op_is_op
{
	color: #6588a4;
	background-image: url('../images/dotted_border_h_tile_blue.gif');
}

div#actions li.op_is_op h2
{
	background-image: url('../images/buttons_home/op_is_op.gif');
}

