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

html {
	overflow:hidden;
}
body {
	background-color: #003399;
	margin-top:0px;
	background-image:url(../Images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
#Wrapper {
	position: relative;
	width: 944px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #134678;
}
#Header {
	position:absolute;
	top:0px;
	left:7px;
	width:930px;
	height:150px;
}

#Inhoud {
	position: absolute;
	height:399px;
	width: 930px;
	top: 157px;
	left:7px;
	overflow-y: auto;
	overflow-x:hidden;
	background-color: #FFFFFF;
}

#Footer {
	position:absolute;
	width:930px;
	height:44px;
	left::0px;
	top: 556px;
	left:7px;
	color: #FFFFFF;
	background-color:#134678;
}
#Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #134678;
}
a:hover {
	text-decoration: none;
	color: #165796;
}
a:active {
	text-decoration: none;
	color: #134678;
}
a.select {
	color : #ff6600;
}
h1 {
	line-height:28px;
	font-size:24px;
}
img {
border-style:none;
}