@charset "utf-8";


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../pics/blauw_55.jpg);
}

#container {
	min-height:100%;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: ;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #363636;
	border-right-color: #363636;
	border-bottom-color: #363636;
	border-left-color: #363636;	
}
#header {
	width: 800px;
	background-color: #FFFFFF;
	height: 165px;
	background-position: left bottom;
	background-image: url(../pics/header.png);
	background-repeat: no-repeat;
}
#body {
	padding-bottom:15px;   /* Height of the footer */
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;

}
#footer {
	position:absolute;
	bottom:0px;
	width:800px;
	height:15px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
}
#menu {
	height: auto;
	width: 800px;
	background-color: #363636;
	
}

* html #container { 
height:100%; 
}
body,td,th {
	font-family: Century Gothic;
	color: #003366;
	font-size: small;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0D4EA0;
}
a:active {
	text-decoration: none;
	color: #003366;
}
body {
	background-color: #0D4EA0;
	background-repeat: repeat;
	background-image: url(../pics/blauw_55.jpg);
}
.stijl1 {font-size: x-small}

