@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9f9f9f;
	height: 100%;
}

img
{
	border: 0;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
	color: #aeaeae;
}

a
{
	color: #c10f16;
}

#container
{
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
}

#menu
{
	background-image: url(../images/layout/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	position: relative;
	top: -18px; z-index: 100;
}

#menu ul
{
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

#menu ul li img
{
	border: 0;
	position: relative;
	top: -31px;
}

#shop_headlines
{
	width: 148px;
	padding: 10px;
	background-color: #686769;
	color: #ffffff;
}

#shop_headlines a
{
	color: #ffffff;
}

#shop_headlines a:hover
{
	text-decoration: none;
}

.product_group_info td
{
	height: 20px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 3px;
	.padding-top: 0px;
	.padding-bottom: 0px;
}

#product_types_order td
{
	font-size: 13px;
	padding: 1px 5px;
}

#content_container
{
	background-color: #ffffff;
	position: relative; 	
	top: -51px; 
	.top: -17px; 
	border:0px solid red;
}

#categorie_buttons ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#categorie_buttons ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

#categorie_buttons ul li a
{
	display: block;
	padding: 5px 0;
	background-color: #e5e5e5;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 185px;
}

#categorie_buttons ul li a:hover
{
	background-color: #bbbbbb;
}

#footer
{
	background-color: #686769;
	text-align: right;
	color: #bdbdbd;
	padding: 5px;
	padding-right: 15px;
	position: relative; 
	top: -51px;
	.top: -17px;
}

#footer a
{
	color: #bdbdbd;
	text-decoration: none;
}

/* MENU TOP_LEVEL_MENU */
ul#navigation {
	list-style: none; 
    border: 0px solid red;
    overflow:hidden;
	width: 830px;
}

ul#navigation li
{
	float: left;
	padding:0 10px 0 10px; 
	text-align: center;
	line-height:32px;	
}

ul#navigation li a {
    float:left;
	padding:0 10px 0 10px; 
    display:block;
    text-align:center;
    text-decoration:none;
	font-weight: bold; 
}

ul#navigation li a:hover {
    background-color:#484848;
    color:#ffffff;
    border: 0px solid red;
	padding: 0 10px 0 10px;
}

a.top_level_menu_on{	
	color: #ffffff;
	background-color: #484848;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

a.top_level_menu{	
	color: #ffffff;
}

/*TOEVOEGINGEN 16-01-2012*/
.absolute{
	position:absolute;	
	
}

#keurmerk img{
	position:relative;
	top:-110px;
	left:365px;
	display:block;
}

#kiyoh{
	position:relative;
	top:-110px;
	width:146px;
	height:52px;
	left:520px;
	display:block;
}

	#kiyoh a{
		width:166px;
		text-align:center;
		display:block;
	}	

#submenu{
	text-align:left;
}

	#submenu a{
		text-decoration:none;
		color:#000;
		line-height:1.5em;
	}
	
		#submenu a:hover{
			text-decoration:underline;
		}	
	
	#submenu h2{
		font-size:16px;
		color:#000;
	}
