@charset "utf-8";
/* standaard HTML */
/* CSS Document */

html,body,div,span,
applet,object,iframe,
p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,
fieldset,form,label,legend,
caption,tfoot,thead,th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/*-- HTML --*/

a:link, a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1{	font-size: 18px; }
/*-- achtergrond --*/

div.paginahouder{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
}

div.background{
	width: 950px;
	margin: 0 auto;
}

div.logo{
	
	height: 60px;
	margin: 0 0 5px 125px;
	width: 265px;
}

div.inhoud{
	
}

div.vogel{
	
}

div.beneden{
margin: 10px 0 0 0;
padding: 30px 0 0 0;
height: 245px;
text-align: center;

color: #8f9597;
font-size: 10px;
}

/*-- menu --*/

ul.hoofdmenu{
padding: 0;
margin: 0 0 0 -7px;
list-style: none;
}

ul.hoofdmenu a:link, ul.hoofdmenu a:visited{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 14px;
display: block;
padding: 5px 0 5px 20px;

}

ul.hoofdmenu  a:hover, ul.hoofdmenu .selected{
background: #0093cf;
display: block;
padding: 5px 0 5px 20px;
}

/*-- tabel posities --*/

td.links{
width: 178px;
padding: 10px 0 75px 0;
vertical-align: top;

}

td.rechts{
width: 620px;
padding: 10px 30px;
vertical-align: top;
}

td.submenu{
vertical-align: top;
}

table.social tr{
	height: 30px;
}

.noshow{
	display: none;	
}
