html {
height: 100%; /* héél belangrijk */
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#000;
	background: #053063 url(../images/background.gif) repeat-x top left;	
	height:100%;
}

#container
{
    position: relative; 
    margin: 0 auto; 
    width: 903px;
	z-index:1;
	}

#content
{
	position:absolute;
	height:574px;
	width:903px;
	background-color:#FFF;
	background-image:url(../images/container-background.jpg);
	top:50px;
}

#content-list
{
	position:relative;
	left:22px;
	top:105px;
}

ul#menu
{
	padding:0px;
	margin:0px;
	
}

ul#menu li.reclame 
{
	width:295px;
	height:341px;
	background-image:url(../images/reclame-item.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.reclame a
{
	width:295px;
	height:341px;
	background-image:url(../images/reclame-item.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.reclame a:hover
{
	width:295px;
	height:341px;
	background-image:url(../images/reclame-item-hover.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.sign
{
	width:285px;
	height:341px;
	background-image:url(../images/sign-item.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.sign a
{
	width:285px;
	height:341px;
	background-image:url(../images/sign-item.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.sign a:hover
{
	width:285px;
	height:341px;
	background-image:url(../images/sign-item-hover.jpg);
	float:left;
	list-style:none;
	background-repeat:no-repeat;
}

ul#menu li.business
{
	width:285px;
	height:341px;
	background-image:url(../images/business-item.jpg);
	float:left;
	list-style:none;
}

ul#menu li.business a
{
	width:285px;
	height:341px;
	background-image:url(../images/business-item.jpg);
	float:left;
	list-style:none;
}

ul#menu li.business a:hover
{
	width:285px;
	height:341px;
	background-image:url(../images/business-item-hover.jpg);
	float:left;
	list-style:none;
}
