html, body
{
	margin: 0;
	padding: 0;	
}

body
{
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;	
}

#header
{
	width: 900px;
	height: 100px;
	background: url('images/logo.png') no-repeat 10px center;	
}

/* MENU */
#menu
{
	width: 900px;
	height: 30px;
	margin: 0 0 10px 0;
	background: url('images/kleur_grijs.png');	
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

	#menu ul
	{
		list-style: none;
		margin: 0 0 0 10px;	
		padding: 0;
	}
	
	#menu ul li
	{
		margin: 0 25px 0 0;
		padding: 0;
		float: left;	
	}
	
	#menu ul li a
	{
		color: #FFFFFF;
		text-decoration: none;		
	}
	
	#menu ul li a:hover, #menu .actief
	{
		color: rgb(247, 147, 30);		
	}
	
	
/* CONTENT */
#content
{
	width: 900px;
	line-height: 1.5em;	
}

#content-left
{
	width: 200px;
	float: left;	
}

#content-center
{
	width: 480px;
	float: left;
	margin: 0 10px;
}

	#plaatje
	{
		height: 160px;
		width: 480px;
		background: url('images/plaatjes/header1.jpg');
		margin: 0 0 10px 0;	
	}
	
	#content-inner
	{
		padding: 10px;
		color: rgb(83, 83, 83);	
	}
	
	#content-center a
	{
		color: rgb(83, 83, 83); 
		text-decoration: none;	
	}
	
	#content-center a:hover, #content-center .oranje
	{
		color: rgb(247, 147, 30);	
	}
	
	#content-center .winkelwagen, #content-center .winkelwagen:hover
	{
		display: block;
		background: rgb(247, 147, 30);
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		width: 130px;
		text-align: center;
	}
	
	h1
	{
		margin: 0;
		padding: 0;
		color: rgb(247, 147, 30);
		font-size: 12px;
		line-height: 1.5em;
		text-transform: uppercase;	
	}

#content-right
{
	width: 200px;
	float: left;
}
	
/* BLOKJES */
.blok_oranje
{
	background: url('images/kleur_oranje.png');
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 140px;
	_height: 140px;
}

	.blok_oranje a
	{
		color: #FFFFFF;
		text-decoration: none;	
	}

.blok_grijs
{
	background: url('images/kleur_lichtgrijs.png');
	color: rgb(83, 83, 83);
	margin: 0 0 10px 0;	
	padding: 10px;
}

	.blok_grijs ul
	{
		list-style: none;
		margin: 0;	
		padding: 0;		
	}
	
	.blok_grijs ul li
	{
		
	}
	
	.blok_grijs ul li a, .blok_grijs a
	{
		color: rgb(83, 83, 83);
		text-decoration: none;	
	}
	
	.blok_grijs ul li a:hover, .blok_grijs .actief
	{
		color: rgb(247, 147, 30);	
	}

/* TITELS */
.titel
{
	text-transform: uppercase;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 10px;	
}

.titel_grijs
{
	background: url('images/kleur_grijs.png');	
}

.titel_oranje
{
	background: url('images/kleur_oranje.png');		
}	

.titel_rood
{
	background: red;	
}

/* CLEAR */
.clear
{
	clear: both;
}	

/* FORM */
form
{
	margin: 0;
	padding: 0;
}

input, textarea
{
	width: 90%;
	height: 1.5em;
	border: 1px solid rgb(247, 147, 30);
	background: #FFFFFF;	
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
}

textarea
{
	height: 6em;	
}

.submit
{
	width: auto;
	background: rgb(247, 147, 30);
	text-transform: uppercase;
	color: #FFFFFF;	
	font-weight: bold;
	margin: 10px 0 0 0;
}
