@charset "utf-8";
/* CSS Document */

body{
background:			#273b8d;
margin:				0px;
font-family:		Verdana, Arial, Helvetica, sans-serif;
color:				#fff;
font-size:			10px;
}

td.header{
background:			url(afbeeldingen/BannerVisual.jpg) no-repeat;
width:				950px;
height:				110px;
}

.menu{
background:			#0166ff repeat;
border-right:		1px #122456 solid;
border-top:			1px #122456 solid;
font-size:			11px;
color:				#fff;
text-align:			center;
cursor:				default;
height:				30px;
}

.menuhover{
background:			#99cdff repeat;
border-right:		1px #122456 solid;
border-top:			1px #122456 solid;
font-size:			11px;
color:				#0a4eb3;
text-align:			center;
cursor:				pointer;
}

td.nieuws{
background:			#99cdff repeat;
width:240px;
}

td.footer{
background:			url(afbeeldingen/DownBar_AGvisual.jpg) no-repeat;
width:				950px;
height:				19px;
}

.content{
	color:				#000;
	font-size:			10px;
	padding-left:		20px;
	padding-top:		20px;
	padding-bottom:		20px;
	padding-right:		20px;
}

.nieuws{
color:				#000;
padding-left:		20px;
padding-top:		20px;
padding-right:		10px;
}

tr.menu a:link, tr.menu a:visited{
color:				#fff;
text-decoration:	none;
}

a:link, a:visited{
color:				#000;
text-decoration:	underline;

}

a:hover{
color:				#0a4eb3;

}

#site
{
position:relative;
top: 0px;

}
