@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #e4c08b;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #7e5927;
	background-image: url(../images/layout-leeg-gradient.png);
	background-repeat: repeat-x;
}
div.bg {
	background-image: url(../images/layout-leeg-logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
#logo {
	width: 100%;
	text-align: center;
}
#vlaggen img {
	margin: 2em;
	cursor: pointer;
	border: none;
}
#welkom p {
	padding: 0;
	margin: 0;
	z-index: 999;
	width: 100%;
	text-align: right;
	margin-bottom: 1em;
	font-size: 5em;
	font-style: italic;
}
#welkom {
	padding: 1em;
}
