@charset "utf-8";
/* CSS Document */

body
{
	
	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	line-height:normal;
	font-weight: normal;
	color:#999999;
	background:#DFE3EC;
	margin:0 auto;
	padding:0;

}

a
{
	
	color: #c0c038;
	text-decoration: underline;
	
}

.Hoofd
{

	width:910px;
	height:550px;
	margin:auto;
	font-size:14px;
	
}

.Header
{
	
	width:910px;
	height:96px;
	background:url(images/header.png) no-repeat;
	
}

.Menu
{
	
	width:910px;
	height:29px;
	background:url(images/menu.png) repeat-x;
	float:left;
	
}

#Menu ul
{

	padding-top:5px;
	padding-left:55px;
	margin-top:0px; 
	margin-left:0px;
	width:855px;
	font-weight:bold;
	float:left;
	
}

#Menu ul li
{
	
	display:inline;
	padding-top:5px;
	
}

#Menu ul li a
{
	
	color:#FFFFFF;
	text-decoration:none;
	
}

#Menu ul li a:hover
{
	
	color:#fff;
	
}

#Menu ul #Uitroepteken
{
	
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #c1d72f;
	
}

.Content
{
	
	width:585px;
	height:301px;
	background:#FFFFFF;
	float:left;
	border-right:#7d806a 1px solid;
	border-bottom:#7d806a 1px solid;
	padding-top:40px;
	padding-left:16px;
	color:#000;
	padding-right:15px;
	
}
.SubContent
{
	
	width:293px;
	height:341px;
	background:#FFFFFF;
	float:left;
	border-bottom:#7d806a 1px solid;
	text-align:center;
	
}

.SubContent img
{
	
	padding-top:40px;
	
}

.Footer
{
	
	padding-left:700px;
	width:210px;
	height:60px;
	background:url(images/footer.png);
	float:left;
	
}

.FooterContact
{
	
	padding-left:700px;
	width:210px;
	height:60px;
	background:url(images/footer-contact.png);
	float:left;
	
}
