html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
}

body
{
	behavior: url("css/csshover.htc");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: url('images/bg_body.png') repeat-y center top;
	color: #333333;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 900px;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url('images/bg_wrapper.png') no-repeat center bottom;
}

/* TOPMENU */
#topmenu
{
	height: 18px;
	width: 900px;
	background: url('images/topmenu.png');	
}

	#topmenu ul
	{
		list-style: none;
		margin: 0;
		padding: 0;	
	}
	
	#topmenu ul li
	{
		float: left;
		margin: 0 0 0 20px;	
	}
	
	#topmenu ul li a
	{
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;	
	}
	
	#topmenu ul ul
	{
		display: none;	
	}

/* HEADER */
#header
{
	height: 389px;
	width: 900px;
	background: url('images/header.png');	
}

/* CONTENT */
#content
{
	width: 900px;	
}

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

	/* MENUKOP */
	.menukop
	{
		width: 301px;
		height: 33px;
		background: url('images/menukop.png');	
	}
	
		#menukop1 { background: url('images/menukop/1.png'); }
		#menukop2 { background: url('images/menukop/2.png'); }
		#menukop3 { background: url('images/menukop/3.png'); }
		#menukop4 { background: url('images/menukop/4.png'); }
		#menukop5 { background: url('images/menukop/5.png'); }
		#menukop6 { background: url('images/menukop/6.png'); }
		#menukop7 { background: url('images/menukop/7.png'); }
		#menukop8 { background: url('images/menukop/8.png'); }
		#menukop9 { background: url('images/menukop/9.png'); }
		#talent { background: url('images/menukop/talentvandedag.png'); }
	
	.menulinks
	{
		width: 301px;
		background: url('images/bg_menu.png');
		font-size: 16px;
	}
	
	.menudonker
	{
		width: 301px;
		min-height: 25px;
		line-height: 25px;
		background: url('images/bg_menu_donker.png');	
	}
	
		.menudonker a
		{
			margin: 0 0 0 10px;	
		}
	
	.streep
	{
		width: 301px;
		height: 21px;
		background: url('images/streep.png');	
	}
	
	#nieuws
	{
		width: 301px;
		background: url('images/nieuws.png');	
	}
	
		#nieuws-inner
		{
			margin: 0 10px 0 30px;
			padding: 40px 0 10px 0;	
		}
	
		#nieuws a
		{
			color: #f7f2f2;	
		}
	
	/* MENU 1 */
	#menu1
	{
		list-style: none;
		margin: 0;
		padding: 10px 15px;	
		font-size: 16px;
	}
	
	#menu1 a
	{
		color: #333333;
		padding: 0 0 0 10px;
	}
	
	#menu1 a:hover, #menu1 .actief
	{
		background: url('images/bullet.png') no-repeat left center;
	}

#content-right
{
	width: 561px;
	float: left;	
}

	#content-inner
	{
		margin: 0 0 0 15px;	
	}
	
	.balk
	{
		height: 20px;
		background: url('images/balk.png') repeat-x center center;	
	}
	
		.balk-inner
		{
			background: white;
			color: #993366;
			font-size: 16px;
			padding-right: 10px;	
		}
		
	.streep2
	{
		height: 21px;
		background: url('images/streep.png');	
	}
	
	.klein
	{
		font-size: 11px;	
	}
	
	.paars
	{
		font-size: 13px;
		color: #993366;	
		padding-left: 10px;
	}
	
	.tr_kleur
	{
		background: #ffe0cc;
		cursor: pointer;	
	}
	
	.td_cell
	{
		border-left: 1px solid #e5e5e5;
		padding: 10px;	
	}
	
	.foto
	{
		width: 150px;
		height: 133px;
		padding: 10px;	
	}
	
/* LINKS */
a
{
	color: #993366;
	text-decoration: none;	
}

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

/* GOOGLEMAPS */
#googlemaps
{
	width: 500px;
	height: 350px;
	margin: 0;
	border: none;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6
{
	margin: 10px 0 0 0;
	line-height: 1.5em;
}

h1,h2 { font-size: 20px; font-weight: normal; }
h3,h4 { font-size: 13px; }
h5,h6 { font-size: 11px; }

h1,h3,h5 { color: #993366; }
h2,h4,h6 { color: #993366; }

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

input, textarea, select
{
	width: 90%;
	border: 1px solid #FF9900;
	font-family: Helvetica, Arial sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 2px;
	color: #666666;
}

input:focus, textarea:focus, select:focus
{
	background: #fff7d9;
}

#form .button
{
	color: #ff9900;
	width: auto;
	font-weight: bold;
	background: #fff7d9;
}

/* TABLE */
table
{
	width: 100%;
	border-collapse: collapse;
}

#contactform
{
	width: 500px;
}

/* OVERIGE */
p, ul, li
{
	/* voor FCKeditor */
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: none;
}
