html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../img/backgroundContent.png) repeat-x;
}

header
{
	background: url(../img/uwdeclaraties_header_belgie.png) repeat-x top left;
	height: 87px;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#content
{
	margin: 15px auto;
	width: 1000px;
}
	.balk
	{
		float: left;
		font-family: verdana;
		font-size: 11px;
		height: 60px;
		line-height: 20px;
		margin-bottom: 15px;
		padding: 5px;
		width: 434px;
	}
		.balk img
		{
			float: left;
			margin: 0px 10px 0px 10px;
		}
		.balk p
		{
			float: left;
			margin: 0;
			padding: 0;
			width: 390px;
		}
		.secure
		{
			background: #d0f2c4;
			border-bottom: 1px solid #48952d;
			border-top: 1px solid #48952d;
			color: #48952d;
			margin-right: 10px;
		}

		.favorite
		{
			background: #fff7eb;
			border-bottom: 1px solid #ff9900;
			border-top: 1px solid #ff9900;
			color: #545454;
		}
			.favorite a
			{
				color: #545454;
			}
		 	.favorite a:hover
			{
				text-decoration: none;
			}

	#content .blok
	{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		color: #545454;
		float: left;
		font-family: verdana;
		font-size: 11px;
	}
		#content .blok .padding
		{
			padding: 10px;
		}
		#content .fff3e3
		{
			background: #fff3e3;
			height: auto;
			width: 300px;
		}
			#content .fff3e3 h1
			{
				color: #ff9900;
				font-family: 'Museo700', verdana;
				font-size: 18px;
				margin: 0px 0px 10px 0px;
				padding: 0;
			}
			#content .fff3e3
			{
				line-height: 19px;
			}

	#content .width785
	{
		width: 785px;
	}
	#content .width100
	{
		width: 100%;
	}

	#content .formulier
	{
		margin-left: 15px;
		width: 450px;
	}


footer
{
	background: #fff;
	border-top: 1px solid #FF9900;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	height: 50px;
	position: fixed;
	width: 1000px;
}
	footer .left
	{
		color: #888;
		float: left;
		font-family: verdana;
		font-size: 10px;
	}
	footer .right
	{
		color: #888;
		float: right;
		font-family: verdana;
		font-size: 10px;
	}
		footer .right a
		{
			color: #888;
		}
		footer .right a:hover
		{
			text-decoration: none;
		}

.clear
{
	clear: both;
	font-size: 1px;
}

.ending
{
	height: 50px;
	width: 100%;
}


iframe
{
	background: transparent;
	width: 100%;
	height: 850px;
}

/**
 * 	Hyperlinks
 */
a
{
	color: #545454;
}
a:hover
{
	color: #ff9900;
	text-decoration: none;
}

/**
 * 	 Content
 */
.bigger
{
	display: block;
	font-size: 14px;
}

strong, b
{
	color: #545454;
}
