/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, blockquote, 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, ol, blockquote
{
	margin-left: 15px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #fff;
	background-image: url(../media/img/body_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -77px;
	width: 905px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	div#Menu
	{
		position: relative;
		width: 905px;
		height: 23px;
		background-image: url(../media/img/menu_bg.gif);
		background-repeat: no-repeat;
	}
	
	div#Header
	{
		position: relative;
		width: 905px;
		height: 198px;
	}
	
		div#Logo
		{
			position: relative;
			width: 329px;
			height: 198px;
			float: left;
		}
		
		div#HeaderImg
		{
			position: relative;
			width: 576px;
			height: 198px;
			float: left;
		}
	
	div#Left
	{
		position: relative;
		padding: 0 10px;
		width: 185px;
		float: left;
	}
	
	div#Content
	{
		position: relative;
		padding: 0 10px;
		width: 470px;
		float: left;
	}
	
	div#Right
	{
		position: relative;
		width: 210px;
		float: left;
	}
	
		div.Block
		{
			position: relative;
			padding: 0 10px;
			width: 190px;
			background-image: url(../media/img/block_bg.gif);
			background-repeat: no-repeat;
		}
	
		div.FormRow
		{
			position: relative;
			padding-bottom: 6px;
		}
			div.FormRow img.CaptchaImage
			{
				border: #6b90de solid 1px;
				margin-left: 164px;
			}

		div.RadioBlock
		{
			float: left;
		}
	
	div#FooterSpace
	{
		position: relative;
		height: 77px;
	}
	
div#Footer
{
	position: relative;
	width: 100%;
	height: 77px;
	background-image: url(../media/img/footer_bg.gif);
	background-repeat: repeat-x;
}

	div#FooterContent
	{
		position: relative;
		padding: 55px 5px 0 10px;
		text-align: left;
		margin: 0 auto;
		width: 890px;
		height: 22px;
		background-image: url(../media/img/footer_content_bg.gif);
		background-repeat: no-repeat;
	}

/*Layout*/	
div.Hr
{
	position: relative;
	height: 4px;
	margin-top: 4px;
	border-top: 1px dotted #f89931;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 22px;
	color: #f89931;
}

h2
{
	font-size: 16px;
	color: #153b8a;
}

h3
{
	font-size: 13px;
	color: #153b8a;
}

p.Error
{
	color: #FF0000;
	font-weight: bold;
}

p, td, ul, ol, a
{
	font-size: 11px;
	line-height: 17px;
	color: #153b8a;
}

p.Date
{
	color: #f89931;
	font-style: italic;
}

p.RadioBlockLabel
{
	width: 164px;
	float: left;
}

div#FooterContent p
{
	font-size: 10px;
	color: #fff;
}

div#FooterContent p.Right
{
	float: right;
}

div#FooterContent a
{
	color: #fff;
}

span
{
	color: #f89931;
	font-weight: bold;
}

a:hover, div#FooterContent a:hover
{
	color: #f89931;
}

a.Pdf
{	
	display: block;
	padding-left: 18px;
	background-image: url(../media/img/pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 19px;
}

a.Doc
{	
	display: block;
	padding-left: 18px;
	background-image: url(../media/img/doc.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 19px;
}

/*
 * Main Menu
 */
#nav-one
{
	position: absolute;
	top: 0;
	left: 10px;
}

.nav, .nav ul
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav
{
	z-index: 100;
	position: relative;
}

.nav li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav-one li a.First
{
	border-left: none 0;
}

.nav li.Last
{
	width: 1px;
	display: block;
	padding: 3px 0;
	border-left: 1px solid #eee;
}

/*
 * Top Menu
 */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited
{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding: 1px 10px;
	border: none 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #c56700;
}

#nav-one li:hover a,
#nav-one li.sfHover a
{
	background-image: url(../media/img/menu_hover_bg.gif);
	background-repeat: repeat-x;
}

/*
 * Niveau 1
 */
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a 
{
	height: auto;
	display: block;
	width: 122px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	border: 1px solid #153b8a;
	background: none;
	background-color: #153b8a;
	padding: 3px 10px;
	margin: 0px 5px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover
{
	color: #fff;
	border: 1px solid #153b8a;
	background-image: none;
	background-color: #f89931;
}

.nav ul 
{		  
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.nav li:hover ul,
.nav li.sfHover ul 
{
	top: 22px;
	left: -4px;
}

.nav ul li 
{
	height: auto;
	border: none 0;
	float: none;
}

/*Form*/
form, fieldset
{
	margin: 0;
	border: none 0;
}
	fieldset
	{
		width: 450px;
	}

	legend
	{
		font-size: 1px;
	}
	
	label
	{
		font-size: 11px;
		color: #153b8a;
		width: 70px;
		margin-top: 2px;
	}

	input, select
	{
		border: 1px solid #6b90de;
		padding: 2px;
		width: 280px;
		float: right;
		font-size: 11px;
		color: #153b8a;
		background-image: url(../media/img/input_bg.gif);
		background-position: left top;
		background-attachment: scroll !important;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	select{
		width: 285px;
	}
	option
	{
		padding-left: 3px;
	}

	input:focus, select:focus
	{
		border: 1px solid #F0A121;
	}
	
		input#Form_Street
		{
			width: 219px;
		}
		input#Form_StreetNr
		{
			width: 50px;
			margin-left: 5px;
		}
		input#Form_Zipcode
		{
			width: 49px;
		}
		input#Form_City
		{
			width: 220px;
			margin-left: 5px;
		}
		input#Form_KvK
		{
			width: 134px;
		}
		input#Form_KvKTe
		{
			width: 135px;
			margin-left: 5px;
		}
		input#Form_Other
		{
			width: 197px;
			float: none;
		}
		input#Form_MainDomain, select#Form_EmailAmount
		{
			margin-top: 20px;
		}
		input#Captcha
		{
			width: 260px;
		}
		
		div.RadioRow input
		{
			width: auto;
			height: 15px;
			float: none;
			border: none;
			background: none;
		}
		
		div#CaptchaWhy
		{
			float: right;
		}
			
	input#Submit
	{
		border: none 0;
		margin-top: 4px;
		width: 71px;
		height: 25px;
		font-size: 11px;
		color: #fff;
		background-image: url(../media/img/submit_bg.gif);
		background-repeat: no-repeat;
		float: right;
	}
