@charset "utf-8";


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../Pics/logo.jpg);
	color: #333367;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	min-height:100%;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-color: #333367;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-right-color: #333367;
	border-bottom-color: #333367;
	border-left-color: #333367;
}
#header {

	width: 780px;
	background-color: #FFFFFF;
	height: 133px;
	background-position: left top;
}
#body {
	padding-bottom:20px;   /* Height of the footer */
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#kop {
	width: 750px;
	padding-right: 10px;
	padding-left: 20px;
	height: 25px;
	margin-top: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #333367;
}
#text {
	height: auto;
	width: 710px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-top: 20px;
	margin-bottom: 30px;
}

#footer {
	position:absolute;
	bottom:0px;
	width:800px;
	height:23px;
	background-image: url(../Pics/footer.png);
	background-color: #333367;
	background-repeat: no-repeat;
}
#menu {
	height: 93px;
	width: 800px;
	background-color: #FFFFFF;
}

* html #container { 
height:100%; 
}
#balk {
	height: 5px;
	width: 800px;
	background-color: #FFFFFF;
}
#balk2 {
	height: 18px;
	background-color: #333367;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 2px;
	font-weight: bold;
}
a:link {
	color: #333367;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333367;
}
a:hover {
	text-decoration: none;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #333367;
}
.stijl1 {color: #993300}
.nadruk {
	font-weight: bold;
	color: #903;
	font-size: 18px;
}

