
/* CSS Document */

html, body
{
	background: url(../../images/bg.jpg) #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	color: #333;
	margin: 0;
	margin-bottom:10px;
}
a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover
{
	color: #a7231c;
}
h1
{
	color: #a7231c;
	font-size: 20px;
	font-weight: normal;
	margin:0;
	margin-bottom: 5px;
}

img
{
	border: 0;
}

.container
{
	width: 980px;
	height: 100% auto;
	padding: 0;
	margin: 0 auto;
}

.header
{
	width: 980px;
	height: 167px;
	padding: 0;
	margin: 0;
}
.logo
{
	background: url(../../images/landing_logo.png) no-repeat;
	width: 338px;
	height: 167px;
	padding: 0;
	margin: 0;
	float: left;
}
.adres
{
	background: url(../../images/landing_adres.png) no-repeat;
	width: 612px;
	height: 112px;
	padding: 55px 30px 0 0;
	margin: 0;
	float: right;
	text-align: right;
}
.adres p
{
	font-size: 13px;
	margin-bottom:8px;
}

.content
{
	background: url(../../images/landing_midden.png) no-repeat;
	width: 980px;
	height: 194px;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}
.content a
{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.bedrijven
{
	background: #a7231c;
	width: 305px;
	height: 182px;
	padding-top: 12px;
	margin: 0 11px 0 22px;
	float: left;
}
.verenigingen
{
	background: #ed7a0e;
	width: 307px;
	height: 182px;
	padding-top: 12px;
	margin-right: 10px;
	float: left;
}
.gezinnen
{
	background: #eecb34;
	width: 305px;
	height: 182px;
	padding-top: 12px;
	margin-right: 20px;
	float: right;
}

.footer
{
	background: url(../../images/landing_tekst.png) no-repeat;
	width: 930px;
	height: 208px;
	padding: 15px 30px 0 30px;
	margin: 0;
	float: none;
	clear: both;
	text-align: left;
}
.footer a { color:#A7231C;}

.crmart { width:980px; height:30px; padding:0; margin:0 auto; float:none; clear:both;}
	.crmart p { margin:0;}