/* CSS Document */

/* Content */
html {
  overflow:auto;
}

body {
	font-family: "Comic Sans MS", cursive, Arial;
	font-size: 14px;
	color: #0000A0;
	overflow:hidden;
	background-color: #FFFFFF; /* 12-04 #A6A6A7 > #CCCCCC */
	margin: 0px;
	padding: 0px;
}

/* Algemene opmaak */

div#centered{
	position: absolute;
	width: 990px;
	min-width: 990px;
	margin-left: -502px; 
	top: 10px;
	left: 50%;
	overflow: hidden;
	z-index:0;
	padding: 0px;
	padding-bottom: 20px;
	background-color: #003399;
}

div#header {
	position: relative;

	width: 970px;
	height: 115px;

	top: 10px;
	left: 10px;
	
	z-index: 5;
	
	background-color: #0099FF;
	
	border: none;
	
	overflow:hidden;
}

div#header_logo {
	float: left;
	position: relative;

	width: 125px;
	height: 95px;

	top: 20px;
	left: 40px;
	
	z-index: 5;
	
	border: none;
	
	overflow:visible;
	
	background-image:url(../Graphics/Layout/logo.png);
	background-repeat:no-repeat;
}

div#header_tekst {
	float: left;
	position: relative;

	width: 740px;
	height: 95px;

	top: 20px;
	left: 40px;
	
	z-index: 5;
	
	color: #FFFFFF;
	font-size:48px;
	font-weight:bold;
	text-align:center;
	
	border: none;
	
	overflow:visible;
}

div#menu {
	position: relative;

	width: 990px;
	height: 35px;

	top: 20px;
	left: 0px;
	
	z-index: 5;
	
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color: #00CCFF;
	
	background-color: #0066CC;
	
	border: none;
	
	overflow:hidden;
}

div#content {
	position: relative;

	width: 930px;

	top: 30px;
	left: 10px;
	
	padding: 20px;
	padding-bottom: 0px;
	
	margin: 0xp;
	margin-bottom: 20px;
	
	z-index: 5;
	
	background-color: #FFFFFF;
	
	border: none;
	
	overflow:hidden;
}

div.standaard{
	postition: relative;
	float: left;
	
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	
	text-align:justify;
}


img {
	border: none;
}

#ibox_wrapper {

    padding: 10px 10px 35px 10px;
    border-color:#fff;
	border: none;
	overflow: hidden;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#003399; /*#b66086*/ }
#ibox_content { background-color:#FFFFFF; /*#b66086*/ border:0; }
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
	color: #FFFFFF;
	text-decoration:none;
    width: 66px;
    height: 22px;
}

#ibox_loading { background: url('Graphics/Layout/indicator.gif') center center no-repeat; width: 128px; height: 128px; } 


a:link {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

