/* CSS NetLine Content*/

body {
	margin-top: 30px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

td.titel {
	font-size: 13px;
	font-weight: bold;
	width:507px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
}

td.tekst {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
}
td.inzetTitel {
	font-size: 12px;
	color: #ffffff;
	background-color: #FA8427;
	font-weight: bold;
	padding-left: 5px;
	height: 15px;
}
td.inzet {
	background-color: #FAFAFA;
	background-image: url(../img/bg_inzet.gif);
	background-repeat: repeat-y;
}
td.footerlijn {
	background-image: url(../img/lijn_footer.gif);
	background-repeat: no-repeat;
	height: 15px;
}
td.footertekst {
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-top: 20px
}
td.footer {
	font-size: 9px;
	color: #999999;
	background-image: url(../img/bg_footer.gif);
	text-align: center;
	height: 29px;
	width: 760px;
	background-repeat: no-repeat;
}
a.content:link, a.content:active, a.content:visited  {
	color: #FA8427;
	text-decoration: none;
}
a.content:hover {
	text-decoration: underline;
}
a.adres:link, a.adres:active, a.adres:visited  {
	color: #999999;
	text-decoration: none;
}
a.adres:hover {
	text-decoration: underline;
}

/* CSS NetLine Menu*/

div.Positie {
	position:relative;
}

.menu {
	background-color:#ECECEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	line-height: 14px;
}

.menu a {
	color:#000000;
	display:block;
	padding:2px 5px;
	text-decoration:none;
}
.menu a:hover {
	background-color:#FA8427;
	color:#FFFFFF;
}

