#site {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid silver;
	padding: 20px;
	background-color: #FFF;
}

#header {
	text-align: right;

}

#header hr {
	clear: left;
	visibility: hidden;
}

#header img {
	width: 150px;
	height: 124px;
}

#footer {
	background-color: #FFF;
	clear: left;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.8px;
}

#content {
	display: block;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#content ul li {
	width: 230px;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
}

#content ul li p {
	text-align: justify;
}

#content li img {
	height: 80px;
	text-align: center;
}

#content hr {
	clear: left;
	visibility: hidden;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	background-color: #F1F1F1;
}

img {
	border: 0px;
	display: inline;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #6495ED;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	color: Gray;
	letter-spacing: 1.5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

strong {
	color: orange;
}


/***** EMAIL FORMULIER ********/
#email {
	width: 98%;
	background-color: #F0F8FF;
	border: 1px solid #CEE8FF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#email label {
	width: 150px;
	font-weight: 800;
	display: block;
	line-height: 25px;
	float: left;
	color: gray;
	margin-left: 10px;
}

#email input {
	width: 250px;
}

#email textarea {
	width: 300px;
	height: 100px;
}


/***** HELPERS OM TE POSITIONEREN ******/
.right {
	float: right;
}