/*** algemeen ***/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F7FB; /* 1 */
	color: #263860; /* 5 */
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-size: 10pt;
	line-height: 13pt;
}
a:link
{
	color: #263860; /* 5 */
	text-decoration: none;
}
a:visited
{
	color: #263860; /* 5 */
	text-decoration: none;
}
a:active
{
	color: #263860; /* 5 */
	text-decoration: none;
}
a:hover
{
	color: #263860; /* 5 */
	text-decoration: underline;
}
table
{
	font-size: 10pt;
	line-height: 13pt;
}
td
{
	font-size: 10pt;
	line-height: 13pt;
}
tr
{
	font-size: 10pt;
	line-height: 13pt;
}
th
{
	font-size: 10pt;
	line-height: 13pt;
	font-width: bold;
}
h1
{
	line-height: 13pt;
	font-width: bold;
}
h2
{
	line-height: 13pt;
	font-width: bold;
}
h3
{
	line-height: 13pt;
	font-width: bold;
}
h4
{
	line-height: 13pt;
	font-width: bold;
}
h5
{
	line-height: 13pt;
	font-width: bold;
}
h6
{
	line-height: 13pt;
	font-width: bold;
}
/*** achtergrond ***/
.achtergrond
{
	background-color: #F6F7FB; /* 1 */
}
/*** band ***/
.band
{
	background-color: #263860; /* 5 */
	color: #F6F7FB; /* 1 */
	font-weight: bold;
}
.band a:link
{
	color: #F6F7FB; /* 1 */
}
.band a:visited
{
	color: #F6F7FB; /* 1 */
}
.band a:active
{
	color: #F6F7FB; /* 1 */
}
.band a:hover
{
	color: #F6F7FB; /* 1 */
}
/*** menu ***/
.menu
{
	background-color: #88A7D5; /* 4 */
	color: #F6F7FB; /* 1 */
	vertical-align: top;
	padding-left: 5pt;
	padding-right: 5pt;
}
.menu a:link
{
	color: #F6F7FB; /* 1 */
}
.menu a:visited
{
	color: #F6F7FB; /* 1 */
}
.menu a:active
{
	color: #F6F7FB; /* 1 */
}
.menu a:hover
{
	color: #F6F7FB; /* 1 */
}
.menustreepje
{
    background-color: #F6F7FB; /* 1 */
}
.menu2
{
	background-color: #BCD4EE; /* 3 */
	color: #F6F7FB; /* 1 */
	vertical-align: top;
	padding-left: 5pt;
	padding-right: 5pt;
}
#menuframe
{
	position: relative;
	top: -40;
}
/*** frame ***/
.frame
{
	background-color: #E5EFFB; /* 2 */
	vertical-align: top;
	padding: 5pt;
	text-align: center;
}
/*** error ***/
.error
{
	color: #FF0000; /* kleurerror */
	font-weight: bold;
}
.error a:link
{
	color: #FF0000; /* kleurerror */
}
.error a:visited
{
	color: #FF0000; /* kleurerror */
}
.error a:active
{
	color: #FF0000; /* kleurerror */
}
.error a:hover
{
	color: #FF0000; /* kleurerror */
}
/*** logo ***/
#logo
{
	opacity: .50;
	filter: alpha(opacity=50);
}
