body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
}

#logo{
	background-image:url(../images/logo.jpg);
	width:150px;
	height:52px;
	float:left;
}

#menu{
	background-image:url(../images/menu/menu_bg.jpg);
	width:424px;
	height:48px;
	float:right;
}

#menu_home{
	width:36px;
	height:48px;
	float:left;
	margin-left:25px;
}

#menu_producten{
	width:118px;
	height:48px;
	float:left;
	margin-left:36px;
}

#menu_terug{
	width:34px;
	height:10px;
	float:right;
	margin-top:20px;
	margin-right:19px;
}

#uitgelicht{
	height:287px;
	width:381px;
	float:left;
}

#categorien{
	width:187px;
	float:right;
}

#cat_top{
	background-image:url(../images/cat/cat_top.jpg);
	height:41px;
	width:187px;
	float:right;
}

#cat_footer{
	background-image:url(../images/cat/cat_footer.jpg);
	background-repeat:no-repeat;
	height:9px;
	width:187px;
	float:right;
	margin-bottom:10px;
}

#introtext{
	float:left;
	margin-top:8px;
	width:381px;
}

#footer{
	width:580px;
	border-top:1px solid #c3c5c7;
	height:9px;
	color:#959494;
	padding-top:5px;
}

#cat_name{
	float:left;
	width:580px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #c3c5c7;
	color:#157dcc;
}

.productlink{
	font-weight:bold;
	color:#157dcc;
	text-decoration:none;
}

.productlink a{
	font-weight:bold;
	color:#157dcc;
	text-decoration:none;
}

.productlink a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

li {
	color:#c3c5c7;	
}

.new_tab_normal {
	height:20px;
	padding-top:5px;
	vertical-align:middle;
	color:#ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor:pointer;
}

.new_tab_selected {
	height:21px;	
	padding-top:5px;
	vertical-align:middle;
	color:#157dcc;
	font-weight:bold;
	border-left:1px solid #c3c5c7;
	border-top:1px solid #c3c5c7;
	border-right:1px solid #c3c5c7;
	cursor:default;
}

.new_tab_bottom {
	height:1px;
	background-color:#c3c5c7;
}

.content_box {
	border-left:1px solid #c3c5c7;	
	border-bottom:1px solid #c3c5c7;	
	border-right:1px solid #c3c5c7;	
}

