/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

legend
{
	display: none;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #fff;
	background-image:url(../media/img/body_bg.gif);
	background-repeat: repeat-x;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -162px;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	div#Header
	{
		position: relative;
		width: 900px;
		height: 178px;
		overflow: hidden;
	}

	div#HeaderImage
	{
		position: relative;
		width: 900px;
		height: 199px;
		overflow: hidden;
	}
	
	div#Main
	{
		position: relative;
		padding: 20px 0;
		width: 900px;
	}
	
		div#Top
		{
			position: relative;
			width: 900px;
		}
		
		div#Left
		{
			position: relative;
			width: 440px;
			float: left;
		}
		
		div#Right
		{
			position: relative;
			width: 440px;
			padding-left: 20px;
			float: left;
		}
		
		div.FormRow
		{
			position: relative;
			padding-bottom: 8px;
		}

	div#FooterSpace
	{
		position: relative;
		height: 162px;
	}
	
div#Footer
{
	position: relative;
	width: 100%;
	min-width: 900px;
	height: 162px;
	background-image: url(../media/img/footer_bg.gif);
	background-repeat: repeat-x;
}

	div#FooterContent
	{
		position: relative;
		padding-top: 20px;
		margin: 0 auto;
		width: 900px;
		height: 142px;
		background-image: url(../media/img/footer_content_bg.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}
	
		div.AddressBlock
		{
			position: relative;
			width: 220px;
			float: left;
		}
		
		div#Copyright
		{
			position: relative;
			width: 900px;
			height: 14px;
			float: left;
		}

/*
 * Niet beheerbare text
 */	
div#FooterContent h1
{
	color: #fff;
	line-height: normal;
}

div#FooterContent p, div#FooterContent a
{
	color: #fff;
}

	div#FooterContent a:hover
	{
		color: #aaa
	}
	
div#Copyright p
{
	font-size: 10px;
	color: #aaa;
	float: right;
}

div#Copyright a
{
	font-size: 10px;
	color: #aaa;
}

p#SecNav
{
	float: right;
	font-size: 10px;
	margin-top: 10px;
}

	p#SecNav a
	{
		font-size: 10px;
		color: #999;
	}
	
		p#SecNav a:hover
		{
			color: #666;
		}
	
/*Navigatie*/
ul#Nav
{
	position: absolute;
	top: 140px;
	right: 0;
	margin: 0;
	list-style: none;
}

	ul#Nav li
	{
		float: left;
	}

		ul#Nav li a
		{
			display: block;
			padding: 4px 10px;
			margin: 0 1px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			border-left: 1px solid #9f9f9f;
			border-top: 1px solid #9f9f9f;
			border-bottom: 1px solid #9f9f9f;
			background-image: url(../media/img/menu_bg_up.gif);
			background-repeat: repeat-x;
			float: left;
			display: inline;
		}
		
			ul#Nav li a:hover
			{
				background-image: url(../media/img/menu_bg_hover.gif);
			}
	
/*Images*/
div#Main img
{
	border: 1px solid #1f357e;
}

img.ImgLeft
{
	 margin: 0 10px 10px 0;
	 float: left;
}

img.ImgRight
{
	margin: 0 0 10px 10px;
	float: right;
}

/*Form*/
form, fieldset
{
	margin: 0;
	border: none 0;
}

		fieldset.Left
		{
			position: relative;
			width: 440px;
			float: left;
		}
		
		fieldset.Right
		{
			position: relative;
			width: 440px;
			padding-left: 20px;
			float: left;
		}
		
		label
		{
			margin-top: 2px;
			font-size: 12px;
			color: #666;
			width: 120px;
			float: left;
		}
		
		label.NoFloat
		{
			width: auto;
			float: none;
			font-weight: normal;
		}
		
		input
		{
			padding: 2px;
			font-size: 12px;
			color: #1f357e;
			width: 300px;
			border: 1px solid #aaa;
			background-color: #fff;
		}
		
		input.Small
		{
			width: 70px;
		}
		
		input.Checkbox
		{
			width: auto;
			margin: 0 5px 0 0;
			border: none 0;
			background: none 0;
			float: none;
		}
		
		textarea
		{
			float: left;
			padding: 2px;
			font-size: 12px;
			color: #000;
			width: 400px;
			height: 100px;
			border: 1px solid #aaa;
			background-color: #fff;
			overflow: auto;
		}
	
	select
	{
		width: auto;
		padding: 2px;
		font-size: 11px;
		color: #000;
		border: 1px solid #bababa;
		background-color: #f2f2f2;
	}
	
	input#Submit
	{
		width: 72px;
		height: 24px;
		background: none 0;
		border: none 0;
		color: #fff;
		background-image: url(../media/img/menu_bg_up.gif);
		background-repeat: repeat-x;
	}
	
	p.Nb
	{
		font-size: 10px;
		color: #fff;
	}
