/* Algemene deel stylen */
body {
font-family: Tahoma;
font-size : 12px;
color: #808080;
text-align: center; /* voor IE */ 
background-image: url(../afbeeldingen/bg.gif);
background-repeat: repeat-x;
background-color: #99cc33;
margin-top: 0px;

} 



/* CONTAINERS */
	#container {
		width: 778px;
		height: auto;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	
	/* LOGO */
		#logo {
			width: 450px;
			height: 130px;
			background-image: url(../afbeeldingen/logo.gif);
			float: left;
		}
		
	/* HEADER */
		#header {
			width: 328px;
			height: 130px;
			background-image: url(../afbeeldingen/header.gif);
			float: left;
		}
		
	/* MENU */
		#menu { width: 310px; height: 39px; background-image: url(../afbeeldingen/menu.gif); position: static; float: left; top: 110px; margin-left: 25px; margin-top:-40px; z-index: 5;}
		
			#menu ul {
				margin: 0px;
				padding: 0px;
			}
			#menu li {
				line-height: 35px;
			}
			
			/* MENU OVER */
					#menu  a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: bold;}
					#menu  a:link		{color: #ffffff}
					#menu  a:visited	{color: #ffffff}
					#menu  a:active	{color: #669900}
					#menu  a:hover		{color: #669900}

						
	/* INHOUD */
		#inhoud_vlak {
			width: 718px;
			background-image: url(../afbeeldingen/inhoud_bg.gif);
			float: left;
			
			padding: 30px;
		}
		 #inhoud_vlak h3 {
		 	color: #669900;
		 	font-size: 13px;
		 	font-weight: bold;
		 }
		#inhoud_vlak .product {
			width: 145px;
			height: 145px;
			padding: 5px;
			border: 1px solid #009ee0;
			margin-right: 12px;
			margin-bottom: 10px;
			float: left;
			}			
					
			/* FOOTER */
				#footer {
					width: 778px;
					height: 24px;
					padding-top: 5px;
					
					background-color: #669900;
					float: left;
				}
				
					
				/* FOOTER MOUSE OVER */
					#footer  a			{font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: lighter;}
					#footer  a:link		{color: #717171}
					#footer  a:visited	{color: #717171}
					#footer  a:active	{color: #717171; text-decoration: underline}
					#footer  a:hover	{color: #717171; text-decoration: underline}
					
			/* OVERIGE */
				.clear {
					clear: both;
				}
				img {
					border: 0px;
				}
					
			
					
		
				
.Geel {
	color: #ffd200;
}
.Small {
	font-size: 11px;
	color: #727272;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
float: left;
display: block;
width: 85px; /*Width of top level menu link items*/
height: 34px;
padding: 3px 9px;
text-decoration: none;
color: #ffffff;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: left;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding: 0px 5px;
background: #7dbe16;
float: left;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */