/* Algemene deel stylen */
body {
padding: 0;
margin: 0;
font-family: Tahoma;
font-size : 12px;
text-align: center; /* voor IE */ 
background-image: url(../img/blue.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #92d3e8;

} 



/* CONTAINERS */
	#container {
		background-image: url(../img/background.jpg);
		background-repeat: no-repeat;
		width: 1024px;
		min-height: 560px;
		margin-left: auto;
		margin-right: auto;
	}


		
	/* HEADER */
		#header {
			width: 1024px;
			height: 250px;
		}
		
	/* MENU */
		#menu {
			padding-left: 115px;
			width: 160px;
			height: auto;
			float: left;
		}
		
	/* MENU MOUSE OVER */
			
			.home {
				display: block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_home.gif);
			}
			.home:hover { 
   				background-image: url(../img/btn_home_over.gif); no-repeat;
			}
			
			.informatie {
				display:block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_info.gif);
			}
			.informatie:hover { 
   				background-image: url(../img/btn_info_over.gif); no-repeat;
			}
						
			.bestellen {
				display:block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_bestellen.gif);
			}
			.bestellen:hover { 
   				background-image: url(../img/btn_bestellen_over.gif); no-repeat;
			}
			
			.dealers {
				display:block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_dealers.gif);
			}
			.dealers:hover { 
   				background-image: url(../img/btn_dealers_over.gif); no-repeat;
			}
			
			.mip {
				display:block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_mip.gif);
			}
			.mip:hover { 
   				background-image: url(../img/btn_mip_over.gif); no-repeat;
			}
			
			.links {
				display:block;
				height: 33px;
				width: 124px;
				background-image: url(../img/btn_links.gif);
			}
			.links:hover { 
   				background-image: url(../img/btn_links_over.gif); no-repeat;
			}		
			
			
			/* EINDE MENU MOUSE OVER */
						
	/* INHOUD */
		#inhoud {
			padding: 0px;
			width: 650px;
			background-color: #ffffff;
			float: left;
			overflow: auto;
			text-align: left;
		}
		#inhoud .product {
			width: 140px;
			height: auto;
			margin-right: 12px;
			margin-bottom: 21px;
			float: left;
			border: 0px;
			}

			
			#inhoud h3 {		
				font-family: Tahoma;
				font-size: 18px;
				color: #e2001a;				
				font-weight: bold;				
				margin: 0px;
				padding: 0px;				
				}
				
				#inhoud p {					
					padding-left: 10px;
					font-family: Tahoma;
					font-size: 12px;					
					line-height: 21px;
				}
	
			
			/* INHOUD MOUSE OVER */
				#inhoud a			{font-family: Tahoma; font-size: 13px; text-decoration: none;}
				#inhoud a:link		{color: #009ee0}
				#inhoud a:visited	{color: #009ee0}
				#inhoud a:active	{color: #919191; text-decoration: underline}
				#inhoud a:hover	{color: #919191; text-decoration: underline}
					
					
			/* FOOTER */
				#footer {
					width: 100%;
					min-height: 160px;
					height: 100%;
					background-image: url(../img/footer.jpg);
					background-repeat: repeat-x;
					background-position: center;
					float: left;
				}
				
			/* OVERIGE */
				.clear {
					clear: both;
				}
