@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0; font-family: Tahoma, sans-serif, Arial; }

body {background-color: #d8eef8; }

.font { font-family: 'Nobile', arial, serif; }

	#stroke { position: absolute; width: 100%; height: 169px; background-color: #9f0000; margin-top: 230px; z-index: -10; }

	#container { width: 800px; margin: 0 auto; }
	
		#header img	{ position: relative; left: 50%; margin-left: -400px; }
		
		
		#nav { background: url(../images/nav/navigation.jpg) no-repeat scroll 0 0 transparent; position: relative; width: 752px; height: 39px; margin-left: 64px; top: -15px; }
			#nav li { float: left; list-style: none outside none; text-indent: -9999px; }
			#nav li, #nav a { display: block; height: 39px; outline: none; }
			#nav_home { width: 71px; }
			#nav_home a:hover { background: url(../images/nav/navigation.jpg) 0px -39px no-repeat; }
			#nav_over { width: 135px; }
			#nav_over a:hover { background: url(../images/nav/navigation.jpg) -111px -39px no-repeat; }
			#nav_producten { width: 144px; }
			#nav_producten a:hover { background: url(../images/nav/navigation.jpg) -246px -39px no-repeat; }
			#nav_bezorg { width: 172px; }
			#nav_bezorg a:hover { background: url(../images/nav/navigation.jpg) -390px -39px no-repeat; }
			#nav_contact { width: 130px; }
			#nav_contact a:hover { background: url(../images/nav/navigation.jpg) -562px -39px no-repeat; }
			
			#nav_home.active { width: 111px; }
			#nav_home.active { background: url(../images/nav/navigation.jpg) 0px -39px no-repeat; margin-left: -40px; }
			#nav_over.active { width: 135px; }
			#nav_over.active { background: url(../images/nav/navigation.jpg) -111px -39px no-repeat; }
			#nav_producten.active { width: 144px; }
			#nav_producten.active { background: url(../images/nav/navigation.jpg)) -246px -39px no-repeat; }
			#nav_bezorg.active { width: 172px; }
			#nav_bezorg.active { background: url(../images/nav/navigation.jpg) -390px -39px no-repeat; }
			#nav_contact.active { width: 130px; }
			#nav_contact.active { background: url(../images/nav/navigation.jpg) -562px -39px no-repeat; }			
			
		#foto { margin: 0 auto; }
			#foto img { position: relative; margin-left: 10px; margin-top: -15px; border: solid 10px #291e1a; }
			
		#content { position: relative; width: 800px; margin-left: 64px; }
			#top img { border: 1px #b01c3e; border-style: none solid; }
			#repeater {background-color: #eaeef0; min-height: 262px; width: 692px; border: 1px #b01c3e; border-style: none solid solid; }
			#text { margin-left: 34px; margin-top: -88px; color: #554b41; font-size: 16px; }
			#text h1 { color: #382b23; }
			
		#cr {  font-size: 10px; color: #382b23; text-align: center; }
		
	
	

