/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.steverinkbanden.nl
# Platform:			CSS
# Date created: 	28-01-10 
#
    used colours for this website:
    #e9e8e7 		light grey
    #fe0000 		red
# 			
###########################################################
*/

.winkelmandje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
    font-weight: bold;
    height: 22px;
    padding: 10px;
	background-image: url(../img/basket.gif);
  	background-repeat: no-repeat;
  	background-position: 97% 20%;
    background-color: #eeeeee;
	color: #003b81;
}

#menu_zIndex {
	z-index: 15;	
}

div.menu {
	position: relative;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	top: 0px;
	left: 10px;
	height: 22px;
	margin: 0px;
	background-color: inherit;
	color: #000000;
}

div.menu-item {
	position: relative;
	top: 0px;
	left: 0px;
	float: left; 
	z-index: 12;
}

#menu0, #menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	position: relative; 
	visibility: hidden; 
	z-index: 10;
	margin-top: -8px;
	top: 0px; 
	left: 0px;  
}

a.menu:hover {color: #000000;}
a.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9pt;
  	font-weight: bold;
  	text-decoration: none;
  	line-height: 20px;
  	padding-left: 4px;
  	padding-right: 4px;
	cursor: pointer;
    background-color: #fe0000;
    color: #ffffff;
}

a.menus{
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9pt;
  	font-weight: bold;
  	text-decoration: none;	
  	line-height: 20px;
  	padding-left: 4px;
  	padding-right: 4px;
	cursor: pointer;
    background-color: #fe0000;
    color: #000000;
}

a.subuitklapmenu:hover {text-decoration:underline; background-color: #e0e0e0; color: #fe0000;}
a.subuitklapmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 8pt;
  	font-weight: bold;
  	text-decoration: none;
  	text-align: left;
  	padding-left: 10px;
  	line-height: 22px;
  	width: 160px; 			
	z-index: 1;
	display: block;
	cursor: pointer;
	border-left: #fe0000 1px solid;
	border-right: #fe0000 1px solid;
	border-bottom: #fe0000 1px solid;
	background-color: #eaeaea;
    color: #000000;
}

a.productmenu:hover {text-decoration:underline; color: #fe0000;}
a.productmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 8pt;
  	font-weight: bold;
  	text-decoration: none;
  	line-height: 22px;
  	text-indent: 8px;
	display: block;
    background-color: inherit;
    color: #000000;
}

a.productmenus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 8pt;
  	font-weight: bold;
  	text-decoration: underline;	
  	line-height: 22px;
  	text-indent: 8px;
  	display: block;
    background-color: inherit;
    color: #000000;
}
