html, body {
	height: 100%; /* héél belangrijk */
	padding:0;
	margin:0;
}

html {
	overflow-y: scroll;
}
body{
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : #666666;
	scrollbar-arrow-color : #666666;
	scrollbar-darkshadow-color : #666666;
	scrollbar-face-color : #E3E3E3;
	scrollbar-highlight-color : #E3E3E3;
	scrollbar-shadow-color : #E3E3E3;
	scrollbar-track-color : #F7F1EC;
	line-height: 14px;
	color : #000000;
	background: url("../images/bg_verloop.jpg") repeat-x;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
#container { 
	width: 944px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	border-left: 0px;
	border-right: 0px;
	background: url("../images/bg_inhoud.gif") repeat-y;
}
.centered {
	position: relative;  
	width: 944px;
	margin-left: auto; 
	margin-right: auto;
	
}
#navigatie_en_content {
  	position:relative;
  	float:center;
}
#navigatie { 
	width: 172px;
	min-height:313px;
	float:left;
	padding-left:34px;
	padding-right:30px;
	background: url("../images/logo_ster.jpg") no-repeat;
}
#subnavigatie { 
	position: absolute;
	height:20px;
	top:155px;
	right:20px;
}
#vlaggen { 
	width: 100px;
	min-height:24px;
	position: relative;
	float:left;
	margin-left:78px;
	padding-left:8px;
	padding-top:6px;
	background: url("../images/vlag_vak.gif") no-repeat;
}
#content { 
	width: 708px;
	position: relative;
	float:left;
}
#footer_container {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 22px;
}
#footer {
	position: relative;
	padding-left:262px;
	padding-top:3px;
	width: 682px;
	background-color:#1C5290;
	height: 19px;
	color:#FFFFFF;
}
h1{
	margin-top: 30px;
	font : 21px Trebuchet MS,Georgia, Helvetica,  Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	color : #438CDE;
}
h2{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:16px;
	font-size : 12px ;
	font-weight: bold;
}
.tussenkop{
	font-size: 11px;
	font-weight: bold;
	color : #5387C2;
}
td.tabel_backkleur0{
	background-color:#CBE0F5;
}
td.tabel_backkleur1{
	background-color:#DDEBF9;
}
.tekst_inspringlrtb{	
	margin-left: 16px;
	margin-right:8px;
	margin-top:6px;
	margin-bottom:6px;
}
.subnavtekst{
	color: #0055E5;
}
a:visited,a:active,a:link{
	text-decoration : none;
	font-weight: bold;
	color : #BD8955;
}
a:hover{
	text-decoration : underline;
}
a.tabellink:visited,a.tabellink:active,a.tabellink:link{
	text-decoration : none;
	font-weight: bold;
	color : #0055E5;
}
a.tabellink:hover{
	text-decoration : underline;
}
a.nav:visited,a.nav:active,a.nav:link{
	text-decoration : none;
	font-weight: normal;
	color : #FFFFFF;
	font : 14px Trebuchet MS,Georgia, Helvetica,  Tahoma, Verdana, Geneva, Arial, sans-serif;
}
a.nav:hover{
	text-decoration : underline;
}
a.navhi:visited,a.navhi:active,a.navhi:link{
	text-decoration : none;	
	color : #FFFFFF;
	font : 14px Trebuchet MS,Georgia, Helvetica,  Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
}
a.navhi:hover{
	text-decoration : underline;
}

a.subnav:visited,a.subnav:active,a.subnav:link{
	text-decoration : none;
	font-weight: normal;
	color : #0055E5;
}
a.subnav:hover{
	text-decoration : underline;
}
a.subnavhi:visited,a.subnavhi:active,a.subnavhi:link{
	text-decoration : none;	
	color : #0055E5;
	font-weight: bold;
}
a.subnavhi:hover{
	text-decoration : underline;
}


ul{
	list-style-type:square;
	margin:-5px 0px 10px 00px;
	padding-left:18px;
}
