html {	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

body
{
	background: #BDBBBB;
}
td
{
	font-size: 13;
}img{
border:0;
}a {	color: #1b5c9d;
	text-decoration:none;}a.direct
{
	font-size: 15;
	font-weight: bold;
	color: 0255CD;
}a:hover {	color: #4794e0;	text-decoration:underline;}

div.ondertitel {
	font-size: 9;
	color: #444444;
}

a.ondertitel, a.ondertitel:hover {
	color: #444444;
}

span.tnt
{
	padding-left: 20;
}

a.geenlijn:hover
{
	text-decoration:none;
}

span.omafiets
{
	padding-left: 5;
}

span.subheader
{
	font-size: 14;
	font-weight: bold;
}



/*
 *	Navigatie
 */

#navigation_main {
	list-style-position: inside;
	margin-left: 0px;
	height: 12px;
	padding: 4px 0 5px;
	clear: both;
	background: #777 url(img/navigation_main_background.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#navigation_main li {
	margin-right: 10px;
	display: inline;
}

#navigation_main a {
	padding: 4px 35px 3px;

	outline: none; /* Fx fix: prevents the ugly dotted line from appearing on tabs */
	color: #fff;
	background: url(img/navigation_main_background.png) repeat-x 0 0;
	text-decoration: none;
}

#navigation_main a:hover,
#navigation_main li.current a {
	background-position: 0 -24px;
}

#navigation_main img {
	padding-right: 4px; /* IE fix: using padding instead of margin to prevent the borders from repeating inside the anchor element */
}



