.nieuws_bg {
	background-repeat : no-repeat;
	background-position : bottom right;
	background-image : url(../images/house.jpg);
}

#logo {
width: 200px;
height: 71px;
margin-left: 30px;
margin-bottom: 50px;
clear: top;
overflow: hidden;
}
.header_bg {
	background-repeat : no-repeat;
	background-position : bottom right;
	background-image : url(../images/janson_header.jpg);
}
h1
{
font-family: Verdana;
font-size: 10pt;
color: #0156C5;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}

big
{
font-family: Verdana;
font-size: 10pt;
color: #0156C5;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
h2
{
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
margin-bottom: 10px;
}
h3
{
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
margin-bottom: 0px;
}

ul, li
{
	list-style :  none url(../images/bullet.gif);
}

td, p
{
	font-size : 8pt;
	font-family: Verdana;
	color: #666666
}
form {
	margin: 0px;
	padding: 0px;
}
.zoek {
	BORDER: #7BBA00 1px solid; 
	HEIGHT: 16px; 
	WIDTH: 96px;
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	VERTICAL-ALIGN: middle;  
	BACKGROUND-COLOR: #ffffff
}
a:link
{
	font-size : 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #7BBA00;
}

a:visited
{
	font-size : 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #0156C5;
}
a:hover 
{
	font-size : 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #7BBA00;
}

a:active
{
	font-size : 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #7BBA00;
}


#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background: #7BBA00;
	padding: 0;
	margin: 0;
}
#nav a {
	
	display: block;
	line-height : 150%;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size : 8pt;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav li { /* all list items */
	float: left;
	list-style: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 115px;
	margin: 0 0 0 5px;
}
#nav li ul a {
	display: block;
	width: 115px;
	line-height : 150%;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size : 8pt;
	color:#FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -13px 0 0 100px;
	width: 133px;
}
#nav li ul ul a {
	display: block;
	width: 133px;
	line-height : 150%;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size : 8pt;
	color:#FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #629700;
}

#content {
	clear: left;
}

