@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, img, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

html {
	overflow: auto;
}

body {
	background: #191818;
	text-align: center;
	background: url(../images/bgMainLong.jpg) repeat-y top center #191818;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#language {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	display: inline;
	height: 40px;
}

#menu {
	width: 900px;
	height: 50px;
	float: left;
	clear: both;
	margin-top: 160px;
	background: url(../images/gradient.gif);
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 42px;
}

#content {
	text-align: left;
	float: left;
	clear: left;
	margin: 10px 0 0 25px;
	padding: 7px 25px 0 15px;
	color: #fff;
	background: url(../images/bgGradientContent.png);
	width: 549px;
	height: 420px;
	display: inline;
	position: relative;
}

#contentImage {
	width: 791px;
	text-align: left;
	float: left;
	color: #fff;
	margin: 10px 0 0 10px;
	background: url(../images/bgGradientImage.png);
	width: 249px;
	height: 427px;
}

#contentImage img {
	margin-left: 33px;
	margin-top: 50px;
}


p {
	margin-bottom: 5px;
}

p.welkom {
	margin-bottom: 15px;
	font-size: 16px;
}


#footer {
	background: #000;
	float: left;
	clear: both;
	bottom: 0px;
	width: 900px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}

