/******************************************  algemeen ***************************/

body {
	margin: 0px;
	color: black;
	font-family: verdana, helvetica, arial, 'ms sans serif', sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;



}

img {
	border: 0px;
}

div#total {
	width: 780px;
}

div.clear {
	clear: both;
}

div#footerbbb {
	width: 780px;
	position: relative;
	top: -15px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: center;
}

h1 {
    color: rgb(148,37,82);
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
}

h2 {
    color: rgb(148,37,82);
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color: rgb(148,37,82);
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px;
}

h4 {
    color: rgb(148,37,82);
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

h5 {
    color: rgb(148,37,82);
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

h6 {
    color: rgb(102,102,102);
    font-family: Arial, Helvetica, Verdana, 'MS Sans Serif', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

p {
	margin: 0px 0px 15px 0px;
}

a.boldpaars {
	font-weight: bold;
	color: rgb(148,37,82);
	text-decoration: none;
}

a.grijs {
	font-weight: bold;
	color: rgb(153,153,153);
	text-decoration: none;
}

a {
	color: rgb(148,37,82);
	text-decoration: none;
}

a:hover {
	color: rgb(153,0,102);
	text-decoration: none;
}

th {
	background-color: rgb(148,37,82);
	color: rgb(255,255,255);
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	background-color: rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}

table.metRand {
	border: 1px solid rgb(0,0,0);
}

td {
	padding: 5px;
}

td.submit, div.submit {
	background-color: rgb(238,238,238);
	text-align: right;
	color: rgb(148,37,82);
	font-weight: bold;
}

ul {
	list-style-image: url(../img/arrow_nav.gif);
}

a.vet { 
	color: rgb(148,37,82);
	text-decoration: none; 
	font-weight: bold 
}

.error {
	color: rgb(221,0,0);
}

div#beleasynet {
	float: right; 
	background-color: rgb(216,212,201); 
	width: 146px; 
	height: 38px; 
	padding-top: 118px;
	padding-left: 10px;
	color: rgb(0,0,0);
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/banner_grijs.gif);
}

div#beleasynet a {
	color: rgb(0,0,0);
}

/******************************************  header + generic nav ***************************/

div#header {
	width: 780px;
	height: 19px;
	background-color: rgb(148,37,82);
}

div.paars {
	font-size: 1pt;
	height: 5px;
}
	
div#nav {
	height: 14px;
}
	
div.wit {
	width: 220px;
	height: 14px;
	float: left;
	background-color: rgb(255,255,255);
}

div#curve {
	width: 65px;
	height: 14px;
	float: left;
	background-image: url(../img/curve.gif);
}

div#nava {
	width: 485px;
	float: right;
	text-align: right;
	margin-top: -3px;
	padding: 0px 10px 0px 0px;
}

a.gennav {
	color: rgb(237,205,205);
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

a.gennav:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

ul#ulnav {
	float: right;
	padding: 0;
  margin: 0;
  list-style: none;
  z-index: 50;
  list-style-type: none;
  list-style-image: none;
}

li.nav {
  float: left;
  position: relative;
  z-index: 50;
  list-style-type: none;
  list-style-image: none;
}

li ul.subnav {
  clear: both;
  float: none;
  display: none;
  position: absolute;
  top: 17px;
  left: -30px;
  background-color: rgb(238,238,238);
  list-style-type: none;
  list-style-image: none;
  z-index: 50;
	width: 110px;
}

li > ul.subnav {
	top: 14px;
	left: auto;
	padding: 0px;
	margin: 0px;
	z-index: 50;
}

a.subnav {
	color: rgb(51,51,51);
	text-decoration: none;
}

li:hover ul.subnav, li.over ul.subnav {
	display: block;
}

div.subnavli {
	clear: both;
	width: 100px;
	text-align: left;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	
}

/******************************************  logo + strapline ***************************/

div#strapline {
	padding: 8px 8px 13px 8px;
	height: 63px;
}

div#logo {
	width: 340px;
	float: left;
}

div#strapimg {
	width: 420px;
	float: right;
	text-align: left;
	margin-top: 25px;
}

/******************************************  main nav ***************************/

div#primarynav {
	background-color: rgb(148,37,82);
	height: 20px;
	overflow: hidden;
}	


/******************************************  flash banner ***************************/

div#flashbanner {
	height: 156px;
	width: 780px;
	z-index: 0;
	overflow: hidden;
}

/******************************************  zijnav ***************************/

.navhead {
	color: rgb(0,0,0);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ul.sub {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
	float: none;
}

li.subli {
	color: rgb(153,153,153);
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	clear: both;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

li.subli a {
	color: rgb(153,153,153);
}

li.subli a:hover {
	color: rgb(148,37,82);
}

ul.subsub {
	list-style-type: none;
	margin: 0px;
	margin-left: -5px;
	margin-top: 10px;
	padding: 0px;
	clear: both;
	float: none;
	display: none;
}

li.subsubli {
	color: rgb(153,153,153);
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	list-style-image: url(../img/arrow_nav.gif);
	margin-left: 22px;
}

ul.subsubsub {
	list-style-type: none;
	margin: 0px;
	margin-left: 17px;
	margin-top: 0px;
	padding: 0px;
	clear: both;
	float: none;
	display: none;
}

li.subsubsubli {
	color: rgb(153,153,153);
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	list-style-image: url(../img/streep.gif);
	margin-left: 0px;
}

/******************************************  content ***************************/

div#cols {
	float: left;
	margin-top: 40px;	
}

div# {
	float: right;
	width: 156px;
}

div.cols112 {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 112px;
	float: left;
	background-image: url(../img/line_112.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 14px;
	overflow: hidden;
}

div.cols141 {
	padding-left: 11px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 141px;
	float: left;
	background-image: url(../img/line_141.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 14px;
	font-size: 11px;
	overflow: hidden;
}

div.cols156 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 156px;
	float: left;
	background-image: url(../img/line_156.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	line-height: 14px;
}

div.colright {
	width: 156px;
	float: right;
	padding-left: 11px;
}

div.zijsubnav {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 146px;
	float: left;
	font-size: 12px;
}

div.copyarea {
	margin-left: 12px;
	padding-bottom: 10px;
	width: 439px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}

div.copyareatitle {
	color: rgb(148,37,82);		
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

div.copyareawebtrail {
	padding-bottom: 20px;
}

div.copyareatext {
	padding-bottom: 20px;
	background-image: url(../img/line_428.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/******************************************  main nav in footer ***************************/

div#primarynavfooter {
	background-color: rgb(238,238,238);
	height: 15px;
	padding-top: 4px;
	padding-left: 8px;
	color: rgb(102,102,102);
  font-size: 10px;
}	

a.footernav {
	text-decoration: none;
	padding-right: 5px;
	color: rgb(102,102,102);
}

a.footernav:hover {
	text-decoration: none;
	color: rgb(148,37,82);
}

/******************************************  legalfooter ***************************/

div#legalfooter {
	height: 19px;
 	background-color: rgb(148,37,82);
 	color: rgb(237,205,205);
 	font-size: 10px;
 	font-weight: bold;
}	

div#legalnav {
	margin-top: -3px;
	padding-left: 10px;
	width: 485px;
	height: 14px;
	float: left;
}

a.legalnav {
	color: rgb(237,205,205);
}

div#legalcurve {
	float: left;
	width: 65px;
	height: 14px;
	background-image: url(../img/curve_footer.gif);
}

div#logosmall {
	text-align: right;
}

/******************************************  zoek ***************************/

div#bannerophome {
	width: 156px;
	overflow: hidden;
	margin-bottom: 15px;
}

div#zoek {

}

div#zoekcontent {
	background-color: rgb(216,212,201);
	width: 146px;
	height: 40px;
	padding: 20px 0px 0px 10px;
}	

#zoekinput {
	width: 105px;
}	

#zoeksubmit {
	padding-top: 3px;
}

/******************************************  featurebox / alsosee ***************************/

span.boxtitle {
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 15px;
}

a.boxa {
	font-size: 11px;
	color: rgb(0,0,0);
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

a.boxa:hover {
	font-size: 11px;
	font-size: 11px;color: rgb(0,0,0);
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

/******************************************  nieuws ***************************/

.nieuwsresultaat {
	margin-bottom: 15px;
}

.smallgrey {
	color: rgb(102,102,102);
	font-size: 9px;
}

/******************************************  formulier partnernet ***************************/

.list-table-left
{
	padding			: 2px;
	border-width	: 0px 0px 0px 0px;
	border-style	: solid;
	border-color	: rgb(102, 153, 204);
	float			: left;
	width			: 150px;
	font-weight		: bold;
}

.list-table-right
{
	padding			: 2px;
}

.list-table-left
{
	padding			: 2px;
	border-width	: 0px 0px 0px 0px;
	border-style	: solid;
	border-color	: rgb(102, 153, 204);
	float			: left;
	width			: 150px;
	font-weight		: bold;
	text-align		: right;
}

.list-table-right-input
{
	padding			: 0px;
}

.PartnerName
{
	position	: absolute;
	width		: 500px;
	height		: 20px;
	font-family	: verdana;
	font-size	: 20px;
	margin		: 116px 0px 0px -503px;
}
