*
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #0c2577;
}

body
{
	background: #dbdfeb url(../img/bg.gif) fixed repeat-x;
	margin: 25px 0 0 0;
}

.logo
{
	background: url(../img/logo.gif) no-repeat;
}


.logo_eng
{
	background: url(../img/logo_eng.gif) no-repeat;
}

.foto
{
	margin: 0;
	padding: 0;
	background: url(../img/header.jpg) no-repeat;
	vertical-align: top;
	height: 143px;
}

.button
{
	width: 200px;
	align: top;
}

h1
{
	font-size: 16px;
	color: #db630b;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	margin: 15px 0 5px 0;
}

h3
{
	font-size: 16px;
	color: #db630b;
	margin: 0;
	padding: 5px 0 10px 0;
}

h4
{
	font-size: 11px;
	color: #0c2577;
	margin: 0 0 4px 0;
	padding: 6px 0 0 0;
}
.content
{
	padding: 11px 0 20px 10px;
}
.content_middle
{
    border-color: #ced3e3;
    border-width: 1px;
    border-style: solid;
	margin: 0 0 20px 0;
}

.content_middle_plaatje
{
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: bottom;
	padding: 10px 0 0 0;
}

.content_link
{
	font-size: 11px;
	color: #db630b;
	margin: 5px 0 0 0;
	padding: 0 13px 10px 0;
}


a:link
{
	color: #db630b;
	text-decoration: none;
}

a:visited
{
	color: #db630b;
	text-decoration: none;
}

a:hover
{
	color: #db630b;
	text-decoration: underline;
}

a:active
{
	color: #db630b;
	text-decoration: none;
}

.footer
{
	height: 21px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	color: #5f70a5;
	font-size: 9px;
}

a.wwav_link:link
{
	color: #5f70a5;
	text-decoration: none;
	font-size: 9px;
}

a.wwav_link:visited
{
	color: #5f70a5;
	text-decoration: none;
	font-size: 9px;
}

a.wwav_link:hover
{
	color: #5f70a5;
	text-decoration: underline;
	font-size: 9px;
}

a.wwav_link:active
{
	color: #5f70a5;
	text-decoration: none;
	font-size: 9px;
}

#nl a{
	width: 21px;
	height: 13px;
	background-image: url(../img/nl.gif);
	float: right;
}

#eng a{
	width: 21px;
	height: 13px;
	background-image: url(../img/eng_inactive.gif);
	float: right;
	margin-right: 4px;
}

#eng a:hover {
	width: 21px;
	height: 13px;
	background-image: url(../img/eng.gif);
	float: right;
}


#nl2 a{
	width: 21px;
	height: 13px;
	background-image: url(../img/nl_inactive.gif);
	float: right;
}


#nl2 a:hover {
	width: 21px;
	height: 13px;
	background-image: url(../img/nl.gif);
	float: right;
}

#eng2 a{
	width: 21px;
	height: 13px;
	background-image: url(../img/eng.gif);
	float: right;
	margin-right: 4px;
}

