/* CSS Document */


/*GLOBAL*/
html {
overflow: scroll;
} 
body,td,th {
	color: #000000;
}
body {
	background-color: #0c1754;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-weight:bold;
	font-size:14px;
	margin-bottom:-10px;
}
h2{
	font-weight:normal;
	font-size:12px;
}
h3 {
	font-weight:bold;
	font-size:10px;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
.active {
	font-weight:bold;
	color:#d95d03;
}
.leftImage
{
	float:left;
	padding-right:20px;
}
.rightImage
{
	float:right;
	padding-left:20px;
}
/*LINKS*/
A:Link, A:Active, A:Visited {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
A:Hover{
	color:#d95d03;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.mailto{
	color:#000000;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}


/*BACKGROUND + GRADIENT*/
.gradient {
	width:100%; 
	float:left;
	background:url(../afbeeldingen/global/gradient.gif);
	background-repeat:repeat-x;
}

/*CONTAINER*/
.containerCenter{
	width:812px; 
	min-height:580px; 
	margin-left:auto; 
	margin-right:auto;
}

/*TABLE*/
.mainTable {
	width:96%;
	height:100%;
}
.leftColumn{
	width:20%;
	text-align:right;
	vertical-align:top;
	padding:12px 10px 0 0px;
	border-right:solid 2px #d95d03;
}
.rightColumn{
	width:80%;
	text-align:left;
	vertical-align:top;
	padding:12px 0 0 10px;
}

/*TOP PLANE*/
.top {
	width:100%; 
	height:170px; 
	background:#FFFFFF;
}
.logo {
	width:219px;
	height:171px;
	text-align:center;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}

/*SHADES*/
.shadeTop{
	width:100%; 
	height:11px;
	background:url(../afbeeldingen/global/TOPshade.jpg);
	background-repeat:repeat-x;
}
.blueBG table tr td
{
		
	color:white;
}
.blueBG{
	width:100%; 
	height:8px; 
	color:white;
	background-color: #0c1754;
}

.bottomShade{
	width:100%; 
	height:12px; 
	
	background-repeat:repeat-x;
	color:white;
}

/*MENU*/
.menu {
	width:900px; 
	height:37px;

}

.menuItem {
	width:116px; 
	height:37px; 
	float:left;
}

/*CONTENT PLANE*/
.content {
	width:100%; 
	height:100%; 
	background:#FFFFFF;
		min-height:580px;
}
.contentNoMenu
{
padding:30px 10px 0px 10px; 
width:792px; 
height:100%;
	background:#FFFFFF;
	min-height:580px;

}