body
{
	margin				: 0px;
	padding				: 0px;
	background-color	: #004D84;
	font-size			: 0.7em;
	font-family			: verdana;
	color				: #000;
}

#container 
{ 
	margin				: 10px auto;
    width				: 784px; 
} 

/* HEADER */
#header
{
	background			: #fff url('images/background/zaag2.png') no-repeat right top;
	height				: 175px;
	margin				: 0 12px;
	border-right		: 2px solid #fff;
	border-top			: 2px solid #fff;
}
/* image */
#header h6
{
	float				: right;
	margin				: 5px 10px 0 0;
	height				: 20px;
	width				: 200px;
	background			: url('images/background/waardetoevoegen.gif') no-repeat right bottom;
}
* html #header h6
{
	margin-right		: 0px;
}
h6 span
{
	visibility			: hidden;
}
/* logo */
#header h1
{
	display				: block;
	padding-top			: 8px;
	margin				: 0px;
}
* html #header h1
{
	padding-top			: 0px;
	margin-top			: -20px;
}
#header h1 a
{
	margin-left			: 35px;
	background			: url('images/background/logo.gif') no-repeat center bottom;
	border				: none;
	text-decoration		: none;
	height				: 42px;
	width				: 142px;
	display				: block;
}
* html #header h1 a
{
	margin-left			: 0px;
}
#header h1 a span
{
	visibility			: hidden;
}
/* adresgegevens */
#header address
{
	text-align			: center;
	width				: 200px;
	color				: #004D84;
	font-style			: normal;
	line-height			: 2em;
	margin-top			: 22px;
}

/* NAVIGATIE */
ul#navigatie
{
	padding				: 6px 0 0 0;
	margin				: 0px;
	list-style-type		: none;
	text-align			: center;
	color				: #fff;
	height				: 25px;
	border				: 1px solid #fff;
	background-color	: #004D84;
}
ul#navigatie li
{
	display				: inline;
	border-left			: 1px solid #fff;
}
ul#navigatie li.eerste
{
	display				: inline;
	border-left			: none;
}
ul#navigatie li a
{
	color				: #fff;
	text-decoration		: none;
	padding				: 0 6px 0 8px;
	font-size			: 1.2em;
	font-weight			: bold;
}

/* CONTENT */
#content
{
	background			: #fff;
	height				: 387px;
	margin				: 0 12px;
}
/* tekst */
#content #tekst
{
	margin-left			: 45px;
	width				: 485px;
	height				: 370px;
	overflow			: auto;
	padding				: 15px 23px 0 0;
}
* html #content #tekst
{
	margin-left			: 245px;
}
#content #tekst h2
{
	margin				: 0 0 0 0;
	color				: #004D84;
	font-weight			: bold;
	font-size			: 1.25em;
	font-style			: italic;
	margin-bottom		: 10px;
}	
#content #tekst h3
{
	font-size			: 1em;
	margin-bottom		: 0px;
}
#content #tekst p
{
	margin-top			: 0px;
}
/* left */
#content #left
{
	background			: #fff url('images/background/left.png') no-repeat;
	height				: 387px;
	width				: 205px;
	float				: left;
	overflow			: hidden;
}
#left ul
{
	margin				: 0 0 0 21px;
	padding				: 0px;
	list-style-type		: none;
}
#left li
{
	margin-top			: 21px;
}
#left a img
{
	border				: 2px solid #004D84;
}
#left a:hover img
{
	border				: 2px solid #fff;
}
#left a:hover
{
	border				: 0px solid #fff;
}

/* FORMS */
input, textarea
{
	font-family			: verdana;
	font-size			: 1em;
	width				: 215px;
}
.button
{
	width				: 100px;
}
textarea
{
	width				: 300px;
	height				: 150px;
}