body { /* IE */
	margin: 0px 0px 0px 0px;
	background-image: url(../images/backgroundIE.PNG);
	background-repeat: repeat-x;
	background-position: top;
	color: #0A124D;
	font-family: "Book Antiqua", sans-serif;
}
html>body { /* Opera, Firefox, etc */
	margin: 0px 0px 10px 0px;
	background-image: url(../images/background.PNG);
	background-repeat: repeat-x;
	background-position: top;
	color: #0A124D;
	font-family: "Book Antiqua", sans-serif;
}
#page {
	top: 508px;
	width: 750px;
	background-image: url(../images/line.PNG);
	background-repeat: repeat-y;
}
#header {
	width: 750px;
	height: 88px;
	background-image: url(../images/logotable.PNG);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}
#logo {
	width: 750px;
	height: 98px;
	background-image: url(../images/headertable.PNG);
	background-repeat: no-repeat;
}
#table {
	width: 750px;
	height: 100%;
	background-image: url(../images/midtable.PNG);
	background-repeat: no-repeat;
	text-align: left;
}
#menu {
	position: relative;
	top: 67px;
	right: 3px;
	font-size: 14px;
	word-spacing: 20px
}
#bottom {
	width: 750px;
	height: 1px;
	background-image: url(../images/bottom.PNG);
	background-repeat: no-repeat;
	font-size: 10px;
}
#copyright {
	font-size: 10px;
	color: #A7A7A7;
}
#home {
	position: relative;
	width: 550px;
	left: 176px;
}
#news {
	position: absolute;
	width: 750px;
	margin-left: 10px;
	font-size: 12px;
}
#cms {
	position: absolute;
	width: 750px;
	margin-left: 10px;
	font-size: 16px;
}
.newsitemtop {
	background-image: url(../images/nieuwsbloktitel.png);
	width: 150px;
	padding-left: 5px;
	background-color: transparent;
}
.newsitem {
	background-image: url(../images/nieuwsblok.png);
	width: 150px;
	padding-left: 5px;
	background-color: transparent;
}
.links{
	font-size: 14px;
}
a.bottom {
	font-family: Verdana;
	font-size: 10px;
	color: #A7A7A7;
}
a.menu{
	color: #0A124D;
  	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
}
