@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003366;
	margin: 0;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border: 2px solid #CCCC33;
	background-image: url(../AfbAlgemeen/GOVlaamseGemsch.jpg);
	background-repeat: no-repeat;
	background-position: 400px 50px;
	height: 470px;
}
#Logo {
	margin-top: 150px;
	margin-left: 15px;
	margin-right: 100px;
}
/*.aankondiging {
	background-color: #CED300;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0em;
	margin-left: 20px;
	text-align: center;
	border: 3px double #F00;
}
*/
