body
{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Sans', verdana;
}

h1, h2
{
	margin: 0px;
	font-weight: normal;
}

a
{
	outline: none;	
}

div#pagina_houder
{
	position: relative;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}
	div#head
	{
		float: left;
		width: 940px;
		padding: 30px 0px;
	}
		div#head .logo
		{
			float: left;
			width: 240px;
			height: 37px;
		}
		
		div#head .slogan, div#head .slogan h1
		{
			float: right;
			font-family: 'Reenie Beanie', verdana;
		}
	
	div#content
	{
		float: left;
		width: 940px;
	}
		div#content .head
		{
			float: left;
			width: 940px;
			height: 56px;
			background: url(../images/txt_slogan.gif) no-repeat;
		}
		div#content .center
		{
			float: left;
			width: 900px;
			background: #e6e6e6;
			padding: 20px 20px 0px 20px;
			font-size: 14px;
		}
			div#content .center h2
			{
				font-weight: bold;	
				font-size: 16px;
				float: left;
				font-family: 'Droid Sans', verdana;
				width: 800px;
			}
			div#content .center ul
			{
				list-style: url(../images/list_style-tick.png) ;
				padding: 0px 0px 0px 30px;
				float: left;
			}
				div#content .center ul li
				{
					padding: 3px 0px;	
				}
			div#content #voorbeelden
			{
				position: relative;
				float: right;
				width: 280px;
				top: -20px;
				color: #0e4da8;
			}
				div#content #voorbeelden strong
				{
					font-size: 18px;
					width: 280px;
					font-variant: small-caps;
					float: left;
				}
				div#content #voorbeelden a
				{
					float: left;
					width: 130px;
					padding-right: 15px;
					padding-bottom: 15px;
				}
	div#footer
	{
		float: left;
		width: 940px;
		padding: 10px 0px;
	}
		div#footer #formulier
		{
			float: left;
			width: 300px;
			font-size: 12px;
			vertical-align: middle;
		}
			div#footer h2
			{
				color: #df0000;	
				font-size: 15px;
				font-weight: bold;
				margin-bottom: 10px;
			}
			div#footer #tabelletje
			{
				float: left;
				width: 300px;
			}
				div#footer #tabelletje .kolom
				{
					float: left;
					width: 300px;
					padding: 5px 0px;
				}
					div#footer #tabelletje .kolom .first_row
					{
						float: left;
						width: 110px;
						line-height: inherit;
					}
					div#footer #tabelletje .kolom .second_row
					{
						float: left;
						width: 190px;
					}
						div#footer #tabelletje .kolom .second_row input, div#footer #tabelletje .kolom .second_row textarea, div#footer #tabelletje .kolom .second_row select
						{
							float: left;
							width: 190px;
							background: #FFF;
							border: 1px solid #999999;
						}
						div#footer #tabelletje .kolom button
						{
							float: left;
							background: #104ca4;
							border: 1px solid #104ca4;
							color: #FFF;
						}
		div#footer #dummies
		{
			float: right;
			width: 600px;
			height: 300px;
			background: url(../images/img_dummies.jpg) no-repeat 0px 22px;
		}
			div#dummies a
			{
				float: right;
				position: relative;
				top: 260px;
				right: 30px;
				color: #104ca4;
				text-decoration: underline;
				font-weight: bold;
				font-size: 13px;
			}
				div#dummies a:hover
				{
					text-decoration: none;
				}
	div.message
	{
		float: left;
		padding: 10px;	
		border: 1px solid #104CA4;
		background: #ecf2fb;
		font-size: 13px;
		width: 280px;
	}
