/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	background-color:#0a51a1;
}

html, body { height: 100%; width: 100%}
div {	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 13px;
	color: #fff;
}
.top {
	margin-top:5px;
	border-top: 4px solid #ffffff;
}


p {	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 24px;
	color: #fff;
}
table {	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

a {	font-family: Verdana, "Courier New", Courier, monospace;
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	color: #f78e1e;
}
h1 {	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 30px 0;
	display: block;
}
h2 {	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 20px 0;
	display: block;
	padding-top: 10px;
}
h3 {
	margin-top: 0px;
	font-size: 13px;
	color: #f78e1e;
}
h4 {
	margin-top: 0px;
	font-size: 13px;
}
hr {
	height: 0px;
	line-height: 0px;
	font-size:0px;
	font-size: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #0a51a1;
	padding:0px;
	border-bottom: none;
	color:
}
/*  START menu _________________________________________________________*/
.navbar {
	clear: both;
	width: 100%;
	background-image: url(../images/bg_navbar.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	float: left;
	border-top: 1px solid #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 39px;
	padding-bottom: 11px;
}
.navbar a {  	
	padding-left:27px;
	padding-right:13px;
	padding-top: 14px;
	padding-bottom: 9px;
	text-align:center;
	color:#000;
	background-image: url(../images/pijl.gif);
	background-repeat:no-repeat;
	background-position: right	26px;
}
.navbar ul {  
	margin: 0px;  
	padding: 0 0 0 0px;
	text-decoration:none;	
	list-style-type: none;
}
.navbar li {  
	margin: 0px;  
	padding: 0px;
	float:left;
}
.navbar li a {	
	text-decoration:none;	
	color: #000;
}    
.navbar li a:hover {
	background-image: url(../images/pijl_o.gif);	
	text-decoration:none;
} 


/*  END menu _________________________________________________________*/
.left {
	background-image: url(../images/bg_left.jpg);
	background-repeat:repeat-y;
	width: 57px;
}
.right {
	background-image: url(../images/bg_right.jpg);
	background-repeat:repeat-y;
	width: 57px;
}
.content {
	background-color: #1c76b4;
	padding: 20px 0 20px 0;
	width: 882px;
}
.main {
	border-bottom: 4px solid #fff;
	margin-bottom: 4px;
	padding-bottom: 3px;
	text-align: left;
}
.realisatie {
	text-align: right;
	padding-bottom:6px;
}
