/* CSS Document */

html,body,div,span,img,ul,li,h1,h2,h3,h4,h5,h6,a,b,i,u,table,tr,td,th {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #ddc6b4;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 	16px;
	line-height: 1;
}

#container {
	background: #7d6d67;
	margin: auto;
	width: 770px;
	overflow: auto;
}

#header, #navigatie, #content {
	float: left;
	margin: 5px;
}

#header {
	height: 100px;
	width: 760px;
}

#navigatie {
	float: left;
	line-height: 35px;
	padding: 0 0 20px 0;
	width: 150px;
}
	#navigatie img {
		margin: 0 0 10px 0;
		*margin: -2px 0 10px 0;
	}
	#navigatie a {
		color: #eeeeee;
		display: block;
		text-decoration: none;
		width: 150px;		
	}
	#navigatie li {
		display: none;
	}
		*#navigatie li:first-child {
			margin: -20px 0 0 0;
		}
		#navigatie li a {
			background-color: #585252;
			padding: 0 0 0 10px;
			width: 140px;
		}

#content {
	color: #ddc6b4;
	margin: 0 0 0 5px;
	padding: 0 0 20px 0;
	text-align: left;
	width: 600px;
}
	#content.tekst, #content .tekst {
		width: 580px;
	}
	#content.productpagina {
		height: 620px;
	}	
	#content a {
		color: #eeeeee;
		font-weight: bold;
		text-decoration: none;
	}
	#content h3 {
		color: #eeeeee;
	}
	#content p {
		line-height: normal;
		margin: 0 0 0 5px;
	}
	#content ul {
		background: #585252;
		float: left;
		height: 200px;
		line-height: 20px;
		margin: 5px 0 0 0;
		*margin: 2px 0 0 0;
		width: 200px;
	}
		#content ul img {
			height: 200px;
			width: 200px;
		}
		#content ul li {
			list-style: none;
		}
		#content ul font, #content ul span {
			display: inline-block;
			padding: 0 0 0 10px;
		}
		#content ul font {
			margin: 80px 0 0 0;
		}
		#content ul span {
			margin: 60px 0 0 0;
		}
		#content ul.product {
			height: auto !important;
			width: 200px;
			margin: 0 0 5px 0;
		}
			#content ul.product a {
				font-weight: normal;
			}
			#content ul.product span {
				display: block;
				height: 200px;
				text-align: left;
				width: 200px;
			}
			#content ul.product img {
				height: 200px;
				width: 200px;
			}
	#content li {
		line-height: 20px;
		margin: 0 0 0 10px;
	}
	#content form p {
		margin: 0 0 10px 0;
		padding: 0;
	}
	#content label {
		vertical-align: top;
		width: 100px;
		display: inline-block;
	}
	#content textarea {
		height: 100px;
	}
	#content input, #content textarea, #content select {
		font-family: Corbel, Arial, Helvetica, sans-serif;
		margin: -4px 0 0 10px;
		width: 400px;
	}
	#content button {
		margin: -5px 0 0 8px;
		vertical-align: middle;
	}
	#content table {
		margin: 20px 0 0 0;
	}
		#content table th {
			width: 150px;
		}
		#content table td, #content table th{
			height: 25px;
		}
	
#admin input, #admin textarea {
	width: 300px;
}
#admin select {
	width: 306px;
}
	#admin input.geld_euro {
		width: 40px;
	}
	#admin input.geld_cent {
		margin: -4px 0 0 0;
		width: 20px;
	}
	#admin input#afbeelding {
		width: 306px;
	}
