/* CSS Basic Document */
body
{
margin:15px auto;
padding:0px;
background-color:#000000;
}
.menu_table td
{
border-bottom:1px solid #EE8811;
height:27.5px;
padding-left:12px;
}
.nieuws_table td
{
height:27.5px;
padding-left:12px;
}
.border_bottom
{
border-bottom:1px dotted #EE8811;
}
A {
color : #a1a1a1;
}
A:hover
{
color:#EE8811;
text-decoration:none;
background-color:inherit;
}

H1 {
     background-color : #EE8811;
     width: 573px;
     height: 15px;
     font-size : 10pt;
     font-weight : bold;
     color : white;
   }
H2 {
     background-color : #A1A1A1;
     width: 573px;
     height: 15px;
     font-size : 10pt;
     font-weight : bold;
     color : white;
   }


/* CSS Background image Document */
.header_image
{
background:url(../images/nbklinks.jpg) left top no-repeat;
height:175px;
}







/* CSS Background image Document */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a1a1a1;
	text-decoration: none;
}
.left_link
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #a1a1a1;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#EE8811;
text-decoration:none;
background-color:inherit;
}
.right_link
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #a1a1a1;
	background-color:inherit;
	text-decoration: none;
	}
.right_link:hover
{
color: #EE8811;
text-decoration:none;
background-color:inherit;
}
