/* CSS Document */
a		{text-decoration:underline; color:#4e95f3;}
a:hover {text-decoration:none ;  color:#4e95f3;}

A.link_submenu:link 		{text-decoration: none; color:#000042;} 
A.link_submenu:visited 		{text-decoration: none; color:#000042;} 
A.link_submenu:active 		{text-decoration: none; color:#000042;} 
A.link_submenu:hover 		{text-decoration: underline; color:#000042;}

A.link_left:link 			{text-decoration: none; color:#000027; font-size:12px; font-weight:bold;} 
A.link_left:visited 		{text-decoration: none; color:#000027; font-size:12px; font-weight:bold;} 
A.link_left:active 			{text-decoration: none; color:#000027; font-size:12px; font-weight:bold;} 
A.link_left:hover 			{text-decoration: none; color:#4e95f3; font-size:12px; font-weight:bold;}

A.link_dropdown:link 		{text-decoration: none; color:#010624; font-size:12px; font-weight:bold;} 
A.link_dropdown:visited 	{text-decoration: none; color:#010624; font-size:12px; font-weight:bold;} 
A.link_dropdown:active 		{text-decoration: none; color:#010624; font-size:12px; font-weight:bold;} 
A.link_dropdown:hover 		{text-decoration: none; color:#ffffff; font-size:12px; font-weight:bold;}

body{
	margin:0px;
	height:100%;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000042;
	font-weight:normal;
}

.clear{
	clear:both;
}

#home_top			{position:relative;left:0px;top:0px;height:201px;width:995px;z-index:10;float:left;}
#home_slogan		{position:relative;left:0px;top:0px;height:60px;width:995px;z-index:10;float:left;}
#home_menu			{position:relative;left:0px;top:0px;height:62px;width:995px;z-index:10;float:left;}
#home_tussen		{position:relative;left:0px;top:0px;height:169px;width:995px;z-index:10; background-image:url("../images/back_tussen.gif"); background-position:left top; background-repeat:repeat-x; float:left;}
#home_logos			{position:relative;left:0px;top:0px;height:107px;width:995px;z-index:10;float:left;}

#slogan				{position:absolute;left:91px; top:-10px; width:164px; height:62px; z-index:20;}
#home_fil			{position:absolute;left:92px;top:23px; height:85px; width:85px; z-index:15;}
#home_ban_1			{position:absolute;left:309px;top:23px; height:95px; width:197px; z-index:15;}
#home_ban_2			{position:absolute;left:519px;top:23px; height:85px; width:227px; z-index:15;}
#menu_fil			{position:relative; height:21px; width:217px; float:left;}

#vervolg_menu		{position:relative;left:0px;top:0px;height:62px;width:995px;z-index:10;float:left;}
#vervolg_content	{position:relative;padding-left:94px;left:0px;top:0px;height:100%;width:901px;z-index:1;float:left;}
#vervolg_main		{position:relative;left:0px;top:0px;height:100%;width:995px;z-index:10;float:left;}
#vervolg_head		{position:relative;margin-top:6px;height:29px;width:769px;z-index:1; background-color:#ecedf1;float:left;}
#vervolg_left		{position:relative;margin-top:9px;height:100%;width:198px;z-index:10; float:left;}
#vervolg_txt		{position:relative; line-height:15px;margin-left:19px;margin-top:9px;height:100%;width:516px;z-index:10; padding:18px; background-color:#f1f7fe ;float:left;}
#webshop_txt		{position:relative; line-height:15px;margin-left:19px;margin-top:9px;height:100%;width:516px;z-index:10; padding:18px; float:left;}
#webshop_txt_ws		{position:relative; line-height:15px;margin-left:19px;margin-top:9px;height:100%;width:516px;z-index:10; padding:18px; float:left;}
#menu_left			{position:relative; font-size:12px; font-weight:bold; color:#4e95f3; line-height:18px; margin-bottom:8px; padding:15px; background-color:#f1f7fe;width:168px;z-index:10; float:left;}

#txt_img			{position:relative;margin-left:-18px;float:left;}
#txt_tabel			{position:relative;margin-left:-18px;float:left;}

#submenu			{position:absolute;left:824px;top:10px;height:10px;width:165px;z-index:10; font-weight:bold; text-transform:uppercase;float:left;}

#webshop_logo{
	position:relative;
	width:110px;
	height:63px;
	float:left;
}

.head_blauw{
	font-weight:bold;
	color:#4e95f3;
	font-size:12px;
}
.tab_header{
	font-weight:bold;
	color:#4e95f3;
	background-color:#000027;
	height:25px;
}
.tab_even{
	background-color:#ecedf1;
	height:20px;
}
.tab_oneven{
	height:20px;
}
.down_1 			{position:absolute; left:176px; top:263px; z-index:30;width:164;visibility:hide;visibility:hidden;}
.down_2 			{position:absolute; left:745px; top:263px; z-index:30;width:164;visibility:hide;visibility:hidden;}


.dropdown_left{
	border-left:1px solid #000042;
	border-bottom:1px solid #000042
}
.dropdown_item{
	border-bottom:1px solid #000042;
	height:22px;
}

/* Begin CSS Drop Down Menu */

<style type="text/css"> 
 
/* CSS issu des tutoriels www.alsacreations.com/articles */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index: 100;
}
#menu dl {
float: left;
margin: 0;
width: 80px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 0;
}
#menu dd {
position: absolute;
border: 1px solid gray;
padding: 5px;
background: #4e95f3;
z-index: 100;
margin-left: 0px;
}
#menu li {
text-align: left;
background: #4e95f3;
padding-bottom: 2px;
border-bottom: 1px solid #000000;
z-index: 100;
padding-left:0px;
margin-left:0px;
}
#menu ul{
margin:0px;
padding:0px;
list-style-type:none;
display:block;
width:100px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 1 none;
background: #4e95f3;
}
#menu li a:hover, #menu dt a:hover {
color: #ffffff;
}

#collect{
	position: absolute;
	width:750px;
	height:250px;
	margin-top: expression("0px");
	z-index: -1;
	left: 225px;
	top: -10px;
}
/* End CSS Drop Down Menu */