/* CSS Document */
/* ********************** */

/* ALGEMENE OPMAAK */

BODY { /* checked */
  	background-color: #040447;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin:0;}
a:link, a:visited { /* checked */
	color:#0000FF;}
P, h1, h2 { /* checked */
	color: #040447;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0px;}
h1, h2 {
	font-weight:bold;}
h1 { /* checked */
	font-size:16px;
	margin-top:15px;
	line-height:30pt;
	margin-bottom:20px;}
h2 { /* checked */
	font-size:12px;
	line-height:16pt;}



/* ********************** */
/* ELEMENTEN VAN DE WEBSITE */

#sitecontainer { /* checked */
	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;
}
#contentcontainer {
	width: 615px;
	position: relative;
	float:right;
	background:#FFFFFF url(contenttop.gif) no-repeat top left;
}
#banner {
	height:120px;
	background:#FFFFFF url(banner_bottom.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;
}
#popup {
	height: 500px;
	width: 450px;
	background-color:#FFFFFF;
}
#bannerhighlight {
	height:50px;
	width:550px;
	position:relative;
	left:32.5px;
	background:url(banner_important.gif) no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#040447;
	margin-bottom:15px;
}



/* ********************** */
/* TABELLEN */

TABLE {
	color: #040447;
	margin-left:10px;
	margin-right:10px;
	table-layout: fixed;
	padding: 0px;
	border-collapse:collapse;
}
TH {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 20px;
	color: #FFFFFF;
	padding: -2px 0px 0px 3px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#040447;
	text-align:center;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:2px solid #040447;
	height:20px;
	vertical-align:middle;
	padding-left:3px;
	text-align:left;
}
.tdheader {
	font-weight:bold;
}
.noborder { /* checked */
	border:none;
}
.highlightoly {
	background-color:#040447;
	color:#FFFFFF;
}
.news {
	margin-top:0px;
	margin-left:10px;
}
.adobe {
	font-size:9px;
}
.bannerhltekst {
	padding-top:16px;
}

