html
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;	
}

body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: arial, "lucida console", sans-serif;
	font-size: 13px;
	background-color: #ffffff; 
	background-image:url('../images/background.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

#container{
	height:100%;
}	

#header{
	height:148px;
	width:100%;
	background-image:url('../images/header.png');
	background-repeat:repeat-x;
	position:absolute;
	z-index:1;
}

#logo{
	position:absolute;
	z-index:10;
	margin-left:6px;
	margin-top:6px;
}

#recent{
	position:absolute;
	background-image:url('../images/recent2.png');
	background-repeat:repeat-y;
	background-position:right top;
	width:325px;
	margin-top:150px;
	margin-left:683px;
	min-height:900px;
}

#recentboven{
	position:absolute;
	background-image:url('../images/recentboven2.png');
	background-repeat:repeat-y;
	background-position:right top;
	width:325px;
	height:22px;
	margin-top:128px;
	margin-left:683px;
	z-index:15;
}

#menu{
	background-image:url('../images/menu.png');
	background-repeat:repeat-x;
	background-position:top;
	width:173px;
	min-height:600px;
}

#menu ul{
	padding:0px;
	margin:0px;
	text-align:right;
}

#menu ul li{
	list-style:none;	
	text-align:right;		
}

#menu ul li img {
	border:0px;	
}

#menu ul li a{
	display: block;
	padding-top: 0px;
	margin-top: 9px;
	padding-bottom: 9px;
    padding-right: 11px;
	border-bottom: 1px dashed #999;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none; 
	color: #ed2024;	
	outline:none;
}

#menu ul li a:hover{
	color: #c9c9c9; 
	text-decoration: underline; 	
	outline:none;	
}

.menu_nav{
	font-size:14px;
	font-weight:bold;
	color:#8d8d8d;
	padding-right:11px;
}

#content{
	position:absolute;
	width:675px;
	margin-top:120px;
}

.recent_toegevoegd{
	font-size:24px;
	font-weight:normal;
	color:#fff;
	padding-left:39px;
}

.unique_name{
	color: rgb(237, 32, 36);
	font-weight:bold;
	padding-top:3px;
	padding-left:2px;
}

#item{
	width:251px;
	background-image:url('../images/recent_item.png');
	margin:0px 0px 0px 35px;
}

#product_overview{
	padding:8px;
	border:1px solid #CCCCCC;
	min-height:66px;
	margin-bottom:10px;
	width:465px;
}
