﻿/****************************************/
/*   GLOBAL Stylesheet file for Dorel	*/
/*   Version: 1.0                       */
/*   february 2007                      */
/*                                      */
/*   	created by: Booleanpark - W.L.  */
/*   	blauw #0074c9					*/
/*		groen #59bb01					*/
/*		rood #e33c20  					*/
/* 		lichtblauw #edf7fe vlak 		*/
/* 		rand #c9ecfb  					*/                             
/*										*/
/*   	grijs tekst:  #7f7f7f 			*/
/*		grijze lijnen:	#b3bac4         */
/*                                      */
/****************************************/

/* GLOBAL */
/* ************************************ */
html, body 	{margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; color: #666666; background-color: #FFFFFF;}
body 		{font-size: 0.7em;}


/* GRID */
/* ************************************ */
#container 	{width:924px; text-align:left; height:98%; margin: 0 auto;}	
#content 		{margin-top: 10px; clear: both;}

#topMenu		{height:60px; border-bottom:1px solid #b3bac4;}
#homeLogo		{margin:54px 0 50px 0;}
#languageVisual {float:left;width:400px; height:538px;margin-left:40px;}
p 					{float: left;clear: right;width:336px; padding-bottom: 40px;}


#language	{display: block;float: left;margin:34px 0 0 -340px;padding:0;}

a {text-decoration: none;color:#7f7f7f;}
a:hover  {color: #e33c20;background:#f7f7f7;}


/*  Hoofdmenu  */
/* ************************************ */


#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	color:#7f7f7f;
	}

#menu li {
	position:relative;
	width:116px;
	line-height: 20px;
	height: 20px;
	margin-top: -1px; 
	padding: 0 4px 0 4px;
	border:1px solid #e7e7e7;
	background: url('../img/taalkeuze_arrow.gif') 114px 7px no-repeat;
	}
	

/* submenu */
#menu li ul {
	list-style: none;
  display: none;
	margin: -20px 0 0 121Px;
	padding: 0px 0 0px 0px;
	background:#fff;
	clear:both;
	padding-right: 2px;
	width:120px;
}


#menu li ul li { 
	width:160px;
	background:#fff;
	text-align: left;
	padding: 0px;
	line-height: 18px;
	color: #7f7f7f;	
	height: 20px;
	margin-left:-1px;
}

/* menu over */
#menu li:hover,
#menu li.over					{color: #0073ce; height: 20px; background: #f7f7f7 url('../img/taalkeuze_arrow.gif') 114px 7px no-repeat; cursor: default;}
#menu li:hover ul, 
#menu li.over ul 			{display: block;width:120px;} 

#menu li ul li 				{width: 120px; text-align:left;color: #0073ce;background: #f7f7f7; }
#menu li ul li a 			{padding: 0 0 0 20px;background: #f7f7f7;} 
#menu li ul li a.cat 	{padding-left:10px; color: #0074c9;}
#menu li ul li a.catB {padding:10px 0 0 10px; color: #0074c9;}
#menu li:hover a,
#menu li.over a 			{}
#menu li ul li a:hover, 
#menu li ul li.over 	{color: #0073ce;}
#menu li:hover ul, 
#menu li.over ul 			{display: block;} 

/* submenu over */
#menu li ul li a:hover, 
#menu li ul li a.over 	{width:120px; color: #0073ce;background: #f7f7f7;}


/*  /Hoofdmenu  */	