/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
span, div,
h1, h2, h3, h4, h5, h6,
a, p,
img,
ul, ol, li {
	margin: 0;
	padding: 0;
}

h2 {
}

h3 {
}

h4 {

}

p {
	margin-bottom: 10px;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

body {
	font: 62.5% Arial;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
#################
#	LAY-OUT		#
#################

HOOFDPAGINA */

div#container {
	margin: 100px auto 0px;
	width: 758px;
	height: 405px;
	background: #244429;
}

div#side {
	display: inline;
	float: left;
	padding: 0 1px 0 0;
	margin: 0;
	width: 83px;
	height: 405px;
	background: #fff url(../images/side.jpg) no-repeat;
	overflow: hidden;
}


div#intro {
	display: inline;
	float: left;
	padding: 15px;
	margin: 9px;
	border: 1px solid #fff;
	width: 300px;
	height: 198px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
}

div#logo {
	display: inline;
	float: left;
	margin: 9px 9px 9px 0;
	padding: 55px 0;
	border: 1px solid #fff;
	width: 313px;
	height: 118px;
	background: #fff;
	overflow: hidden;
	text-align: center;
}

div#logos {
	display: inline;
	float: left;
	margin: 0 9px 9px 9px;
	padding: 1px 0;
	border: 1px solid #fff;
	width: 475px;
	height: 144px;
	background: #fff;
	overflow: hidden;
}

div#logos img {
	float: left;
	vertical-align: bottom;
}

div#contact {
	display: inline;
	float: left;
	margin: 0 9px 9px 0;
	padding: 10px 0 10px 10px;
	border: 1px solid #fff;
	width: 158px;
	height: 126px;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #fff;
}

div#footer {
	margin: 0px auto;
	width: 738px;
	color: #b2b2b2;
	font-size: 1.1em;
	text-align: right;
	padding: 5px;
}

div#footer a {
	color: #b2b2b2;
}
