/* CSS Document */
/* ********************** */
/* Algemene opmaak */

BODY {
  	background-color: #040447;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin:0;
}
P {
	color: #040447;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0px;
}
TABLE {
	color: #040447;
	margin-left:10px;
	margin-right:10px;
	table-layout: fixed;
	padding: 0px;
}
.notfixed {
	table-layout:auto;
}
TH {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 20px;
	color: #FFFFFF;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #040447;
}
.noborder {
	border:0px;
	margin:0px;
}
.table250header {
	width:250px;
	font-weight:bold;
}
.table250table {
	width:250px;
	border:2px solid #040447;
}
.table300header {
	width:300px;
	font-weight:bold;
}
.table300table {
	width:300px;
	border:2px solid #040447;
}
.table350header {
	width:350px;
	font-weight:bold;
}
.table350table {
	width:350px;
	border:2px solid #040447;
}
.table400header {
	width:400px;
	font-weight:bold;
}
.table400table {
	width:400px;
	border:2px solid #040447;
}
.tabletop {
	height:20px;
	vertical-align:middle;
	background-color:#040447;
	text-align:center;
}
.tablerow {
	height:20px;
	vertical-align:middle;
}
.tableheader {
	font-weight:bold;
	padding: 0px 0px 0px 3px;
}
.tablerowright {
	text-align:right;
	padding-right:3px;
}
.tablerowleft {
	text-align:left;
	padding-left:3px;
}
.tablerowcenter {
	text-align:center;
}
.header {
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
	line-height:30pt;
}
.smallheader {
	font-size:12px;
	font-weight:bold;
	line-height: 16pt;
}
.footer {
	font-size:9px;
}
.newstext {
	margin-top:0px;
	margin-left:10px;
}

/* ********************** */
/* Elementen van de website */

#maindiv {
	width: 750px;
	text-align:left;
	margin:0 auto 0 auto;
}
#top {
	height: 30px;
	position: relative;
	background-color:#040447;
	margin-top:30px;
	padding-left:135px;
	text-align:left;
	font-size:16px;
	color:#FFFFFF;
}
#menupane {
	width: 125px;
	position: relative;
	float:left;
	background:#FFFF00 url(menutop.gif) no-repeat top left;
}
#logo {
	height: 100px;
	position:relative;
	background: #FFFF00 url(Logo.gif) no-repeat center;
}
#menubottom{
	height: 10px;
	position: relative;
	background:#FFFF00 url(menubottom.gif) no-repeat bottom left;
}
#content {
	width: 615px;
	position: relative;
	float:right;
	background:#FFFFFF url(contenttop.gif) no-repeat top left;
}
#banner {
	height:120px;
	background:#FFFFFF url(banner2.jpg) no-repeat bottom left;
}
#contentbottom {
	height: 15px;
	width: 615px;
	float:right;
	background:#FFFFFF url(contentbottom.gif) no-repeat bottom left;
}
#teamfoto {
	height: 300px;
	width: 450px;
	position: relative;
	background-color:#FFFFFF;
	left: 82.5px;
}
#stand {
	width:350px;
	position:relative;
	background-color:#FFFFFF;
	left: 82.5px;
}


/* ********************** */
/* opmaak menu */

.menu {
	background-color:#0D63A2;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 20;
}
.submenu {
	margin-left:-1px;
	margin-top:-1px;
	background-color:#0D63A2;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 20;
}
#menupane ul {
	margin: 0;
	padding: 20px 0px 10px 0px;
}
#menupane li
{
	list-style: none;
}
a.menuButton, a.menuButtonActive {
	display: block;
	padding: 4px 5px 4px 5px;
	width: 115px;
	color: #040447;
	text-decoration: none;
	background-color:#FFFFFF;
}
a.menuItem, a.menuItemActive {
	color: #FFFFFF;
	background-color: transparent;
	display: block;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	white-space: nowrap;
}
a.menuButtonActive, a.menuButton:hover {
	background-color:#0D63A2;
	color: #ffffff;
}
a.menuItem:hover, a.menuItemActive {
	background-color:#040447;
	color: #ffffff;
}