body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #99CCFF;
}

#container {
  height: 100%;
  width: 100%;
	margin: 0;
	background-color: #99CCFF;
  color:#1A1A1A;
  border: 0px solid red;
	line-height: 130%;
}

#header {
  position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
  height: 150px;
	width: 100%;
  background-color: #1f8fff;
  border-bottom: 0px solid yellow;
  background-repeat:repeat-x;
  background-image:url(images/header_dark_blue.jpg);
  background-position:bottom;
	text-align:right;
	
}

#header p {
	position:absolute;
  top: 115px;
	right:10;
}

#header img {
	float: right;
	border: 0;
}
.header_left{
	float:left;
  position: absolute;
  left: 0px
}

#menu {
  position: absolute;
	left: 0;
	right: auto;
	top: 150px;
	bottom: auto;
  width: 200px;
	height: auto;
  border: 0px solid green;
}
#content {
  position: absolute;
	left: 240px;
	right: 0;
	top: 160px;
	bottom: 50px;
	border: 0px solid purple;
	line-height:17px;
	height: auto;
	width: auto;
	padding: 10px;
}
#footer {
  display:none;
  position: relative;
  bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	font-size:10px;
	width: 100%;
	padding: .5em;
	border-top: 1px solid brown;
	background-color: #00679E;
	height:20px;
}


ol { 
  list-style-type: none ;
	list-style-position: outside;
	}
td {
  font-size: 12px;
	}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	text-align:left;
}
	
.intafspr td {
padding:3;
border: 1px solid #5bace0;
color:#1A1A1A;

}
.intafspr table {
border: 1px solid #5bace0;
border-collapse: collapse ;
}

.intafspr H3 {
color:#FFCB02;
}

.ia_index {
  list-style-type: none ;
  list-style-position: outside;
}

.ia_index a{
  text-decoration:none;
  color:#FFCB02
}

#content H5 a{
  text-decoration:none;
  color:#FFCB02
}

.ia_index a:hover, a:active
{
text-decoration:underline;
color:#1A1A1A;
}


.indiv_ov {
  border: 1px solid #ffcb02;
  border-collapse: collapse ;
}
.indiv_ov td {
padding:3;
border: 1px solid #ffcb02;
color:#1A1A1A;
}
.indiv_ov th {
background-color:#f99d1c;
color:#00679e;
padding:3;
border: 1px solid #ffcb02;
}

a:link, a:visited{
  text-decoration:none;
  color:#009;
}

a:hover, a:active
{
text-decoration:underline;
color:#330000;
}


.boxlong{
  padding : 0px;
  border: 0px solid gray;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
	margin:5 5 0 5;
	min-width: 400px;
}


.box{
  padding : 0px;
  border: 0px solid gray;
  color:#1A1A1A;
	height: 100px;
	overflow: hidden;
	margin:5 5 0 5;
}
.boxtitle{
  background-color:#00679E;
  padding: 10px;
  font: bold 14px Verdana, sans-serif;
  color:#CC6600;
}
.boxcontent{
  padding: 10px;
  font: 12px Verdana, sans-serif;
  color:#1A1A1A;
}

#navlist
{
padding: 0 10px 1px;
margin-left: 5;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.3em 0.5em 0.3em 0.75em;

text-decoration: none;
}

#navlist li a:link { color: #000080; }
#navlist li a:visited { color: #000080; }

#navlist li a:hover
{

color:#1A1A1A;
}
.thumbcontainer {
	border:1px solid #FFF;
	margin:5px;
	padding:0px; 
	width: 90px;
	height: 90px;
}

.tabel1 {
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}
.tabel1 th {
	border:0px solid #FFFFFF;
	background-color: #000099;
	text-shadow:#666666;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding:.3em 1em;
}
.tabel1 td {
	border:0px solid #FFFFFF;
	
	padding:.3em 1em;
}
.rij_oneven{
	background-color: #B0D8FF;
	padding:.3em 1em;
}
.rij_even {
	background-color: #99CCFF;
	padding:.3em 1em;
}
.sectiekop{
height:25px;
width:100%;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-image:url(images/oranje_lijn.png);
background-repeat:repeat-x;
background-position:bottom;
color:#000099;
font-size:16px;
font-weight:bold;
}
.sectieeind{
text-align:right;
height:25px;
width:100%;
font-family:Geneva, Arial, Helvetica, sans-serif;
background-image:url(images/oranje_lijn.png);
background-repeat:repeat-x;
background-position:top;
color:#000099;
font-size:10px;
font-weight:bold;
}
.datum{
color:gray;
font-size:10px;
position:absolute;
right:10px;

}